#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) |
| |
| #define | b2s(t_or_f) ((t_or_f) ? "TRUE" : "FALSE") |
| |
|
| static char | rcsid [] = "zschur.c,v 1.1 1997/12/04 17:56:16 hines Exp" |
| |
◆ b2s
| #define b2s |
( |
|
t_or_f | ) |
((t_or_f) ? "TRUE" : "FALSE") |
◆ is_zero
| #define is_zero |
( |
|
z | ) |
((z).re == 0.0 && (z).im == 0.0) |
◆ zschur()
◆ rcsid
| char rcsid[] = "zschur.c,v 1.1 1997/12/04 17:56:16 hines Exp" |
|
static |