Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4567 in orxonox.OLD for orxonox/trunk/src


Ignore:
Timestamp:
Jun 9, 2005, 5:55:48 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: made newmat lib makefile

Location:
orxonox/trunk/src/util/newmat
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/newmat/eigen.cpp

    r4566 r4567  
    3535int main(int argc, char **argv) {
    3636
    37   cout << "start test: composing matrix" << endl;
    38  
     37 
    3938  SymmetricMatrix C(3);
    4039
     
    4948  C(3,3) = 3;
    5049 
    51   cout << "matrix composed" << endl;
    52 
    53 
    54   //SymmetricMatrix X;
    55   //X << C;
    56 
    5750  cout << "The symmetrix matrix C" << endl;
    5851  cout << setw(5) << setprecision(0) << C << endl;
    5952
    60   Matrix                        V(3,3); // for eigenvectors
     53  Matrix                V(3,3); // for eigenvectors
    6154  DiagonalMatrix        D(3);   // for eigenvalues
    6255 
Note: See TracChangeset for help on using the changeset viewer.