_generic_N_Vector_Ops Struct Reference
#include <sundials_nvector.h>
List of all members.
Public Attributes |
N_Vector(* | nvclone )(N_Vector) |
N_Vector(* | nvcloneempty )(N_Vector) |
void(* | nvdestroy )(N_Vector) |
void(* | nvspace )(N_Vector, long int *, long int *) |
realtype *(* | nvgetarraypointer )(N_Vector) |
void(* | nvsetarraypointer )(realtype *, N_Vector) |
void(* | nvlinearsum )(realtype, N_Vector, realtype, N_Vector, N_Vector) |
void(* | nvconst )(realtype, N_Vector) |
void(* | nvprod )(N_Vector, N_Vector, N_Vector) |
void(* | nvdiv )(N_Vector, N_Vector, N_Vector) |
void(* | nvscale )(realtype, N_Vector, N_Vector) |
void(* | nvabs )(N_Vector, N_Vector) |
void(* | nvinv )(N_Vector, N_Vector) |
void(* | nvaddconst )(N_Vector, realtype, N_Vector) |
realtype(* | nvdotprod )(N_Vector, N_Vector) |
realtype(* | nvmaxnorm )(N_Vector) |
realtype(* | nvwrmsnorm )(N_Vector, N_Vector) |
realtype(* | nvwrmsnormmask )(N_Vector, N_Vector, N_Vector) |
realtype(* | nvmin )(N_Vector) |
realtype(* | nvwl2norm )(N_Vector, N_Vector) |
realtype(* | nvl1norm )(N_Vector) |
void(* | nvcompare )(realtype, N_Vector, N_Vector) |
booleantype(* | nvinvtest )(N_Vector, N_Vector) |
booleantype(* | nvconstrmask )(N_Vector, N_Vector, N_Vector) |
realtype(* | nvminquotient )(N_Vector, N_Vector) |
Member Data Documentation
The documentation for this struct was generated from the following file: