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

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)


Enumeration Type Documentation

anonymous enum

Enumerator:
PREC_NONE 
PREC_LEFT 
PREC_RIGHT 
PREC_BOTH 

anonymous enum

Enumerator:
MODIFIED_GS 
CLASSICAL_GS 


Function Documentation

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 ModifiedGS ( N_Vector v,
realtype **  h,
int  k,
int  p,
realtype *  new_vk_norm 
)

SUNDIALS_EXPORT int QRfact ( int  n,
realtype **  h,
realtype *  q,
int  job 
)

SUNDIALS_EXPORT int QRsol ( int  n,
realtype **  h,
realtype *  q,
realtype *  b 
)


Generated on Fri Sep 26 07:44:22 2008 for SimTKcore by  doxygen 1.5.6