Searched defs:maxNormForPade (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
H A D | MatrixLogarithm.h | 73 const float maxNormForPade[] = { 2.5111573934555054e-1 /* degree = 3 */ , 4.0535837411880493e-1, in matrix_log_get_pade_degree() local 87 const double maxNormForPade[] = { 1.6206284795015624e-2 /* degree = 3 */ , 5.3873532631381171e-2, in matrix_log_get_pade_degree() local 102 …const long double maxNormForPade[] = { 1.6206284795015624e-2L /* degree = 3 */ , 5.387353263138117… in matrix_log_get_pade_degree() local 237 const RealScalar maxNormForPade = RealScalar( in matrix_log_compute_big() local
|
H A D | MatrixPower.h | 197 const RealScalar maxNormForPade = RealScalar( in computeBig() local 237 const float maxNormForPade[] = { 2.8064004e-1f /* degree = 3 */ , 4.3386528e-1f }; in getPadeDegree() local 248 …const double maxNormForPade[] = { 1.884160592658218e-2 /* degree = 3 */ , 6.038881904059573e-2, 1.… in getPadeDegree() local 262 …const double maxNormForPade[] = { 1.884160592658218e-2L /* degree = 3 */ , 6.038881904059573e-2L, … in getPadeDegree() local
|