Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixLogarithm.h211 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); in matrix_log_compute_pade() local
216 result += weight * (MatrixType::Identity(T.rows(), T.rows()) + node * TminusI) in matrix_log_compute_pade()
217 .template triangularView<Upper>().solve(TminusI); in matrix_log_compute_pade()