Home
last modified time | relevance | path

Searched refs:stem_function_exp (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DStemFunction.h19 Scalar stem_function_exp(Scalar x, int) in stem_function_exp() function
DMatrixExponential.h360 result = arg.matrixFunction(internal::stem_function_exp<ComplexScalar>);
/external/eigen/unsupported/test/
Dmatrix_function.cpp105 VERIFY_IS_APPROX(A.exp(), A.matrixFunction(internal::stem_function_exp<ComplexScalar>)); in testMatrixExponential()