The DoubleSVDecomp type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this decomposition.
| |
| Equals | (Inherited from Object.) | |
| Factor | Overloaded. | |
| FactorInPlace |
Builds a decomposition for the matrix A in place. The
contents of the matrix A are destroyed.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LeftVector |
Returns the specified left singular vector.
| |
| RightVector |
Returns the specified right singular vector.
| |
| SingularValue |
Returns the specified singular value.
| |
| ToString | (Inherited from Object.) | |
| Truncate |
Truncates all singular values that are less than a given
tolerance by setting them to zero.
|