Changeset 759 for trunk/test/svd_test.cc


Ignore:
Timestamp:
Feb 19, 2007, 8:41:25 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixes #171 and addresses #2. A few more GSL_error exceptions. Removed Jari comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/svd_test.cc

    r680 r759  
    4242bool test(size_t m, size_t n, utility::SVD::SVDalgorithm algo)
    4343{
    44   // accepted error, Jari: should be picked up from GSL
    45   double MAXTOL=1e-13;
     44  double MAXTOL=1e-13; // accepted error
    4645
    4746  // initialise a random test-matrix
Note: See TracChangeset for help on using the changeset viewer.