Gamma  0.9.5
Generic Synthesis Library
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
RMul< T > Struct Template Reference

Recursive multiply generator. More...

#include <gen.h>

Inheritance diagram for RMul< T >:
Val< T >

List of all members.

Public Member Functions

operator[] (uint32_t i) const
 Array get; generates next element.
 RMul (const T &mul=T(1), const T &val=T(1))
 Constructor.
operator() () const
 Generate next value.
T & operator[] (uint32_t i)
 Array set; sets current value.

Public Attributes

mul
 Multiplication amount.
val
 Value.

Detailed Description

template<class T = gam::real>
struct gam::gen::RMul< T >

Recursive multiply generator.


The documentation for this struct was generated from the following file: