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

Go to the source code of this file.

Functions

int matinv (double **A, double **Ainv, int n)
 

Function Documentation

◆ matinv()

int matinv ( double **  A,
double **  Ainv,
int  n 
)

Definition at line 39 of file matinv.c.

References A, free(), gv_calloc(), lu_decompose(), and lu_solve().

Referenced by solveCircuit().

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