Searched refs:scaledA (Results 1 – 1 of 1) sorted by relevance
115 MatrixType scaledA; in testMatrixLogarithm() local118 scaledA = A * 0.9 * M_PI / maxImagPartOfSpectrum; in testMatrixLogarithm()120 scaledA = A; in testMatrixLogarithm()123 MatrixType expA = scaledA.exp(); in testMatrixLogarithm()125 VERIFY_IS_APPROX(logExpA, scaledA); in testMatrixLogarithm()