dune-istl
2.5.1
|
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::block_vector_unmanaged< B, A > |
An unmanaged vector of blocks. More... | |
class | Dune::BlockVector< B, A > |
A vector of blocks with memory management. More... | |
struct | Dune::FieldTraits< BlockVector< B, A > > |
class | Dune::BlockVectorWindow< B, A > |
class | Dune::compressed_block_vector_unmanaged< B, A > |
class | Dune::CompressedBlockVectorWindow< 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.