git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1189563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-10-27 00:43:47 +00:00
parent 39970a520e
commit 2f10501e0a
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ public class SingularValueDecomposition {
/**
* Returns the diagonal matrix Σ of the decomposition.
* <p>&Sigma; is a diagonal matrix. The singular values are provided in
* non-increasing order, for compatibility with Jama.</p>
* non-increasing order, for compatibility with JAMA.</p>
* @return the &Sigma; matrix
*/
public RealMatrix getS() {