Supported template types

Supported template types#

Data Types <dataType>

Integer Types <indexType>

float

std::int32_t

double

std::int64_t

std::complex<float>

std::complex<double>

dataType is used to describe the precision (i.e. number of bits) and domain (i.e. real or complex) of the data handles and the operations using them.

indexType is used to describe the range of integer types such as indices, offsets or sizes of the data handles and the operations using them.

Parent topic: Sparse BLAS