#include <../../nrnconf.h>
#include <stdio.h>
#include "zmatrix.h"
#include "zmatrix2.h"
#include <math.h>
Go to the source code of this file.
|
| #define | is_zero(z) ((z).re == 0.0 && (z).im == 0.0) |
| |
|
| static char | rcsid [] = "zlufctr.c,v 1.1 1997/12/04 17:56:09 hines Exp" |
| |
◆ is_zero
| #define is_zero |
( |
|
z | ) |
((z).re == 0.0 && (z).im == 0.0) |
◆ zLUAsolve()
◆ zLUcondest()
| double zLUcondest |
( |
ZMAT * |
LU, |
|
|
PERM * |
pivot |
|
) |
| |
◆ zLUfactor()
◆ zLUsolve()
◆ zm_inverse()
◆ rcsid
| char rcsid[] = "zlufctr.c,v 1.1 1997/12/04 17:56:09 hines Exp" |
|
static |