Defines sample concrete node classes that perform mathematical operations on their inputs. More...
Go to the source code of this file.
Classes | |
class | flow::samples::math::adder< T > |
Concrete transformer that uses operator+= to sum input packets. More... | |
class | flow::samples::math::const_adder< T > |
Concrete transformer that uses operator+= to add a constant value to input packets. More... | |
Namespaces | |
namespace | flow::samples::math |
Concrete nodes that perform mathematical operations on their inputs. | |
namespace | flow |
All basic blocks to build a graph of packets streaming across nodes. | |
namespace | flow::samples |
Collection of concrete nodes. | |
Defines sample concrete node classes that perform mathematical operations on their inputs.