

Go to the source code of this file.
Classes | |
| class | concepts::Matrix< F > |
| Abstract class for an operator. More... | |
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
Defines | |
| #define | ApplyMatrix_D 0 |
Functions | |
| template<class F , class H , class I > | |
| void | concepts::apply (Operator< F > &op, const Matrix< H > &mX, Matrix< I > &mY) |
| Multiplication with a matrix. | |