bnmf-algs
Classes | Namespaces
generator.hpp File Reference

Go to the source code of this file.

Classes

class  bnmf_algs::util::ComputationIterator< T, Computer >
 A template iterator that generates values via computation using the previous value. More...
 
class  bnmf_algs::util::Generator< T, Computer >
 A template generator that generates values from an initial value by applying a computation to the previous value a given number of times. More...
 

Namespaces

 bnmf_algs
 Main namespace for bnmf-algs library.
 
 bnmf_algs::util
 Namespace for general purpose utility functions to be used by all bnmf_algs functions.