Home
last modified time | relevance | path

Searched refs:matrix_function_compute (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h376 struct matrix_function_compute struct
399 struct matrix_function_compute<MatrixType, 0>
414 matrix_function_compute<ComplexMatrix>::run(CA, atomic, Cresult);
423 struct matrix_function_compute<MatrixType, 1>
517 internal::matrix_function_compute<NestedEvalTypeClean>::run(m_A, atomic, result);
DMatrixLogarithm.h342 internal::matrix_function_compute<DerivedEvalTypeClean>::run(m_A, atomic, result); in evalTo()