Class DoubleQRDecompServer allows control over how the pivoting is done in the creation of DoubleQRDecomp objects.

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

Syntax

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

Remarks

By default, class DoubleQRDecomp builds QR decompositions that use column pivoting with all columns free to be pivoted. Instances of class DoubleQRDecompServer 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..::.DoubleQRDecompServer

See Also