![]() |
NEURON
|
#include <../../nrnconf.h>#include <stdio.h>#include "matrix.h"#include "matrix2.h"#include <math.h>Go to the source code of this file.
Functions | |
| MAT * | LUfactor (MAT *A, PERM *pivot) |
| VEC * | LUsolve (MAT *A, PERM *pivot, VEC *b, VEC *x) |
| VEC * | LUTsolve (MAT *LU, PERM *pivot, VEC *b, VEC *x) |
| MAT * | m_inverse (MAT *A, MAT *out) |
| double | LUcondest (MAT *LU, PERM *pivot) |
Variables | |
| static char | rcsid [] = "lufactor.c,v 1.1 1997/12/04 17:55:32 hines Exp" |
Definition at line 217 of file lufactor.c.
Definition at line 46 of file lufactor.c.
Definition at line 159 of file lufactor.c.
Definition at line 179 of file lufactor.c.
Definition at line 33 of file lufactor.c.