Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dmatrix_function.cpp115 MatrixType scaledA; in testMatrixLogarithm() local
118 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()