#include <../../nrnconf.h>
#include <stdio.h>
#include "iter.h"
#include <math.h>
Go to the source code of this file.
|
| void | iter_std_info (ITER *ip, double nres, VEC *res, VEC *Bres) |
| |
| int | iter_std_stop_crit (ITER *ip, double nres, VEC *res, VEC *Bres) |
| |
| ITER * | iter_get (int lenb, int lenx) |
| |
| int | iter_free (ITER *ip) |
| |
| ITER * | iter_resize (ITER *ip, int new_lenb, int new_lenx) |
| |
| void | iter_dump (FILE *fp, ITER *ip) |
| |
| ITER * | iter_copy2 (ITER *ip1, ITER *ip2) |
| |
| ITER * | iter_copy (ITER *ip1, ITER *ip2) |
| |
| SPMAT * | iter_gen_sym (int n, int nrow) |
| |
| SPMAT * | iter_gen_nonsym (int m, int n, int nrow, double diag) |
| |
| SPMAT * | iter_gen_nonsym_posdef (int n, int nrow) |
| |
|
| static char | rcsid [] = "iter0.c,v 1.1 1997/12/04 17:55:26 hines Exp" |
| |
◆ iter_copy()
◆ iter_copy2()
◆ iter_dump()
◆ iter_free()
| int iter_free |
( |
ITER * |
ip | ) |
|
◆ iter_gen_nonsym()
| SPMAT* iter_gen_nonsym |
( |
int |
m, |
|
|
int |
n, |
|
|
int |
nrow, |
|
|
double |
diag |
|
) |
| |
◆ iter_gen_nonsym_posdef()
| SPMAT* iter_gen_nonsym_posdef |
( |
int |
n, |
|
|
int |
nrow |
|
) |
| |
◆ iter_gen_sym()
| SPMAT* iter_gen_sym |
( |
int |
n, |
|
|
int |
nrow |
|
) |
| |
◆ iter_get()
| ITER* iter_get |
( |
int |
lenb, |
|
|
int |
lenx |
|
) |
| |
◆ iter_resize()
| ITER* iter_resize |
( |
ITER * |
ip, |
|
|
int |
new_lenb, |
|
|
int |
new_lenx |
|
) |
| |
◆ iter_std_info()
◆ iter_std_stop_crit()
| int iter_std_stop_crit |
( |
ITER * |
ip, |
|
|
double |
nres, |
|
|
VEC * |
res, |
|
|
VEC * |
Bres |
|
) |
| |
◆ rcsid
| char rcsid[] = "iter0.c,v 1.1 1997/12/04 17:55:26 hines Exp" |
|
static |