Changeset 30 for trunk/src/matrix.h
- Timestamp:
- Jan 16, 2004, 6:40:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/matrix.h
r21 r30 215 215 friend std::ostream& operator<< ( std::ostream& s_out, const matrix& ); 216 216 217 218 219 217 /** 218 Getting vector operator 219 */ 220 vector operator[]( const size_t& i ) const; 221 220 222 private: 221 223 gsl_matrix* new_copy( const gsl_matrix* ); … … 232 234 233 235 #endif 234 235
Note: See TracChangeset
for help on using the changeset viewer.