matrix.hh File Reference
#include "compositions.hh"
#include "matrixIterator.hh"
#include "space/elementPairs.hh"
#include "toolbox/sequence.hh"
#include <type_traits>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | concepts::BilinearForm< F, G > |
Abstract function class to evaluate a bilinear form. More... | |
class | concepts::Matrix< F > |
Abstract class for an operator. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Macros | |
#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. More... | |
template<class F > | |
uint | concepts::getNumberofRows (F &m) |
Detailed Description
Interface for a matrix
Definition in file matrix.hh.