16#define MODEL_SHORTPATH 0
17#define MODEL_CIRCUIT 1
macro for API hiding/exposing
PRIVATE void lu_solve(const lu_t *lu, double *x, int bi, int n)
PRIVATE void lu_free(lu_t *lu)
release resources relating to LU decomposition
PRIVATE int lu_decompose(lu_t *lu, double **a, int n)
finds and smooths shortest paths
state for working on LU decomposition
double ** lu
composite of upper and lower triangular matrices