Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixPower.h139 bool hasExtraSquareRoot = false; in computeBig() local
163 if (degree - degree2 <= 1 || hasExtraSquareRoot) in computeBig()
165 hasExtraSquareRoot = true; in computeBig()