Method

NumCosmoMathVParamset_sparam_full

Declaration [src]

void
ncm_vparam_set_sparam_full (
  NcmVParam* vparam,
  guint n,
  gchar* name,
  gchar* symbol,
  gdouble lower_bound,
  gdouble upper_bound,
  gdouble scale,
  gdouble abstol,
  gdouble default_val,
  NcmParamType ftype
)

Description [src]

This function sets the properties of the n-th vparam component.

Parameters

n

Type: guint

Vector index.

name

Type: gchar*

NcmSParam:name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
symbol

Type: gchar*

NcmSParam:symbol.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
lower_bound

Type: gdouble

Value of NcmSParam:lower-bound.

upper_bound

Type: gdouble

Value of NcmSParam:upper-bound.

scale

Type: gdouble

Value of NcmSParam:scale.

abstol

Type: gdouble

Value of NcmSParam:absolute-tolerance.

default_val

Type: gdouble

Value of NcmSParam:default-value.

ftype

Type: NcmParamType

A NcmParamType.