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

List of all members
Parameter Class Reference

Parameters of the compute() method of the SVD algorithm. More...

Detailed Description

Member Function Documentation

◆ getLeftSingularMatrixFormat()

ResultFormat getLeftSingularMatrixFormat ( )

Gets the format of the matrix of left singular vectors

Returns
Format of the matrix of left singular vectors

◆ getRightSingularMatrixFormat()

ResultFormat getRightSingularMatrixFormat ( )

Gets the format of the matrix of right singular vectors

Returns
Format of the matrix of right singular vectors

◆ setLeftSingularMatrixFormat()

void setLeftSingularMatrixFormat ( ResultFormat  format)

Sets the format of the matrix of left singular vectors

Parameters
formatFormat of the matrix of left singular vectors

◆ setRightSingularMatrixFormat()

void setRightSingularMatrixFormat ( ResultFormat  format)

Sets the format of the matrix of right singular vectors

Parameters
formatFormat of the matrix of right singular vectors

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

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