![]() |
NEURON
|
#include <../../nrnconf.h>#include <stdio.h>#include "zmatrix.h"#include "zmatrix2.h"#include <math.h>Go to the source code of this file.
Macros | |
| #define | is_zero(z) ((z).re == 0.0 && (z).im == 0.0) |
Functions | |
| ZVEC * | zhhvec (ZVEC *vec, int i0, Real *beta, ZVEC *out, complex *newval) |
| ZVEC * | zhhtrvec (ZVEC *hh, double beta, int i0, ZVEC *in, ZVEC *out) |
| ZMAT * | zhhtrrows (ZMAT *M, int i0, int j0, ZVEC *hh, double beta) |
| ZMAT * | zhhtrcols (ZMAT *M, int i0, int j0, ZVEC *hh, double beta) |
Variables | |
| static char | rcsid [] = "zhsehldr.c,v 1.1 1997/12/04 17:56:08 hines Exp" |
| #define is_zero | ( | z | ) | ((z).re == 0.0 && (z).im == 0.0) |
Definition at line 45 of file zhsehldr.c.
Definition at line 169 of file zhsehldr.c.
Definition at line 120 of file zhsehldr.c.
Definition at line 89 of file zhsehldr.c.
Definition at line 49 of file zhsehldr.c.
Definition at line 38 of file zhsehldr.c.