#include "petscdt.h" PetscErrorCode PetscProbCreateFromOptions(PetscInt dim, const char prefix[], const char name[], PetscProbFunc *pdf, PetscProbFunc *cdf, PetscProbFunc *sampler)Not collective
dim | - The dimension of sample points | |
prefix | - The options prefix, or NULL | |
name | - The option name for the probility distribution type |
- The PDF of this type | ||
cdf | - The CDF of this type | |
sampler | - The PDF sampler of this type |