STK++ 0.9.13
STK_DenseRandomIterator.h File Reference

In this file we define and implement the DenseRandomIterator and ConstDenseRandomIterator classes. More...

Include dependency graph for STK_DenseRandomIterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::hidden::IteratorTraits< DenseRandomIterator< Array_ > >
 Specialization of the IteratorTraits class for the DenseRandomIterator iterator class. More...
 
struct  STK::hidden::IteratorTraits< ConstDenseRandomIterator< Array_ > >
 Specialization of the IteratorTraits for the ConstDenseRandomIterator iterator class. More...
 
struct  STK::DenseRandomIterator< Array_ >
 DenseRandomIterator allows to loop over the elements of containers Array. More...
 
struct  STK::ConstDenseRandomIterator< Array >
 ConstDenseRandomIterator allows to loop over the elements of containers Array. More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 
namespace  STK::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 

Detailed Description

In this file we define and implement the DenseRandomIterator and ConstDenseRandomIterator classes.

Definition in file STK_DenseRandomIterator.h.