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()
46 MatrixPower<Matrix<T,2,2> > Apow(A); in test2dRotation() local54 C = Apow(std::ldexp(angle,1) / M_PI); in test2dRotation()68 MatrixPower<Matrix<std::complex<T>,2,2> > Apow(A); in test2dHyperbolicRotation() local76 C = Apow(angle); in test2dHyperbolicRotation()