Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
solve.c File Reference
#include <assert.h>
#include <cgraph/alloc.h>
#include <common/render.h>
#include <math.h>
#include <neatogen/neatoprocs.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for solve.c:

Go to the source code of this file.

Functions

static void swap (double *x, double *y)
 
void solve (double *a, double *b, double *c, size_t n)
 

Function Documentation

◆ solve()

void solve ( double *  a,
double *  b,
double *  c,
size_t  n 
)

Definition at line 26 of file solve.c.

References free(), gv_calloc(), and swap().

Referenced by move_node().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ swap()

static void swap ( double *  x,
double *  y 
)
static

Definition at line 20 of file solve.c.

Referenced by solve().

Here is the caller graph for this function: