|
| Vector () |
|
| Vector (int M, bool fromlocalsize=false) |
|
| Vector (int m, int M) |
|
| Vector (doubletype *serial_vec, int M) |
|
| ~Vector () |
|
void | InitCheckAndSetType (void) |
|
void | Echo (void) |
|
void | Assemble (void) |
|
void | SetValues (int ssize, int *list, doubletype *values, InsMode mode) |
|
void | SetValue (int dof, doubletype value, InsMode mode) |
|
void | GetValue (doubletype *pvalue, int dof) |
|
void | GetSize (int *pM) |
|
bool | IsEmpty (void) |
|
void | GetLocalSize (int *pM) |
|
void | GetLocalVector (doubletype **pvector, int **pindices) |
|
Vector< doubletype > * | Duplicate (void) |
|
void | Set (doubletype value) |
|
void | AXPY (Vector *X, doubletype a) |
|
void | AYPX (Vector *X, doubletype a) |
|
doubletype * | ToMPISerial (void) |
|
doubletype * | ToMPISerial0 (void) |
|
void | Shift (doubletype shift) |
|
void | Copy (Vector *to) |
|
doubletype | Max (void) |
|
doubletype | Norm (NormMode norm_type) |
|
void | Scale (doubletype scale_factor) |
|
doubletype | Dot (Vector *vector) |
|
void | PointwiseDivide (Vector *x, Vector *y) |
|
template<class doubletype>
class Vector< doubletype >
Definition at line 25 of file Vector.h.