Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h367 struct matrix_function_compute struct
390 struct matrix_function_compute<MatrixType, 0>
405 matrix_function_compute<ComplexMatrix>::run(CA, atomic, Cresult);
414 struct matrix_function_compute<MatrixType, 1>
505 …internal::matrix_function_compute<typename NestedEvalTypeClean::PlainObject>::run(m_A, atomic, res…
H A DMatrixLogarithm.h342 …internal::matrix_function_compute<typename DerivedEvalTypeClean::PlainObject>::run(m_A, atomic, re… in evalTo()