Home
last modified time | relevance | path

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

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