forgot to change comments in previous checkin

release/4.3a0
Manohar Paluri 2010-02-14 07:26:53 +00:00
parent 1cc5bf748b
commit 6f0d23cdaf
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ inline Matrix skewSymmetric(const Vector& w) { return skewSymmetric(w(0),w(1),w(
* SVD computes economy SVD A=U*S*V'
* @param A an m*n matrix
* @param U output argument: m*n matrix
* @param S output argument: n-dim vector of singular values, *not* sorted !!!
* @param S output argument: n-dim vector of singular values, sorted by default, pass false as last argument to avoid sorting!!!
* @param V output argument: n*n matrix
* @param sort boolean flag to sort singular values and V
*/