Go to the source code of this file.
◆ main()
Definition at line 4 of file TutorialLinAlgInverseDeterminant.cpp.
10 std::cout <<
"Here is the matrix A:\n" <<
A << std::endl;
11 std::cout <<
"The determinant of A is " <<
A.determinant() << std::endl;
12 std::cout <<
"The inverse of A is:\n" <<
A.inverse() << std::endl;
The matrix class, also used for vectors and row-vectors.