|
dune-istl
2.6-git
|
This file implements a vector space as a tensor product of a given vector space. The number of components can be given at run-time. More...
#include <cmath>#include <complex>#include <memory>#include <limits>#include <dune/common/promotiontraits.hh>#include <dune/common/dotproduct.hh>#include <dune/common/ftraits.hh>#include "istlexception.hh"#include "basearray.hh"Go to the source code of this file.
Classes | |
| class | Dune::BlockVectorWindow< B, A > |
| class | Dune::BlockVector< B, A > |
| A vector of blocks with memory management. More... | |
| struct | Dune::FieldTraits< BlockVector< B, A > > |
Namespaces | |
| Dune | |
Functions | |
| template<class K , class A > | |
| std::ostream & | Dune::operator<< (std::ostream &s, const BlockVector< K, A > &v) |
| Send BlockVector to an output stream. More... | |
This file implements a vector space as a tensor product of a given vector space. The number of components can be given at run-time.
1.8.13