Class FloatQRDecompServer allows control over how the pivoting is done in the creation of FloatQRDecomp objects.

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

Syntax

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

Remarks

By default, class FloatQRDecomp builds QR decompositions that use column pivoting with all columns free to be pivoted. Instances of class FloatQRDecompServer may be configured so that certain columns are kept in front of the QR decomposition, or configured so that pivoting is disabled altogether.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Matrix..::.FloatQRDecompServer

See Also