Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

Static Public Attributes | List of all members
ResultFormat Class Reference

Available options to return result matrices. More...

Class Constructor

ResultFormat ( int  value)

Constructs the result format object using the provided value

Parameters
valueValue corresponding to the result format object

Static Public Attributes

static final ResultFormat notRequired = new ResultFormat(notRequiredId)
 
static final ResultFormat requiredInPackedForm = new ResultFormat(requiredInPackedFormId)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the result format object

Returns
Value corresponding to the result format object

Member Data Documentation

final ResultFormat notRequired = new ResultFormat(notRequiredId)
static

Matrix is not required

final ResultFormat requiredInPackedForm = new ResultFormat(requiredInPackedFormId)
static

Matrix in the packed format is required


The documentation for this class was generated from the following file:

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