Class DoubleComplexQRDecompServer allows control over how the pivoting is done in the creation of DoubleComplexQRDecomp objects.

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

Syntax

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

Remarks

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

See Also