Property | Type | Description | |
---|---|---|---|
m | int |
Method | Description | |
---|---|---|
Create ( |
Creates the right QR decomposition (Givens or Householder) depending on the given matrix.
|
Method | Description | |
---|---|---|
QRDecomposition ( |
QR Decomposition, computed by Householder reflections.
|
public static Create ( |
||
A | The matrix to decompose. | |
return |
protected QRDecomposition ( |
||
A | Rectangular matrix | |
return | System |