Home
last modified time | relevance | path

Searched refs:numberOfSquareRoots (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixLogarithm.h230 int numberOfSquareRoots = 0; in matrix_log_compute_big() local
253 ++numberOfSquareRoots; in matrix_log_compute_big()
257 result *= pow(RealScalar(2), numberOfSquareRoots); in matrix_log_compute_big()
DMatrixPower.h206 int degree, degree2, numberOfSquareRoots = 0; in computeBig() local
224 ++numberOfSquareRoots; in computeBig()
228 for (; numberOfSquareRoots; --numberOfSquareRoots) { in computeBig()
229 compute2x2(res, ldexp(m_p, -numberOfSquareRoots)); in computeBig()