![]() |
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 * | LDLupdate (MAT *CHmat, VEC *w, double alpha) |
| MAT * | QRupdate (MAT *Q, MAT *R, VEC *u, VEC *v) |
Variables | |
| static char | rcsid [] = "update.c,v 1.1 1997/12/04 17:56:01 hines Exp" |