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>
516 …internal::matrix_function_compute<typename NestedEvalTypeClean::PlainObject>::run(m_A, atomic, res…
DMatrixLogarithm.h342 …internal::matrix_function_compute<typename DerivedEvalTypeClean::PlainObject>::run(m_A, atomic, re… in evalTo()