Changeset 295 for trunk/lib/gslapi/matrix.h
- Timestamp:
- Apr 29, 2005, 11:15:58 AM (18 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/gslapi/matrix.h
r294 r295 4 4 #define _theplu_gslapi_matrix_ 5 5 6 #include <c++_tools/gslapi/vector.h> 7 8 #include <gsl/gsl_matrix.h> 6 9 #include <iostream> 7 10 8 #include <gsl/gsl_matrix.h>9 #include "vector.h"10 11 11 12 namespace theplu { … … 62 63 63 64 /// 64 /// Swap column \a i with \ j.65 /// Swap column \a i with \a j. 65 66 /// 66 67 inline void column_swap(const size_t& i,const size_t& j)
Note: See TracChangeset
for help on using the changeset viewer.