suitesparse_sys 0.1.1

sys crate for suitesparse library
#include <suitesparse/SuiteSparse_config.h>

#ifdef USE_MONGOOSE
#include <suitesparse/mongoose.h>
#endif

#ifdef USE_AMD
#include <suitesparse/amd.h>
#endif

#ifdef USE_BTF
#include <suitesparse/btf.h>
#endif

#ifdef USE_CAMD
#include <suitesparse/camd.h>
#endif  

#ifdef USE_CCOLAMD
#include <suitesparse/ccolamd.h>
#endif

#ifdef USE_COLAMD
#include <suitesparse/colamd.h>
#endif

#ifdef USE_CHOLMOD
#include <suitesparse/cholmod.h>
#endif

#ifdef USE_CXSPARSE
#include <suitesparse/cs.h>
#endif

#ifdef USE_LDL
#include <suitesparse/ldl.h>
#endif

#ifdef USE_KLU
#include <suitesparse/klu.h>
#endif

#ifdef USE_UMFPACK
#include <suitesparse/umfpack.h>
#endif

#ifdef USE_PARU
#include <suitesparse/paru.h>
#endif

#ifdef USE_RBIO
#include <suitesparse/rbio.h>
#endif

#ifdef USE_SPQR
#include <suitesparse/spqr.h>
#endif

#ifdef USE_SPEX
#include <suitesparse/spex.h>
#endif

#ifdef USE_GRAPHBLAS
#include <suitesparse/GraphBLAS.h>
#endif

#ifdef USE_LAGRAPH
#include <suitesparse/LAGraph.h>
#endif