Method

NumCosmoMathModelorig_params_peek_vector

Declaration [src]

NcmVector*
ncm_model_orig_params_peek_vector (
  NcmModel* model
)

Description [src]

Peeks the original parameters vector. This functions is provided for reparametrization implementations and subclassing, do not use it in other contexts.

The returned vector is the original parameters vector, that is, the parameters before the reparametrization. It is guaranteed that the returned vector is always the same and will stay valid until the model is destroyed. The vector also always have stride 1, so it is safe to call ncm_vector_fast_get().

Return value

Type: NcmVector

The original parameters NcmVector.

The returned data is owned by the instance.