bvector.hh File Reference
Detailed Description
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.
#include <math.h>
#include <complex>
#include "istlexception.hh"
#include "allocator.hh"
#include "basearray.hh"
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
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... | |
class | Dune::BlockVectorWindow< B, A > |
class | Dune::compressed_block_vector_unmanaged< B, A > |
class | Dune::CompressedBlockVectorWindow< B, A > |
Functions | |
template<class K, class A> | |
std::ostream & | Dune::operator<< (std::ostream &s, const BlockVector< K, A > &v) |
Send BlockVector to an output stream. |