Ignore:
Timestamp:
Jan 7, 2007, 2:48:38 PM (16 years ago)
Author:
Peter
Message:

moving vector matrix multiplication to matrix.h and matrix.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/matrix.h

    r735 r737  
    420420  std::ostream& operator<< (std::ostream& s, const matrix&);
    421421
     422  /**
     423     @brief vector matrix multiplication
     424   */
     425  vector operator*(const matrix&, const vector&);
     426
     427  /**
     428     @brief matrix vector multiplication
     429   */
     430  vector operator*(const vector&, const matrix&);
    422431
    423432}}} // of namespace utility, yat, and theplu
Note: See TracChangeset for help on using the changeset viewer.