Searched refs:Apow (Results 1 – 2 of 2) sorted by relevance
9 MatrixPower<Matrix4cd> Apow(A); in main() local12 "A^3.1 is:\n" << Apow(3.1) << "\n\n" in main()13 "A^3.3 is:\n" << Apow(3.3) << "\n\n" in main()14 "A^3.7 is:\n" << Apow(3.7) << "\n\n" in main()15 "A^3.9 is:\n" << Apow(3.9) << std::endl; in main()
19 MatrixPower<Matrix<T,2,2> > Apow(A); in test2dRotation() local27 C = Apow(std::ldexp(angle,1) / T(EIGEN_PI)); in test2dRotation()41 MatrixPower<Matrix<std::complex<T>,2,2> > Apow(A); in test2dHyperbolicRotation() local49 C = Apow(angle); in test2dHyperbolicRotation()