C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Abstract class that defines the interface of symmetric matrices stored as a one-dimensional array. More...
|
pure virtual |
Gets the whole packed array of a requested data type
[in] | rwflag | Flag specifying read/write access to a block of feature vectors. |
[out] | block | The block of feature values. |
Implemented in PackedTriangularMatrix< packedLayout, DataType >, and PackedSymmetricMatrix< packedLayout, DataType >.
|
pure virtual |
Gets the whole packed array of a requested data type
[in] | rwflag | Flag specifying read/write access to a block of feature vectors. |
[out] | block | The block of feature values. |
Implemented in PackedTriangularMatrix< packedLayout, DataType >, and PackedSymmetricMatrix< packedLayout, DataType >.
|
pure virtual |
Gets the whole packed array of a requested data type
[in] | rwflag | Flag specifying read/write access to a block of feature vectors. |
[out] | block | The block of feature values. |
Implemented in PackedTriangularMatrix< packedLayout, DataType >, and PackedSymmetricMatrix< packedLayout, DataType >.
|
pure virtual |
Releases a packed array
[in] | block | The block of feature values. |
Implemented in PackedTriangularMatrix< packedLayout, DataType >, and PackedSymmetricMatrix< packedLayout, DataType >.
|
pure virtual |
Releases a packed array
[in] | block | The block of feature values. |
Implemented in PackedTriangularMatrix< packedLayout, DataType >, and PackedSymmetricMatrix< packedLayout, DataType >.
|
pure virtual |
Releases a packed array
[in] | block | The block of feature values. |
Implemented in PackedTriangularMatrix< packedLayout, DataType >, and PackedSymmetricMatrix< packedLayout, DataType >.
For more complete information about compiler optimizations, see our Optimization Notice.