Changeset 719 for trunk/yat/utility/SVD.cc
- Timestamp:
- Dec 26, 2006, 11:15:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/SVD.cc
r715 r719 88 88 89 89 90 int SVD::solve(const utility::vector& b, utility::vector x)90 int SVD::solve(const utility::vector& b, utility::vector& x) 91 91 { 92 92 return gsl_linalg_SV_solve(U_.gsl_matrix_p(), V_.gsl_matrix_p(),
Note: See TracChangeset
for help on using the changeset viewer.