Program for generating Sobol points in graycode order. More...
#include <cstdlib>
#include <cmath>
#include <iostream>
#include <iomanip>
#include <fstream>
#include "gsl_matrix_double.h"
Go to the source code of this file.
Classes | |
class | sobol |
Class for generating Sobol sequences. More... |
Program for generating Sobol points in graycode order.