The ALP/GraphBLAS namespace.
Definition: graphblas.hpp:452
RC
Return codes of ALP primitives.
Definition: rc.hpp:47
@ ILLEGAL
A call to a primitive has determined that one of its arguments was illegal as per the specification o...
Definition: rc.hpp:143
@ PANIC
Generic fatal error code.
Definition: rc.hpp:68
@ MISMATCH
One or more of the ALP/GraphBLAS objects passed to the primitive that returned this error have mismat...
Definition: rc.hpp:90
@ OUTOFMEM
Signals an out-of-memory error while executing the requested primitive.
Definition: rc.hpp:78
@ SUCCESS
Indicates the primitive has executed successfully.
Definition: rc.hpp:54
@ OVERLAP
One or more of the GraphBLAS objects corresponding to the call returning this error refer to the same...
Definition: rc.hpp:106
@ UNSUPPORTED
Indicates that the execution of the requested primitive with the given arguments is not supported by ...
Definition: rc.hpp:129
@ FAILED
Indicates when one of the grb::algorithms has failed to achieve its intended result,...
Definition: rc.hpp:154
@ OVERFLW
Indicates that execution of the requested primitive with the given arguments would result in overflow...
Definition: rc.hpp:119
std::string toString(const RC code)