Method

NumCosmoMathModelvparam_index

Declaration [src]

guint
ncm_model_vparam_index (
  NcmModel* model,
  guint n,
  guint i
)

Description [src]

Given a vector parameter index and a component index, returns the index of the i-th component of the n-th vector in the full parameter vector.

Parameters

n

Type: guint

Vector parameter index.

i

Type: guint

Vector component index.

Return value

Type: guint

Index of the i-th component of the n-th vector.