ALP User Documentation  0.8.preview
Algebraic Programming User Documentation
Namespaces | Functions
init.hpp File Reference

Specifies the grb::init and grb::finalize functionalities. More...

Go to the source code of this file.

Namespaces

 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 (const size_t s, const size_t P, void *const implementation_data)
 Initialises the calling user process. More...
 
template<enum Backend backend = config::default_backend>
RC init ()
 Initialises the calling user process. More...
 

Detailed Description

Specifies the grb::init and grb::finalize functionalities.

Author
A. N. Yzelman
Date
24th of January, 2017