Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Functions | |
int | lu_decompose (double **a, int n) |
void | lu_solve (double *x, double *b, int n) |
Variables | |
static double * | scales |
static double ** | lu |
static int * | ps |
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().
void lu_solve | ( | double * | x, |
double * | b, | ||
int | n | ||
) |
|
static |
Definition at line 50 of file lu.c.
Referenced by lu_decompose(), and lu_solve().
|
static |
Definition at line 51 of file lu.c.
Referenced by addPS(), arrow_clip(), arrowEndClip(), arrowOrthoClip(), arrowStartClip(), attachPos(), clearPM(), clip_and_install(), DrawBeziers(), fillEdge(), fillLine(), findCol(), fits(), freePM(), freePS(), genBox(), genPoly(), gv_cleanup_edge(), inPS(), insertPS(), isInPS(), lu_decompose(), lu_solve(), make_flat_bottom_edges(), make_flat_edge(), make_flat_labeled_edge(), make_regular_edge(), makeGraphData(), makeSimpleFlatLabels(), mapSegToTri(), mkCtrlPts(), mkPoly(), orthoEdges(), parsePolyline(), pEllipse(), placeFixed(), placeGraph(), pointsOf(), polyGraphs(), polyRects(), posOf(), processTbl(), psmapOutput(), resetCoord(), routesplines_(), simpleSplineRoute(), sizeOf(), spline_edges_(), storePoints(), user_spline(), and vgpanecmd().
|
static |
Definition at line 49 of file lu.c.
Referenced by lu_decompose().