Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dmatrix_function.cpp115 RealScalar maxImagPartOfSpectrum = A.eigenvalues().imag().cwiseAbs().maxCoeff(); in testMatrixLogarithm() local
116 if (maxImagPartOfSpectrum >= 0.9 * M_PI) in testMatrixLogarithm()
117 scaledA = A * 0.9 * M_PI / maxImagPartOfSpectrum; in testMatrixLogarithm()