Float |
The FloatSVDecompServer type exposes the following members.
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. |
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. | |
InPlace | Gets and sets the in place factor option. If true the matrix decomposition will be performed in place, overwritting the contents of the matrix. No copies of the factored matrix are made in this case. If false the input matrix contents will be preserved at the expense of a copy being made. The default is false. | |
Tolerance | Gets and sets the tolerance for truncating all singular values. Values less than than the tolerance are set to zero. |
Name | Description | |
---|---|---|
Clone | Creates a deep copy of this decomposition. | |
GetDecomp | Constructs a singular value decomposition for a matrix. |