ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
Specifies the grb::init and grb::finalize functionalities. More...
Go to the source code of this file.
Namespaces | |
namespace | grb |
The ALP/GraphBLAS namespace. | |
Functions | |
template<enum Backend backend = config::default_backend> | |
RC | finalize () |
Finalises an ALP/GraphBLAS context opened by the last call to grb::init. More... | |
template<enum Backend backend = config::default_backend> | |
RC | init () |
Initialises the calling user process. More... | |
template<enum Backend backend = config::default_backend> | |
RC | init (const size_t s, const size_t P, void *const implementation_data) |
Initialises the calling user process. More... | |
Specifies the grb::init and grb::finalize functionalities.