The FloatSVDecompServer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FloatSVDecompServer |
Constructs a FloatSVDecompServer object. By default the reduced
singular value decomposition is computed. Both right and left
singular vectors are also computed.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this decomposition.
| |
| Equals | (Inherited from Object.) | |
| GetDecomp |
Constructs a singular value decomposition for a matrix.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ComputeFull |
Gets and sets the server property that determines whether the full
or reduced singular value decomposition is computed.
| |
| ComputeLeftVectors |
Gets and sets the server property that determines whether or not the
left singular vectors are computed.
| |
| ComputeRightVectors |
Gets and sets the server property that determines whether or not the
right singular vectors are computed.
| |
| Tolerance |
Gets and sets the tolerance for truncating all singular values. Values less than
than the tolerance are set to zero.
|