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

Classes
daal::algorithms::svd::interface1 Namespace Reference

Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.

Classes

class  BatchContainer
 Provides methods to run implementations of the SVD algorithm. More...
 
class  Batch
 Computes results of the SVD algorithm in the batch processing mode. More...
 
class  DistributedContainer
 Provides methods to run implementations of the SVD algorithm. More...
 
class  DistributedContainer< step1Local, algorithmFPType, method, cpu >
 Provides methods to run implementations of the first step of the SVD algorithm in the distributed processing mode. More...
 
class  DistributedContainer< step2Master, algorithmFPType, method, cpu >
 Provides methods to run implementations of the second step of the SVD algorithm in the distributed processing mode. More...
 
class  DistributedContainer< step3Local, algorithmFPType, method, cpu >
 Provides methods to run implementations of the third step of the SVD algorithm in the distributed processing mode. More...
 
class  Distributed
 Computes results of the SVD algorithm in the distributed processing mode. More...
 
class  Distributed< step1Local, algorithmFPType, method >
 Runs the first step of the SVD algorithm in the distributed processing mode. More...
 
class  Distributed< step2Master, algorithmFPType, method >
 Runs the second step of the SVD algorithm in the distributed processing mode. More...
 
class  Distributed< step3Local, algorithmFPType, method >
 Runs the third step of the SVD algorithm in the distributed processing mode. More...
 
class  OnlineContainer
 Provides methods to run implementations of the SVD algorithm in the online processing mode. More...
 
class  Online
 Computes results of the SVD algorithm in the online processing mode. More...
 
struct  Parameter
 Parameters for the computation method of the SVD algorithm. More...
 
class  Input
 Input objects for the SVD algorithm in the batch processing and online processing modes, and the first step in the distributed processing mode. More...
 
class  DistributedStep2Input
 Input objects for the second step of the SVD algorithm in the distributed processing mode More...
 
class  DistributedStep3Input
 Input objects for the third step of the SVD algorithm in the distributed processing mode More...
 
class  OnlinePartialResult
 Provides methods to access partial results obtained with the compute() method of the SVD algorithm in the online processing mode or the first step in the distributed processing mode. More...
 
class  Result
 Provides methods to access final results obtained with the compute() method of the SVD algorithm in the batch processing mode or with the finalizeCompute() method in the online processing mode or steps 2 and 3 in the distributed processing mode. More...
 
class  DistributedPartialResult
 Provides methods to access partial results obtained with the compute() method of the SVD algorithm in the second step in the distributed processing mode. More...
 
class  DistributedPartialResultStep3
 Provides methods to access partial results obtained with the compute() method of the SVD algorithm in the third step in the distributed processing mode. More...
 

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