Changeset 277
- Timestamp:
- Apr 14, 2005, 7:38:52 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/vector.h
r276 r277 324 324 double operator*( const vector &other ) const; 325 325 326 /// 327 /// not implemented 328 /// 329 /// @return The resulting vector. 330 /// 331 vector operator*( const matrix& ) const; 332 326 333 /// 327 334 /// Vector addition. -
trunk/todo.txt
r264 r277 2 2 /// File with items to do. Line should start with class: 3 3 /// 4 vector: vector operator -=(vector)5 vector: vector operator +=(vector)6 matrix: matrix operator -=(matrix)7 matrix: matrix operator +=(matrix)8 vector: vector operator * (matrix) returning same as matrix: vector operator * (vector)9 4 RegressionKernelTriCube: Create 10 11 test for stl_utility
Note: See TracChangeset
for help on using the changeset viewer.