The FloatSVDecompServer type exposes the following members.

Constructors

  NameDescription
FloatSVDecompServer
Constructs a FloatSVDecompServer object. By default the reduced singular value decomposition is computed. Both right and left singular vectors are also computed.

Methods

  NameDescription
Clone
Creates a deep copy of this decomposition.
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

See Also