HomeSort by relevance Sort by last modified time
    Searched refs:numberOfSquareRoots (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h 139 int degree, degree2, numberOfSquareRoots = 0;
170 ++numberOfSquareRoots;
174 for (; numberOfSquareRoots; --numberOfSquareRoots) {
175 compute2x2(res, std::ldexp(m_p, -numberOfSquareRoots));
MatrixLogarithm.h 129 int numberOfSquareRoots = 0;
150 ++numberOfSquareRoots;
154 result *= pow(RealScalar(2), numberOfSquareRoots);

Completed in 56 milliseconds