![]() |
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 * | CHfactor (MAT *A) |
| VEC * | CHsolve (MAT *A, VEC *b, VEC *x) |
| MAT * | LDLfactor (MAT *A) |
| VEC * | LDLsolve (MAT *LDL, VEC *b, VEC *x) |
| MAT * | MCHfactor (MAT *A, double tol) |
Variables | |
| static char | rcsid [] = "chfactor.c,v 1.1 1997/12/04 17:55:15 hines Exp" |
Definition at line 44 of file chfactor.c.
Definition at line 108 of file chfactor.c.
Definition at line 171 of file chfactor.c.
Definition at line 33 of file chfactor.c.