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