QRDecomposition Constructor

DotNetMatrix

An NDoc Documented Class Library

QRDecomposition Constructor 

QR Decomposition, computed by Householder reflections.

[Visual Basic]Public Sub New( _
   ByVal A As GeneralMatrix _
)
[C#]
public QRDecomposition(
   GeneralMatrix A
);

Parameters

A
Rectangular matrix

Return Value

Structure to access R and the Householder vectors and compute Q.

See Also

QRDecomposition Class | DotNetMatrix Namespace