Home
last modified time | relevance | path

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

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