|
PSCF v1.3.3
|
This is the complete list of members for Util::Tensor, including all inherited members.
| add(const Tensor &t1, const Tensor &t2) | Util::Tensor | inline |
| 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<<(std::ostream &out, const Tensor &tensor) | Util::Tensor | friend |
| operator=(const Tensor &t) | Util::Tensor | inline |
| operator=(const double a[][Dimension]) | Util::Tensor | inline |
| operator==(const Tensor &t1, const Tensor &t2) | Util::Tensor | friend |
| operator==(const Tensor &t1, const double t2[][Dimension]) | Util::Tensor | friend |
| operator>>(std::istream &in, Tensor &tensor) | 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 | static |
| zero() | Util::Tensor | inline |