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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixPower.h106 static int getPadeDegree(float normIminusT);
107 static int getPadeDegree(double normIminusT);
108 static int getPadeDegree(long double normIminusT);
205 RealScalar normIminusT; local
214 normIminusT = IminusT.cwiseAbs().colwise().sum().maxCoeff();
215 if (normIminusT < maxNormForPade) {
216 degree = getPadeDegree(normIminusT);
217 degree2 = getPadeDegree(normIminusT/2);
236 inline int MatrixPowerAtomic<MatrixType>::getPadeDegree(float normIminusT) argument
241 if (normIminusT <
247 getPadeDegree(double normIminusT) argument
259 getPadeDegree(long double normIminusT) argument
[all...]

Completed in 181 milliseconds