Changeset 277


Ignore:
Timestamp:
Apr 14, 2005, 7:38:52 PM (18 years ago)
Author:
Peter
Message:
 
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/vector.h

    r276 r277  
    324324    double operator*( const vector &other ) const;
    325325
     326    ///
     327    /// not implemented
     328    ///
     329    /// @return The resulting vector.
     330    ///
     331    vector operator*( const matrix& ) const;
     332
    326333    ///
    327334    /// Vector addition.
  • trunk/todo.txt

    r264 r277  
    22/// File with items to do. Line should start with class:
    33///
    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)
    94RegressionKernelTriCube: Create
    10 
    11 test for stl_utility
Note: See TracChangeset for help on using the changeset viewer.