Go to the source code of this file.
|
void | mfem::swap (Vector *v1, Vector *v2) |
|
void | mfem::add (const Vector &v1, const Vector &v2, Vector &v) |
|
void | mfem::add (const Vector &v1, double alpha, const Vector &v2, Vector &v) |
|
void | mfem::add (const double a, const Vector &x, const Vector &y, Vector &z) |
|
void | mfem::add (const double a, const Vector &x, const double b, const Vector &y, Vector &z) |
|
void | mfem::subtract (const Vector &x, const Vector &y, Vector &z) |
|
void | mfem::subtract (const double a, const Vector &x, const Vector &y, Vector &z) |
|