A rectangular matrix.
Returns the two norm condition number, which is max(S) / min(S).
Returns the two norm condition number, which is max(S) / min(S).
Returns the n × n covariance matrix. The covariance matrix is V × J × Vt where J is the diagonal matrix of the inverse of the squares of the singular values.
the diagonal matrix of singular values.
Returns the diagonal of S, which is a one-dimensional array of singular values
Returns the diagonal of S, which is a one-dimensional array of singular values
diagonal of S.
Returns the left singular vectors U.
Returns the left singular vectors U.
U
Returns the right singular vectors V.
Returns the right singular vectors V.
V
Returns the two norm, which is max(S).
Returns the two norm, which is max(S).
Returns the effective numerical matrix rank, which is the number of nonnegligible singular values.
Returns a String with (propertyName, propertyValue) pairs.
Returns a String with (propertyName, propertyValue) pairs. Useful for debugging or to quickly get the rough picture. For example,
rank : 3 trace : 0
Constructs and returns a new singular value decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
http://en.wikipedia.org/wiki/Singular_value_decomposition also @see http://en.wikipedia.org/wiki/Eigenvalue,_eigenvector_and_eigenspace