Lines Matching refs:TminusI
241 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); in computePade3() local
244 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() local
260 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() local
278 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
296 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI) in computePade6()
297 .template triangularView<Upper>().solve(TminusI); in computePade6()
313 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); in computePade7() local
316 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI) in computePade7()
317 .template triangularView<Upper>().solve(TminusI); in computePade7()
333 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); in computePade8() local
336 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI) in computePade8()
337 .template triangularView<Upper>().solve(TminusI); in computePade8()
355 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); in computePade9() local
358 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI) in computePade9()
359 .template triangularView<Upper>().solve(TminusI); in computePade9()
377 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); in computePade10() local
380 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI) in computePade10()
381 .template triangularView<Upper>().solve(TminusI); in computePade10()
401 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); in computePade11() local
404 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI) in computePade11()
405 .template triangularView<Upper>().solve(TminusI); in computePade11()