Class FloatComplexSVDecompServer constructs instances of the FloatComplexSVDecomp class.

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

Syntax

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

Remarks

By default, class FloatComplexSVDecomp builds singular value decompositions that compute the reduced singular value decomposition and all singular vectors. FloatComplexSVDecompServer 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..::.FloatComplexSVDecompServer

See Also