Searched refs:TminusI (Results 1 – 1 of 1) sorted by relevance
241 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); in computePade3() local244 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI) in computePade3()245 .template triangularView<Upper>().solve(TminusI); in computePade3()257 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); in computePade4() local260 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI) in computePade4()261 .template triangularView<Upper>().solve(TminusI); in computePade4()275 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); in computePade5() local278 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI) in computePade5()279 .template triangularView<Upper>().solve(TminusI); in computePade5()293 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); in computePade6() local[all …]