Searched refs:TminusI (Results 1 – 1 of 1) sorted by relevance
211 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); in matrix_log_compute_pade() local216 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()