IMSL C# Numerical Library

SVD Members

SVD overview

Public Instance Constructors

SVD Overloaded. Construct the singular value decomposition of a rectangular matrix.

Public Instance Properties

Info Returns the index of the first singular value for which the algorithm converged.
Rank Returns the rank of the matrix used to construct this instance.

Public Instance Methods

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.
GetS Returns the singular values.
GetType (inherited from Object) Gets the Type of the current instance.
GetU Returns the left singular vectors.
GetV Returns the right singular vectors.
Inverse Compute the Moore-Penrose generalized inverse of a real matrix.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

SVD Class | Imsl.Math Namespace | Example