#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::Matrix< F > |
Namespaces | |
| namespace | concepts |
Macros | |
| #define | ApplyMatrix_D 0 |
Functions | |
| template<class F > | |
| uint | concepts::getNumberofRows (F &m) |
| template<class F , class H , class I > | |
| void | concepts::apply (Operator< F > &op, const Matrix< H > &mX, Matrix< I > &mY) |
Interface for a matrix
Definition in file matrix.hh.