Method

NumCosmoMathFitStateset_ls

Declaration [src]

void
ncm_fit_state_set_ls (
  NcmFitState* fstate,
  NcmVector* f,
  NcmMatrix* J
)

Description [src]

Sets the least squares data of fstate.

This method is used by NcmFit implementations to set the precision of the parameters. It should not be used by the user.

Parameters

f

Type: NcmVector

A NcmVector.

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

Type: NcmMatrix

A NcmMatrix.

The data is owned by the caller of the method.