NMath Matrix Reference Guide Version 2.3

DoubleSVDecompServer Class

Class DoubleSVDecompServer constructs instances of the DoubleSVDecomp class.

For a list of all members of this type, see DoubleSVDecompServer Members.

System.Object
   CenterSpace.NMath.Matrix.DoubleSVDecompServer

public class DoubleSVDecompServer : ICloneable, ISerializable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

By default, class DoubleSVDecomp builds singular value decompositions that compute the reduced singular value decomposition and all singular vectors. DoubleSVDecompServer may be configured so that the full singular value decomposition is computed, or just the singular values are computed.

Requirements

Namespace: CenterSpace.NMath.Matrix

Assembly: NMathMatrixMain (in NMathMatrixMain.dll)

See Also

DoubleSVDecompServer Members | CenterSpace.NMath.Matrix Namespace