Ignore:
Timestamp:
Dec 26, 2006, 11:15:26 AM (16 years ago)
Author:
Jari Häkkinen
Message:

Fixes #172.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/SVD.cc

    r715 r719  
    8888
    8989
    90   int SVD::solve(const utility::vector& b, utility::vector x)
     90  int SVD::solve(const utility::vector& b, utility::vector& x)
    9191  {
    9292    return gsl_linalg_SV_solve(U_.gsl_matrix_p(), V_.gsl_matrix_p(),
Note: See TracChangeset for help on using the changeset viewer.