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

List of all members
Parameter Struct Reference

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

Class Declaration

Constructor & Destructor Documentation

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

SVDResultFormat leftSingularMatrix

Format of the matrix of left singular vectors >

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.