Changeset 829 for trunk/test


Ignore:
Timestamp:
Mar 24, 2007, 3:30:28 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Fixes #173.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/pca_test.cc

    r680 r829  
    3838    for( size_t j = 0; j < 4; ++j )
    3939      A(i,j)= sin( static_cast<double>(i+j+2+(i+1)*(j+1)) );
    40 
     40  A.transpose();
    4141  utility::PCA pca(A);
    4242
    43 // Print only matrix that is row-centered as PCA ( process() )
    44 // will do that before calculation
    45   pca.process_transposed_problem();
    4643  return 0;
    4744}
Note: See TracChangeset for help on using the changeset viewer.