Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members

Pivoted QR algorithm parameters. More...

Class Constructor

Parameter ( DaalContext  context)

Constructs the parameter of the Pivoted QR algorithm

Parameters
contextContext to manage the parameter of the Pivoted QR algorithm

Detailed Description

Member Function Documentation

NumericTable getPermutedColumns ( )

Gets parameter of the pivoted QR algorithm

Returns
Identifier of the parameter
void setPermutedColumns ( NumericTable  permutedColumns)

Sets parameter of the pivoted QR algorithm

Parameters
permutedColumnsOn 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 class was generated from the following file:

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