NMath Matrix Reference Guide Version 2.3

DoubleComplexSVDecompServer Class

Class DoubleComplexSVDecompServer constructs instances of the DoubleComplexSVDecomp class.

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

System.Object
   CenterSpace.NMath.Matrix.DoubleComplexSVDecompServer

public class DoubleComplexSVDecompServer : 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 DoubleComplexSVDecomp builds singular value decompositions that compute the reduced singular value decomposition and all singular vectors. DoubleComplexSVDecompServer 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

DoubleComplexSVDecompServer Members | CenterSpace.NMath.Matrix Namespace