![]() |
NEURON
|
#include <../../nrnconf.h>#include <stdio.h>#include "matrix.h"#include "matrix2.h"#include <math.h>Go to the source code of this file.
Macros | |
| #define | SQRT2 1.4142135623730949 |
| #define | sgn(x) ( (x) >= 0 ? 1 : -1 ) |
Functions | |
| VEC * | trieig (VEC *a, VEC *b, MAT *Q) |
| VEC * | symmeig (MAT *A, MAT *Q, VEC *out) |
Variables | |
| static char | rcsid [] = "symmeig.c,v 1.1 1997/12/04 17:55:57 hines Exp" |