- Timestamp:
- Jan 6, 2007, 6:11:28 PM (16 years ago)
- Location:
- trunk/yat/utility
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/PCA.cc
r715 r735 24 24 #include "PCA.h" 25 25 #include "SVD.h" 26 #include "utility.h" 26 27 27 28 #include <iostream> -
trunk/yat/utility/matrix.h
r717 r735 339 339 340 340 /// 341 /// @brief Matrix-vector multiplication.342 ///343 /// @return The resulting vector.344 ///345 // Jari, where should this go?346 const vector operator*(const vector&) const;347 348 ///349 341 /// @brief Comparison operator. 350 342 ///
Note: See TracChangeset
for help on using the changeset viewer.