blob: b5c645cba71dde416574da60e121801b2cfb3ba2 [file] [log] [blame]
Benoit Jacob62ec1dd2008-07-15 23:56:17 +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;