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

List of all members
Parameter Struct Reference

Parameters for the computation method of the SVD algorithm. More...

Class Declaration

Constructor & Destructor Documentation

◆ Parameter()

Parameter ( SVDResultFormat  _leftSingularMatrix = requiredInPackedForm,
SVDResultFormat  _rightSingularMatrix = requiredInPackedForm 
)
inline

Default constructor

Parameters
[in]_leftSingularMatrixFormat of the matrix of left singular vectors
[in]_rightSingularMatrixFormat of the matrix of right singular vectors

Member Data Documentation

◆ leftSingularMatrix

SVDResultFormat leftSingularMatrix

Format of the matrix of left singular vectors >

◆ rightSingularMatrix

SVDResultFormat rightSingularMatrix

Format of the matrix of right singular vectors >


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

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