Class for generating Sobol sequences. More...
#include <src/sobol/sobol_sequences.h>
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. |
Class for generating Sobol sequences.