dune-istl
2.2.0
|
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...
Go to the source code of this file.
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 > |
Namespaces | |
namespace | 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. |
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.