C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the third step of the QR decomposition algorithm in the distributed processing mode. More...
Default constructor
DistributedStep3Input | ( | const DistributedStep3Input & | other | ) |
Copy constructor
|
virtual |
Checks parameters of the algorithm
[in] | parameter | Pointer to the parameters |
[in] | method | Computation method |
data_management::DataCollectionPtr get | ( | FinalizeOnLocalInputId | id | ) | const |
Returns input object for the QR decomposition algorithm
[in] | id | Identifier of the input object |
void set | ( | FinalizeOnLocalInputId | id, |
const data_management::DataCollectionPtr & | value | ||
) |
Sets input object for the QR decomposition algorithm
[in] | id | Identifier of the input object |
[in] | value | Pointer to the input object value |
For more complete information about compiler optimizations, see our Optimization Notice.