Searched defs:maxNormForPade (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixPower.h | 131 …const RealScalar maxNormForPade = digits <= 24? 4.3386528e-1f: // sigle… in computeBig() local 183 const float maxNormForPade[] = { 2.8064004e-1f /* degree = 3 */ , 4.3386528e-1f }; in getPadeDegree() local 194 …const double maxNormForPade[] = { 1.884160592658218e-2 /* degree = 3 */ , 6.038881904059573e-2, 1.… in getPadeDegree() local 208 …const double maxNormForPade[] = { 1.884160592658218e-2L /* degree = 3 */ , 6.038881904059573e-2L, … in getPadeDegree() local
|
D | MatrixLogarithm.h | 133 …const RealScalar maxNormForPade = maxPadeDegree<= 5? 5.3149729967117310e-1: //… in computeBig() local 161 const float maxNormForPade[] = { 2.5111573934555054e-1 /* degree = 3 */ , 4.0535837411880493e-1, in getPadeDegree() local 174 const double maxNormForPade[] = { 1.6206284795015624e-2 /* degree = 3 */ , 5.3873532631381171e-2, in getPadeDegree() local 188 …const long double maxNormForPade[] = { 1.6206284795015624e-2L /* degree = 3 */ , 5.387353263138117… in getPadeDegree() local
|