Format#

enum nvmath.bindings.cusparse.Format(value)[source]#

See cusparseFormat_t.

Member Type:

int

Valid values are as follows:

CSR = <Format.CSR: 1>#
CSC = <Format.CSC: 2>#
COO = <Format.COO: 3>#
BLOCKED_ELL = <Format.BLOCKED_ELL: 5>#
BSR = <Format.BSR: 6>#
SLICED_ELLPACK = <Format.SLICED_ELLPACK: 7>#
COO_AOS = <Format.COO_AOS: 4>#