Changeset 737 for trunk/yat/utility/matrix.h
- Timestamp:
- Jan 7, 2007, 2:48:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/matrix.h
r735 r737 420 420 std::ostream& operator<< (std::ostream& s, const matrix&); 421 421 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&); 422 431 423 432 }}} // of namespace utility, yat, and theplu
Note: See TracChangeset
for help on using the changeset viewer.