- Timestamp:
- 05/12/08 14:37:44 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tests/test0.cpp
r37 r101 38 38 ld.inv(Il); // 39 39 mat I = Il.to_mat()*ld.to_mat(); 40 cout << "ld:"<<Il.to_mat() << "eye:"<< I <<endl; 40 cout << "ld:" << endl << Il.to_mat() << "eye:" << endl<< I <<endl; 41 getchar(); 41 42 42 43 cout << "Test ldform()"<<endl;