public interface QRDecompositionResult extends DecompositionResult
| Modifier and Type | Method and Description |
|---|---|
DoubleMatrix |
getQ()
Returns the matrix $\mathbf{Q}$ of the decomposition.
|
DoubleMatrix |
getQT()
Returns the transpose of the matrix $\mathbf{Q}$ of the decomposition.
|
DoubleMatrix |
getR()
Returns the matrix $\mathbf{R}$ of the decomposition.
|
solve, solve, solveDoubleMatrix getR()
$\mathbf{R}$ is an upper-triangular matrix.
DoubleMatrix getQ()
$\mathbf{Q}$ is an orthogonal matrix.
DoubleMatrix getQT()
$\mathbf{Q}$ is an orthogonal matrix.
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.