Searched refs:normIminusT (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixPower.h60 static int getPadeDegree(float normIminusT);
61 static int getPadeDegree(double normIminusT);
62 static int getPadeDegree(long double normIminusT);
138 RealScalar normIminusT; local
160 normIminusT = IminusT.cwiseAbs().colwise().sum().maxCoeff();
161 if (normIminusT < maxNormForPade) {
162 degree = getPadeDegree(normIminusT);
163 degree2 = getPadeDegree(normIminusT/2);
182 inline int MatrixPowerAtomic<MatrixType>::getPadeDegree(float normIminusT) argument
187 if (normIminusT <
193 getPadeDegree(double normIminusT) argument
205 getPadeDegree(long double normIminusT) argument
[all...]

Completed in 62 milliseconds