Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1189563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
39970a520e
commit
2f10501e0a
|
@ -505,7 +505,7 @@ public class SingularValueDecomposition {
|
||||||
/**
|
/**
|
||||||
* Returns the diagonal matrix Σ of the decomposition.
|
* Returns the diagonal matrix Σ of the decomposition.
|
||||||
* <p>Σ is a diagonal matrix. The singular values are provided in
|
* <p>Σ 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 Σ matrix
|
* @return the Σ matrix
|
||||||
*/
|
*/
|
||||||
public RealMatrix getS() {
|
public RealMatrix getS() {
|
||||||
|
|
Loading…
Reference in New Issue