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.