#include "data.hh"
#include "product.hh"
Go to the source code of this file.
Namespaces | |
namespace | RVL |
Classes | |
class | RVL::BlockFunctionObject |
BlockFOs are arrays of FOs, which can be evaluated block-diagonal fashion on ProductDCs. More... | |
class | RVL::DiagonalFunctionObject |
Produces diagonal ("scalar") app of single FO to all components of ProductDC. More... | |
class | RVL::ProductDataContainer |
ProductDataContainers are DataContainers equipped with an indexing operator[], which returns a reference to a DataContainer when supplied with an in-range int index. More... | |
class | RVL::StdProductDataContainer |
Standard implementation of ProductDataContainer. More... |