Changeset 90 for trunk/src/matrix.h
- Timestamp:
- May 30, 2004, 12:39:47 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/matrix.h
r54 r90 198 198 199 199 /// 200 /// Subtract and assign operator. 201 /// 202 inline matrix& operator-=(const matrix& m) 203 { gsl_matrix_sub(m_,m.m_); return *this; } 204 205 /// 200 206 /// Multiply and assign operator. 201 207 ///
Note: See TracChangeset
for help on using the changeset viewer.