Changeset 390 for trunk/lib/gslapi/matrix.h
- Timestamp:
- Sep 13, 2005, 11:28:13 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/gslapi/matrix.h
r357 r390 198 198 199 199 /// 200 /// @todo Matrix addition. 201 /// 202 /// @return The resulting matrix. 203 /// 204 matrix operator+=(const matrix&); 205 206 /// 200 207 /// Matrix subtraction. 201 208 /// … … 203 210 /// 204 211 matrix operator-(const matrix&) const; 212 213 /// 214 /// @todo Matrix subtraction. 215 /// 216 /// @return The resulting matrix. 217 /// 218 matrix operator-=(const matrix&) const; 205 219 206 220 ///
Note: See TracChangeset
for help on using the changeset viewer.