Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Defines | Functions
operator/matrix.hh File Reference
#include "compositions.hh"
#include "matrixIterator.hh"
#include "space/elementPairs.hh"
Include dependency graph for matrix.hh:
This graph shows which files directly or indirectly include this file:

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.

Define Documentation

#define ApplyMatrix_D   0

Definition at line 11 of file matrix.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)