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

References | Namespaces | Classes | Enumerations
Cholesky Decomposition

Contains classes for computing Cholesky decomposition. More...

References

 Batch
 

Namespaces

 daal::algorithms::cholesky
 Contains classes for computing Cholesky decomposition.
 
 daal::algorithms::cholesky::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Input
 Input parameters for the Cholesky algorithm More...
 
class  Result
 Results obtained with the compute() method of the Cholesky algorithm in the batch processing mode. More...
 

Enumerations

enum  Method { defaultDense = 0 }
 
enum  InputId { data }
 
enum  ResultId { choleskyFactor }
 

Enumeration Type Documentation

enum InputId

Available identifiers of input objects for the Cholesky algorithm

Enumerator
data 

Input data table

enum Method

Available methods for computing Cholesky decomposition

Enumerator
defaultDense 

Default: performance-oriented method.

enum ResultId

Available identifiers of results for the Cholesky algorithm

Enumerator
choleskyFactor 

Table to store the result. Contains the lower triangle matrix L of the decomposition

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