ALP User Documentation
0.8.preview
Algebraic Programming User Documentation
|
Defines the ALP error codes. More...
Go to the source code of this file.
Namespaces | |
grb | |
The ALP/GraphBLAS namespace. | |
Enumerations | |
enum | RC { SUCCESS = 0, PANIC, OUTOFMEM, MISMATCH, OVERLAP, OVERFLW, UNSUPPORTED, ILLEGAL, FAILED } |
Return codes of ALP primitives. More... | |
Functions | |
std::string | toString (const RC code) |
Defines the ALP error codes.