

Go to the source code of this file.
Classes | |
| class | concepts::multiplies< F, G, H > |
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
| namespace | std |
Functions | |
| template<class F , int dim> | |
| Mapping< F, dim > & | concepts::adjugate (Mapping< F, dim > &m) |
| template<class F , int dim> | |
| Mapping< F, dim > | concepts::adjugate (const Mapping< F, dim > &m) |
| const concepts::Real | std::conj (const concepts::Real &v) |
| Returns the conjugate complex of a real value. | |
| template<class F , int dim> | |
| F | concepts::determinant (const Mapping< F, dim > &m) |
| template<class F > | |
| F & | concepts::inverse (F &f) |
| template<class F , int dim> | |
| Mapping< F, dim > | concepts::inverse (const Mapping< F, dim > &m) |
| template<class F > | |
| F | concepts::inverse (const F &f) |
| template<class F , int dim> | |
| Mapping< F, dim > & | concepts::inverse (Mapping< F, dim > &m) |
| const concepts::Real | std::norm (const concepts::Real &v) |
| Returns the square of a real value. | |
| template<class F , int dim> | |
| Mapping< F, dim > & | concepts::prodTranspose (Mapping< F, dim > &m) |
| template<class F , int dim> | |
| Mapping< F, dim > | concepts::prodTranspose (const Mapping< F, dim > &m) |
| template<class F , class G > | |
| G & | concepts::product (const F &m, G &v) |
| template<class F , class G > | |
| G | concepts::product (const F &m, const G &v) |
| template<class F , int dim> | |
| Mapping< F, dim > | concepts::transpose (const Mapping< F, dim > &m) |
| template<class F , int dim> | |
| Mapping< F, dim > & | concepts::transpose (Mapping< F, dim > &m) |