Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Contains classes for computing the QR decomposition.
Classes | |
class | Batch |
Computes the results of the QR decomposition algorithm in the batch processing mode. More... | |
class | DistributedPartialResultCollectionId |
Available types of partial results of the QR decomposition algorithm on the second step in the distributed processing mode. More... | |
class | DistributedPartialResultId |
Available types of the partial results of the QR decomposition algorithm on the second step in the distributed processing mode. More... | |
class | DistributedStep1Local |
Computes the results of the QR decomposition algorithm on the first step in the distributed processing mode. More... | |
class | DistributedStep1LocalPartialResult |
Provides methods to access partial results obtained with the compute() method of the first step of the QR decomposition algorithm in the distributed processing mode. More... | |
class | DistributedStep2Master |
Computes the results of the QR decomposition algorithm on the second step in the distributed processing mode. More... | |
class | DistributedStep2MasterInput |
Input objects for the QR decomposition algorithm on the second step in the distributed processing mode. More... | |
class | DistributedStep2MasterInputId |
Partial results required by the QR decomposition algorithm on the second step in the distributed processing mode. More... | |
class | DistributedStep2MasterPartialResult |
Provides methods to access partial results obtained with the compute() method of the QR decomposition algorithm on the second step in the distributed processing mode. More... | |
class | DistributedStep3Local |
Computes the results of the QR decomposition algorithm on the third step in the distributed processing mode. More... | |
class | DistributedStep3LocalInput |
Input objects for the third step of the QR decomposition algorithm in the distributed processing mode. More... | |
class | DistributedStep3LocalInputId |
Partial results required by the QR decomposition algorithm on the third step in the distributed processing mode. More... | |
class | DistributedStep3LocalPartialResult |
Provides methods to access partial results obtained with the compute() method of the QR decomposition algorithm on the third step in the distributed processing mode. More... | |
class | Input |
Input objects for the QR decomposition algorithm in the batch and online processing mode and for the QR decomposition algorithm on the first step in the distributed processing mode. More... | |
class | InputId |
Available identifiers of input objects for the QR decomposition algorithm. More... | |
class | Method |
Available methods for computing the results of the QR decomposition algorithm. More... | |
class | Online |
Computes the results of the QR decomposition algorithm in the online processing mode. More... | |
class | OnlinePartialResult |
Provides methods to access partial results obtained with the compute() method of the QR decomposition algorithm in the online processing mode. More... | |
class | PartialResultId |
Available identifiers of partial results of the QR decomposition algorithm in the online processing mode and of the algorithm on the first step in the distributed processing mode. More... | |
class | Result |
Provides methods to access final results obtained with the compute() method of QR decomposition algorithm in the batch processing mode or finalizeCompute() method in the online processing mode for the algorithm on the second or third steps in the distributed processing mode. More... | |
class | ResultId |
Available types of the results of the QR decomposition algorithm. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.