Class FloatComplexQRDecompServer allows control over how the pivoting is done in the creation of FloatComplexQRDecomp objects.

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

Syntax

C#
[SerializableAttribute]
public class FloatComplexQRDecompServer : ICloneable
Visual Basic
<SerializableAttribute> _
Public Class FloatComplexQRDecompServer _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class FloatComplexQRDecompServer : ICloneable

Remarks

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

See Also