HomeSort by relevance Sort by last modified time
    Searched refs:stem_function_exp (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
StemFunction.h 19 Scalar stem_function_exp(Scalar x, int) function in namespace:Eigen::internal
MatrixExponential.h 360 result = arg.matrixFunction(internal::stem_function_exp<ComplexScalar>);
  /external/eigen/unsupported/test/
matrix_function.cpp 105 VERIFY_IS_APPROX(A.exp(), A.matrixFunction(internal::stem_function_exp<ComplexScalar>));

Completed in 1183 milliseconds