Changeset 737 for trunk/yat/utility/utility.h
- Timestamp:
- Jan 7, 2007, 2:48:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/utility.h
r734 r737 33 33 /// 34 34 35 #include "vector.h"36 37 35 #include <string> 38 36 #include <utility> … … 43 41 namespace utility { 44 42 45 class matrix;43 class vector; 46 44 47 45 /// … … 86 84 87 85 88 /**89 @brief matrix vector multiplication90 */91 vector operator*(const matrix&, const vector&);92 93 94 /**95 @brief matrix vector multiplication96 */97 vector operator*(const vector&, const matrix&);98 99 86 }}} // of namespace utility, yat, and theplu 100 87
Note: See TracChangeset
for help on using the changeset viewer.