suitesparse_sys 0.1.4

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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