C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Parameter Struct Reference

Parameter for the pivoted QR computation method. More...

Class Declaration

Member Data Documentation

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).


The documentation for this struct was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.