submatrix.hh File Reference
#include "matrix.hh"
#include "matrixMult.hh"
#include "subMatrixIterator.hh"
#include "CRS.hh"
#include "space/spaceSet.hh"
#include "basics/outputOperator.hh"
#include <type_traits>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | concepts::SubMatrix< F, G > |
class | concepts::SubMatrixN< F > |
Abstract class for an operator, which is a sub matrix of another matrix. More... | |
class | concepts::SubMatrixN< F > |
Abstract class for an operator, which is a sub matrix of another matrix. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Detailed Description
Interface for a submatrix and implemention for sparse matrix
Definition in file submatrix.hh.