1 #include <unsupported/Eigen/MatrixFunctions> 13 std::cout <<
"The matrix A is:\n" << A <<
"\n\n" 14 "The matrix power A^(pi/4) is:\n" << A.pow(pi/4) << std::endl;
Jet< T, N > cos(const Jet< T, N > &f)
Jet< T, N > acos(const Jet< T, N > &f)
Jet< T, N > sin(const Jet< T, N > &f)
Namespace containing all symbols from the Eigen library.