Searched refs:mpow (Results 1 – 1 of 1) sorted by relevance
78 MatrixPower<MatrixType> mpow(m1); in testGeneral() local82 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() local122 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()