Graphviz 13.0.0~dev.20241220.2304
|
#include "config.h"
#include "render.h"
#include "pathplan.h"
#include <neatogen/neatoprocs.h>
#include <neatogen/adjust.h>
Go to the source code of this file.
Macros | |
#define | MODEL_SHORTPATH 0 |
#define | MODEL_CIRCUIT 1 |
#define | MODEL_SUBSET 2 |
#define | MODEL_MDS 3 |
#define | MODE_KK 0 |
#define | MODE_MAJOR 1 |
#define | MODE_HIER 2 |
#define | MODE_IPSEP 3 |
#define | MODE_SGD 4 |
#define | INIT_ERROR -1 |
#define | INIT_SELF 0 |
#define | INIT_REGULAR 1 |
#define | INIT_RANDOM 2 |
Functions | |
int | lu_decompose (double **a, int n) |
void | lu_solve (double *x, double *b, int n) |
int lu_decompose | ( | double ** | a, |
int | n | ||
) |
Definition at line 65 of file lu.c.
References free(), free_array(), gv_calloc(), lu, new_array(), ps, and scales.
Referenced by matinv().