27#ifndef _H_GRB_INIT_BASE
28#define _H_GRB_INIT_BASE
144 template< enum Backend backend = config::default_backend >
145 RC init(
const size_t s,
const size_t P,
void *
const implementation_data ) {
148 (void) implementation_data;
171 template< enum Backend backend = config::default_backend >
173 return grb::init< backend >( 0, 1,
nullptr );
209 template< enum Backend backend = config::default_backend >
The ALP/GraphBLAS namespace.
Definition: graphblas.hpp:450
RC init()
Initialises the calling user process.
Definition: init.hpp:172
RC finalize()
Finalises an ALP/GraphBLAS context opened by the last call to grb::init.
Definition: init.hpp:210
RC
Return codes of ALP primitives.
Definition: rc.hpp:47
@ PANIC
Generic fatal error code.
Definition: rc.hpp:68
Defines the ALP error codes.
Contains the configuration parameters for the reference and reference_omp backends.