00001 #ifndef _MSC_VER 00002 #warning deprecated 00003 #endif 00004 /* deprecated 00005 Matrix3i m = Matrix3i::Random(); 00006 cout << "Here is the matrix m:" << endl << m << endl; 00007 cout << "Here is the upper-triangular matrix extracted from m:" << endl 00008 << m.part<Eigen::UpperTriangular>() << endl; 00009 cout << "Here is the strictly-upper-triangular matrix extracted from m:" << endl 00010 << m.part<Eigen::StrictlyUpperTriangular>() << endl; 00011 cout << "Here is the unit-lower-triangular matrix extracted from m:" << endl 00012 << m.part<Eigen::UnitLowerTriangular>() << endl; 00013 */