ncm_mset_trans_kern_set_prior

void ncm_mset_trans_kern_set_prior (NcmMSetTransKern* tkern,
                                    NcmVector* theta);
  

Sets the theta as the prior mean. This allows the transition kernel to be used as a prior sampler.

tkern

a NumCosmoMath.MSetTransKern.

theta

a NumCosmoMath.MSet.

Returns