Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dmatrix_power.cpp78 MatrixPower<MatrixType> mpow(m1); in testGeneral() local
82 m2 = mpow(x); in testGeneral()
83 m3 = mpow(y); in testGeneral()
85 m4 = mpow(x+y); in testGeneral()
89 m4 = mpow(x*y); in testGeneral()
119 MatrixPower<MatrixType> mpow(m); in testSingular() local
122 VERIFY(mpow(0.5L).isApprox(U * (TriangularType(T) * U.adjoint()), tol)); in testSingular()
125 VERIFY(mpow(0.25L).isApprox(U * (TriangularType(T) * U.adjoint()), tol)); in testSingular()
128 VERIFY(mpow(0.125L).isApprox(U * (TriangularType(T) * U.adjoint()), tol)); in testSingular()