PSCF v1.1
|
This is the complete list of members for Util::Tensor, including all inherited members.
add(const Tensor &t1, const Tensor &t2) | Util::Tensor | inline |
commitMpiType() | Util::Tensor | static |
divide(const Tensor &t, double s) | Util::Tensor | inline |
dyad(const Vector &v1, const Vector &v2) | Util::Tensor | inline |
Identity | Util::Tensor | static |
identity() | Util::Tensor | inline |
initStatic() | Util::Tensor | static |
multiply(const Tensor &t, double s) | Util::Tensor | inline |
operator()(int i, int j) const | Util::Tensor | inline |
operator()(int i, int j) | Util::Tensor | inline |
operator*=(double s) | Util::Tensor | inline |
operator+=(const Tensor &dt) | Util::Tensor | inline |
operator-=(const Tensor &dt) | Util::Tensor | inline |
operator/=(double s) | Util::Tensor | inline |
operator<< | Util::Tensor | friend |
operator=(const Tensor &t) | Util::Tensor | inline |
operator=(const double a[][Dimension]) | Util::Tensor | inline |
operator== | Util::Tensor | friend |
operator== | Util::Tensor | friend |
operator>> | Util::Tensor | friend |
serialize(Archive &ar, const unsigned int version) | Util::Tensor | inline |
setColumn(int i, const Vector &r) | Util::Tensor | inline |
setRow(int i, const Vector &r) | Util::Tensor | inline |
subtract(const Tensor &t1, const Tensor &t2) | Util::Tensor | inline |
symmetrize(const Tensor &t) | Util::Tensor | inline |
symmetrize() | Util::Tensor | inline |
Tensor() | Util::Tensor | inline |
Tensor(const Tensor &t) | Util::Tensor | inline |
Tensor(double scalar) | Util::Tensor | inlineexplicit |
Tensor(const double a[][Dimension]) | Util::Tensor | inlineexplicit |
trace() const | Util::Tensor | inline |
transpose(const Tensor &t) | Util::Tensor | inline |
transpose() | Util::Tensor | inline |
zero() | Util::Tensor | inline |
Zero | Util::Tensor | static |