Home
last modified time | relevance | path

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

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