12#ifndef _DEFINITIONS_C_GET_CONFIG_H_
13#define _DEFINITIONS_C_GET_CONFIG_H_
bool is_use_mkl()
Returns USE_MKL.
bool is_cython_build_in_source()
Returns CYTHON_BUILD_IN_SOURCE.
bool is_use_cuda()
Returns USE_CUDA.
bool is_use_unsigned_long_int()
Returns USE_UNSIGNED_LONG_INT.
bool is_use_loop_unrolling()
Returns USE_LOOP_UNROLLING.
bool is_cython_build_for_doc()
Returns CYTHON_BUILD_FOR_DOC.
bool is_use_cblas()
Returns USE_CBLAS.
bool is_use_long_int()
Returns USE_LONG_INT.
bool is_cuda_dynamic_loading()
Returns CUDA_DYNAMIC_LOADING.
bool is_use_openmp()
Returns USE_OPENMP.
bool is_debug_mode()
Returns DEBUG_MODE.