blob: a56142ee05d01292acf96080c3d8d947c58e79bf [file] [log] [blame]
Gael Guennebaudc10f0692008-07-21 00:34:46 +00001Matrix3d m = Matrix3d::Random();
Benoit Jacob486fdb22008-05-29 03:12:30 +00002cout << "Here is the matrix m:" << endl << m << endl;
Benoit Jacob62ec1dd2008-07-15 23:56:17 +00003cout << "Its inverse is:" << endl << m.inverse() << endl;