Contains classes for computing the pivoted QR decomposition.
More...
|
struct | Parameter |
| Parameter for the pivoted QR computation method. More...
|
|
class | Input |
| Input objects for the pivoted QR algorithm in the batch processing mode. More...
|
|
class | Result |
| Provides methods to access final results obtained with the compute() method of the pivoted QR algorithm in the batch processing mode. More...
|
|
◆ InputId
Available types of input objects for the pivoted QR algorithm
Enumerator |
---|
data | Input data table
|
◆ Method
Available methods for computing the results of the pivoted QR algorithm
Enumerator |
---|
defaultDense | Default method
|
◆ ResultId
Available types of results of the pivoted QR algorithm
Enumerator |
---|
matrixQ | Orthogonal Matrix Q
|
matrixR | Upper Triangular Matrix R
|
permutationMatrix | The permutation matrix P overwritten by its details
|