Vector Interface
-
bHYPRE_Vector__object
-
Symbol "bHYPRE
-
int32_t bHYPRE_Vector_Clear( bHYPRE_Vector self)
-
Set self to 0
-
int32_t bHYPRE_Vector_Copy( bHYPRE_Vector self, bHYPRE_Vector x)
-
Copy x into self
-
bHYPRE_Vector_Clone
-
Create an x compatible with self
-
int32_t bHYPRE_Vector_Scale( bHYPRE_Vector self, double a)
-
Scale self by a
-
int32_t bHYPRE_Vector_Dot( bHYPRE_Vector self, bHYPRE_Vector x, double* d)
-
Compute d, the inner-product of self and x
-
int32_t bHYPRE_Vector_Axpy( bHYPRE_Vector self, double a, bHYPRE_Vector x)
-
Add a*x to self
-
bHYPRE_Vector bHYPRE_Vector__cast( void* obj)
-
Cast method for interface and class type conversions
-
void* bHYPRE_Vector__cast2( void* obj, const char* type)
-
String cast method for interface and class type conversions
alphabetic index hierarchy of classes
generated by doc++