bdm::discrete_support Class Reference
Discrete support with stored support points. More...
#include <discrete.h>
Public Member Functions | |
discrete_support () | |
Default constructor. | |
int | points () const |
Access function. | |
const vec & | first_vec () |
set the first vector to corner and store result in actvec | |
const vec & | next_vec () |
set next vector after calling first_vec() | |
void | from_setting (const Setting &set) |
void | validate () |
Array< vec > & | _Spoints () |
access function | |
Protected Attributes | |
Array< vec > | Spoints |
storage of support points | |
int | idx |
index in iterators | |
vec | volumes |
volumes for each point |
Detailed Description
Discrete support with stored support points.
Member Function Documentation
void bdm::discrete_support::from_setting | ( | const Setting & | set | ) |
class = "discrete_support"; points = ( [1,2..], [2,2..], ...); // list of points === OR === epdf = {class="epdf_offspring",...}; // epdf rfom which to sample npoints = 100; // number of samples
The documentation for this class was generated from the following files:
- discrete.h
- discrete.cpp
Generated on 2 Dec 2013 for mixpp by 1.4.7