sundials_iterative.h File Reference
#include <sundials/sundials_nvector.h>
Go to the source code of this file.
Typedefs |
typedef int(* | ATimesFn )(void *A_data, N_Vector v, N_Vector z) |
typedef int(* | PSolveFn )(void *P_data, N_Vector r, N_Vector z, int lr) |
Enumerations |
enum | { PREC_NONE,
PREC_LEFT,
PREC_RIGHT,
PREC_BOTH
} |
enum | { MODIFIED_GS = 1,
CLASSICAL_GS = 2
} |
Functions |
SUNDIALS_EXPORT int | ModifiedGS (N_Vector *v, realtype **h, int k, int p, realtype *new_vk_norm) |
SUNDIALS_EXPORT int | ClassicalGS (N_Vector *v, realtype **h, int k, int p, realtype *new_vk_norm, N_Vector temp, realtype *s) |
SUNDIALS_EXPORT int | QRfact (int n, realtype **h, realtype *q, int job) |
SUNDIALS_EXPORT int | QRsol (int n, realtype **h, realtype *q, realtype *b) |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
PREC_NONE |
|
PREC_LEFT |
|
PREC_RIGHT |
|
PREC_BOTH |
|
Function Documentation