Home
last modified time | relevance | path

Searched defs:IminusT (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixPower.h162 void MatrixPowerAtomic<MatrixType>::computePade(int degree, const MatrixType& IminusT, ResultType& … in computePade()
204 MatrixType IminusT, sqrtT, T = m_A.template triangularView<Upper>(); in computeBig() local