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
561
return MatrixFunctionReturnValue<Derived>(derived(),
StdStemFunctions
<ComplexScalar>::sin);
569
return MatrixFunctionReturnValue<Derived>(derived(),
StdStemFunctions
<ComplexScalar>::cos);
577
return MatrixFunctionReturnValue<Derived>(derived(),
StdStemFunctions
<ComplexScalar>::sinh);
585
return MatrixFunctionReturnValue<Derived>(derived(),
StdStemFunctions
<ComplexScalar>::cosh);
MatrixExponential.h
187
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 227 milliseconds