C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

Namespaces | Enumerations
daal::algorithms::engines Namespace Reference

Contains classes for engines.

Namespaces

 interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 
 mcg59
 Contains classes for mcg59 engine.
 
 mt19937
 Contains classes for mt19937 engine.
 

Enumerations

enum  InputId { tableToFill = 0 }
 
enum  ResultId { randomNumbers = 0 }
 

Enumeration Type Documentation

◆ InputId

enum InputId

Available identifiers of input objects for engines

Enumerator
tableToFill 

Input table to fill with random numbers

◆ ResultId

enum ResultId

Available identifiers of results for the engines

Enumerator
randomNumbers 

Table to store the result

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