Searched refs:maxImagPartOfSpectrum (Results 1 – 1 of 1) sorted by relevance
115 RealScalar maxImagPartOfSpectrum = A.eigenvalues().imag().cwiseAbs().maxCoeff(); in testMatrixLogarithm() local116 if (maxImagPartOfSpectrum >= 0.9 * M_PI) in testMatrixLogarithm()117 scaledA = A * 0.9 * M_PI / maxImagPartOfSpectrum; in testMatrixLogarithm()