Changeset 719 for trunk/yat/utility/SVD.h
- Timestamp:
- Dec 26, 2006, 11:15:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/SVD.h
r715 r719 108 108 /// @return Whatever GSL returns. 109 109 /// 110 int solve(const utility::vector& b, utility::vector x);110 int solve(const utility::vector& b, utility::vector& x); 111 111 112 112 ///
Note: See TracChangeset
for help on using the changeset viewer.