13 cout <<
"Here is the matrix A:\n" << A << endl;
14 cout <<
"The determinant of A is " << A.determinant() << endl;
15 cout <<
"The inverse of A is:\n" << A.inverse() << endl;
Namespace containing all symbols from the Eigen library.
Matrix< SCALARA, Dynamic, Dynamic, opt_A > A