The SVD type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SVD | Overloaded.
Construct the singular value decomposition of a rectangular matrix.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetS |
Returns the singular values.
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetU |
Returns the left singular vectors.
|
![]() | GetV |
Returns the right singular vectors.
|
![]() | Inverse |
Compute the Moore-Penrose generalized inverse of a real matrix.
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Info |
Returns the index of the first singular value for which the algorithm
converged.
|
![]() | NumberOfProcessors |
Perform the parallel calculations with the maximum possible number of
processors set to NumberOfProcessors.
|
![]() | Rank |
Returns the rank of the matrix used to construct this instance.
|