Public Member Functions | Private Attributes

sobol Class Reference

Class for generating Sobol sequences. More...

#include <src/sobol/sobol_sequences.h>

Inheritance diagram for sobol:
Inheritance graph
[legend]
Collaboration diagram for sobol:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 sobol (size_t N, size_t D)
 Class constructor to initialize a matrix to hold the Sobol sequence.
sobol sobol_points (size_t N, size_t D, const char *dir_file)
 Function to generate sequence of Sobol points reading direction numbers from a file.

Private Attributes

matrix sobol_pts
 Matrix object holding sequence of Sobol points.

Detailed Description

Class for generating Sobol sequences.


The documentation for this class was generated from the following files:
All Classes Files Functions Variables Typedefs Friends Defines