SingularValueDecomposition Members

DotNetMatrix

An NDoc Documented Class Library

SingularValueDecomposition Members

SingularValueDecomposition overview

Public Instance Constructors

SingularValueDecomposition Constructor Construct the singular value decomposition

Public Instance Properties

SReturn the diagonal matrix of singular values
SingularValuesReturn the one-dimensional array of singular values

Public Instance Methods

ConditionTwo norm condition number
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
GetUReturn the left singular vectors
GetVReturn the right singular vectors
Norm2Two norm
RankEffective numerical matrix rank
ToString (inherited from Object)Returns a String that represents the current Object.

Private Instance Fields

mRow and column dimensions. @serial row dimension. @serial column dimension.
nRow and column dimensions. @serial row dimension. @serial column dimension.
sArray for internal storage of singular values. @serial internal storage of singular values.
UArrays for internal storage of U and V. @serial internal storage of U. @serial internal storage of V.
VArrays for internal storage of U and V. @serial internal storage of U. @serial internal storage of V.

Explicit Interface Implementations

See Also

SingularValueDecomposition Class | DotNetMatrix Namespace