This is the complete list of members for belfem::Tensor< T >, including all inherited members.
| capacity() const | belfem::Tensor< T > | inline |
| data() | belfem::Tensor< T > | inline |
| data() const | belfem::Tensor< T > | inline |
| ddot(const Tensor< T > &aB, Tensor< T > &aC) | belfem::Tensor< T > | inline |
| ddot(const Matrix< T > &aB, Matrix< T > &aC) | belfem::Tensor< T > | inline |
| fill(const T aValue) | belfem::Tensor< T > | inline |
| fill(const T aA, const T aB) | belfem::Tensor< T > | inline |
| fill_isotropic_elasticity(const T E, const T nu) | belfem::Tensor< T > | inline |
| fill_orthotropic_elasticity(const T aYoung1, const T aYoung2, const T aYoung3, const T aPoisson23, const T aPoisson13, const T aPoisson12, const T aShear23, const T aShear13, const T aShear12) | belfem::Tensor< T > | inline |
| is_3333() const | belfem::Tensor< T > | inline |
| operator()(const index_t I, const index_t J, const index_t K) | belfem::Tensor< T > | inline |
| operator()(const index_t I, const index_t J, const index_t K) const | belfem::Tensor< T > | inline |
| operator()(const index_t I, const index_t J, const index_t K, const index_t L) | belfem::Tensor< T > | inline |
| operator()(const index_t I, const index_t J, const index_t K, const index_t L) const | belfem::Tensor< T > | inline |
| operator*=(const T &aScalar) | belfem::Tensor< T > | inline |
| operator+=(const T &aScalar) | belfem::Tensor< T > | inline |
| operator+=(const Tensor< T > &aTensor) | belfem::Tensor< T > | inline |
| operator-=(const T &aScalar) | belfem::Tensor< T > | inline |
| operator-=(const Tensor< T > &aTensor) | belfem::Tensor< T > | inline |
| operator/=(const T &aScalar) | belfem::Tensor< T > | inline |
| operator=(const Tensor< T > &aTensor) | belfem::Tensor< T > | inline |
| operator=(Tensor< T > &&aTensor) | belfem::Tensor< T > | inline |
| operator=(const T &aScalar) | belfem::Tensor< T > | inline |
| operator=(const Matrix< T > &aElasticityMatrix) | belfem::Tensor< T > | inline |
| order() const | belfem::Tensor< T > | inline |
| print(const string aLabel="Tensor") | belfem::Tensor< T > | inline |
| size_i() const | belfem::Tensor< T > | inline |
| size_j() const | belfem::Tensor< T > | inline |
| size_k() const | belfem::Tensor< T > | inline |
| size_l() const | belfem::Tensor< T > | inline |
| Tensor(const index_t aSizeI, const index_t aSizeJ, const index_t aSizeK, const index_t aSizeL) | belfem::Tensor< T > | inline |
| Tensor(const index_t aSizeI, const index_t aSizeJ, const index_t aSizeK) | belfem::Tensor< T > | inline |
| Tensor(const index_t aSizeI, const index_t aSizeJ, const index_t aSizeK, const index_t aSizeL, const real aValue) | belfem::Tensor< T > | inline |
| Tensor(const Matrix< real > &aElasticityMatrix) | belfem::Tensor< T > | inline |
| Tensor(const Tensor< T > &aOther) | belfem::Tensor< T > | inline |
| Tensor(Tensor< T > &&aOther) | belfem::Tensor< T > | inline |
| to_matrix(Matrix< real > &aMatrix) | belfem::Tensor< T > | inline |
| ~Tensor() | belfem::Tensor< T > | inline |