Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixLogarithm.h241 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
[all …]