Changeset 24 for tests

Show
Ignore:
Timestamp:
02/19/08 13:48:02 (16 years ago)
Author:
smidl
Message:

drobnosti v DC

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/test0.cpp

    r18 r24  
    4444        mat V = "1 2; 2 3";  
    4545        ldmat lV(V); 
    46 //      cout << "ld:" << lV.to_mat() << "eye:"<< I <<endl; 
     46        ldmat ilV(V);   
     47        lV.inv(ilV); 
     48        cout << "ld:" << lV << "eye:"<< V*(ilV.to_mat()) <<endl; 
    4749 
    4850