Class DoubleSVDecompServer constructs instances of the DoubleSVDecomp class.

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

Syntax

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

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.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Matrix..::.DoubleSVDecompServer

See Also