Searched defs:TminusI (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixLogarithm.h241 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); local
244 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
245 .template triangularView<Upper>().solve(TminusI);
257 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); local
260 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
261 .template triangularView<Upper>().solve(TminusI);
275 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); local
278 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
279 .template triangularView<Upper>().solve(TminusI);
293 MatrixType TminusI local
313 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); local
333 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); local
355 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); local
377 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); local
401 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows()); local
[all...]

Completed in 428 milliseconds