Class FloatSVDecompServer constructs instances of the FloatSVDecomp class.

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

Syntax

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

Remarks

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

See Also