LibCapy - sampling

Sampling function parent class.

Macros:

CapySampling object definition macro

Enumerations:

None.

Typedefs:

CapySampling object

Struct CapySample :

Struct CapySample's properties:

Values of the sample

Struct CapySample's methods:

Destructor

Functions:

Create a CapySample

Input argument(s):

dim: dimension of the sample

Output and side effect(s):

Return a CapySample

Create a CapySampling

Input argument(s):

seed: seed for the random number generator
dim: dimension of the samples

Output and side effect(s):

Return a CapySampling

Allocate memory for a new CapySampling and create it

Input argument(s):

seed: seed for the random number generator
dim: dimension of the samples

Output and side effect(s):

Return a CapySampling

Exception(s):

May raise CapyExc_MallocFailed.

Free the memory used by a CapySampling* and reset '*that' to NULL

Input argument(s):

that: a pointer to the CapySampling to free

2023-08-04
in LibCapy,
3 views
Copyright 2021-2024 Baillehache Pascal