#include <HierarchicNodeToRangeMap.hpp>
Public Member Functions | |
| HierarchicNodeWrapper (TreePath const &tp, F const &f) | |
| template<class Domain > | |
| auto | operator() (Domain const &x) const |
| decltype(auto) friend | derivative (HierarchicNodeWrapper< TreePath, F > const &t) |
Public Attributes | |
| TreePath | tp_ |
| F | f_ |
A wrapper that transforms a given function F(Domain) using the hierarchicNodeToRangeMap restricted to a component given by the TreePath.