Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Pivoted QR algorithm parameters. More...
| Parameter | ( | DaalContext | context | ) |
Constructs the parameter of the Pivoted QR algorithm
| context | Context to manage the parameter of the Pivoted QR algorithm |
| NumericTable getPermutedColumns | ( | ) |
Gets parameter of the pivoted QR algorithm
| void setPermutedColumns | ( | NumericTable | permutedColumns | ) |
Sets parameter of the pivoted QR algorithm
| permutedColumns | On entry, if i-th element of permutedColumns != 0, the i-th column of input matrix is moved to the beginning of Data * P before the computation, and fixed in place during the computation. If i-th element of permutedColumns = 0, the i-th column of input data is a free column (that is, it may be interchanged during the computation with any other free column). |
For more complete information about compiler optimizations, see our Optimization Notice.