Changeset 18 for tests/test0.cpp

Show
Ignore:
Timestamp:
02/01/08 10:49:29 (16 years ago)
Author:
smidl
Message:

update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/test0.cpp

    r15 r18  
    4141                cout << "ld:"<<Il.to_mat() << "eye:"<< I <<endl; 
    4242 
     43        cout << "Test ldform()"<<endl; 
     44        mat V = "1 2; 2 3";  
     45        ldmat lV(V); 
     46//      cout << "ld:" << lV.to_mat() << "eye:"<< I <<endl; 
     47 
    4348 
    4449        //Exit program: