Gael Guennebaud | c10f069 | 2008-07-21 00:34:46 +0000 | [diff] [blame] | 1 | Matrix3d m = Matrix3d::Random(); |
Benoit Jacob | 486fdb2 | 2008-05-29 03:12:30 +0000 | [diff] [blame] | 2 | cout << "Here is the matrix m:" << endl << m << endl; |
Benoit Jacob | 62ec1dd | 2008-07-15 23:56:17 +0000 | [diff] [blame] | 3 | cout << "Its inverse is:" << endl << m.inverse() << endl; |