C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameter for the pivoted QR computation method. More...
data_management::NumericTablePtr 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.