#include "space.hh"
#include "productdata.hh"
Go to the source code of this file.
Namespaces | |
namespace | RVL |
Classes | |
class | RVL::ProductSpace< Scalar > |
Abstract base class expressing behaviour of Cartesian products of vector spaces. More... | |
class | RVL::StdProductSpace< Scalar > |
Standard construction of product spaces, via an (STL) vector of dynamically allocated Spaces. More... | |
class | RVL::CartesianPowerSpace< Scalar > |
This space implements the Cartesian power of a space. More... | |
class | RVL::Components< Scalar > |
Provides indexed access to components (factors) of a Vector in ProductSpace. More... |