#include <../../nrnconf.h>
#include <stdio.h>
#include "matrix.h"
#include "matrix2.h"
#include <math.h>
Go to the source code of this file.
|
| VEC * | hhvec (VEC *vec, u_int i0, Real *beta, VEC *out, Real *newval) |
| |
| VEC * | hhtrvec (VEC *hh, double beta, u_int i0, VEC *in, VEC *out) |
| |
| MAT * | hhtrrows (MAT *M, u_int i0, u_int j0, VEC *hh, double beta) |
| |
| MAT * | hhtrcols (MAT *M, u_int i0, u_int j0, VEC *hh, double beta) |
| |
|
| static char | rcsid [] = "hsehldr.c,v 1.1 1997/12/04 17:55:24 hines Exp" |
| |
◆ hhtrcols()
◆ hhtrrows()
◆ hhtrvec()
◆ hhvec()
◆ rcsid
| char rcsid[] = "hsehldr.c,v 1.1 1997/12/04 17:55:24 hines Exp" |
|
static |