Mercurial > hg > kwantix
diff include/linalg.hpp @ 11:d0076d9b2ef1
Conclude precomputation revision
author | Jordi Guitérrez Hermoso <jordigh@gmail.com> |
---|---|
date | Tue, 01 Jul 2008 22:10:00 -0500 |
parents | 4fa56dc7e271 |
children | 6e06eb6ec448 |
line wrap: on
line diff
--- a/include/linalg.hpp +++ b/include/linalg.hpp @@ -266,7 +266,7 @@ vector operator+(const vector& w) const; ///Vector subtration. vector operator-(const vector& w) const; - ///xDot product. + ///Dot product. double operator*(const vector& w) const; ///Computes vM where v is treated as a row vector. vector operator*(const matrix& M) const;