OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StdStemFunctions
(Results
1 - 4
of
4
) sorted by null
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
StemFunction.h
19
class
StdStemFunctions
101
}; // end of class
StdStemFunctions
MatrixFunction.h
562
return MatrixFunctionReturnValue<Derived>(derived(),
StdStemFunctions
<ComplexScalar>::sin);
570
return MatrixFunctionReturnValue<Derived>(derived(),
StdStemFunctions
<ComplexScalar>::cos);
578
return MatrixFunctionReturnValue<Derived>(derived(),
StdStemFunctions
<ComplexScalar>::sinh);
586
return MatrixFunctionReturnValue<Derived>(derived(),
StdStemFunctions
<ComplexScalar>::cosh);
MatrixExponential.h
182
result = m_M.matrixFunction(
StdStemFunctions
<ComplexScalar>::exp);
/external/eigen/unsupported/test/
matrix_function.cpp
105
VERIFY_IS_APPROX(A.exp(), A.matrixFunction(
StdStemFunctions
<ComplexScalar>::exp));
Completed in 248 milliseconds