Virtual Method

NumCosmoMathMSetTransKerngenerate

Declaration [src]

void
generate (
  NcmMSetTransKern* tkern,
  NcmVector* theta,
  NcmVector* thetastar,
  NcmRNG* rng
)

Description [src]

Generates a new point thetastar from theta using the transition kernel.

Parameters

theta

Type: NcmVector

Current point.

The data is owned by the caller of the method.
thetastar

Type: NcmVector

Try point.

The data is owned by the caller of the method.
rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.