#include <../../nrnconf.h>
#include <stdio.h>
#include <math.h>
#include "matrix.h"
#include "matrix2.h"
#include "sparse.h"
Go to the source code of this file.
|
| MAT * | arnoldi (VEC *(*A)(), void *A_param, VEC *x0, int m, Real *h_rem, MAT *Q, MAT *H) |
| |
| MAT * | sp_arnoldi (SPMAT *A, VEC *x0, int m, Real *h_rem, MAT *Q, MAT *H) |
| |
| VEC * | gmres (VEC *(*A)(), void *A_param, int m, MAT *Q, MAT *R, VEC *b, double tol, VEC *x) |
| |
|
| static char | rcsid [] = "arnoldi.c,v 1.1 1997/12/04 17:55:13 hines Exp" |
| |
◆ arnoldi()
◆ gmres()
◆ sp_arnoldi()
◆ rcsid
| char rcsid[] = "arnoldi.c,v 1.1 1997/12/04 17:55:13 hines Exp" |
|
static |