- Timestamp:
- May 22, 2008, 9:03:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Matrix.h
r1275 r1320 541 541 542 542 /** 543 \brief vector Matrix multiplication543 \brief Vector Matrix multiplication 544 544 */ 545 545 Vector operator*(const Matrix&, const VectorBase&); 546 546 547 547 /** 548 \brief Matrix vector multiplication548 \brief Matrix Vector multiplication 549 549 */ 550 550 Vector operator*(const VectorBase&, const Matrix&);
Note: See TracChangeset
for help on using the changeset viewer.