Class DoubleComplexSVDecompServer constructs instances of the DoubleComplexSVDecomp class.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
[SerializableAttribute]
public class DoubleComplexSVDecompServer : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DoubleComplexSVDecompServer _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class DoubleComplexSVDecompServer : ICloneable

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.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Matrix..::.DoubleComplexSVDecompServer

See Also