-
typedef int32_t aoclsparse_int#
Specifies the size in bits of integer type to be used.
Typedef used to define the integer type this can be either 32-bit or 64-bit interger type.
This is determined at compile-time and can be specified using the CMake option
-DBUILD_ILP64=On|Off
Setting to On will use use 64-bit integer data type.
-
struct aoclsparse_float_complex#
Default complex float type.
User can redefine to accommodate custom complex float type definition.
Note
The library expects that complex numbers real and imaginary parts are contiguous in memory.
-
struct aoclsparse_double_complex#
Default complex double type.
User can redefine to accommodate custom complex double type definition.
Note
The library expects that complex numbers real and imaginary parts are contiguous in memory.