Method

NumCosmoMathDataleastsquares_f

Declaration [src]

void
ncm_data_leastsquares_f (
  NcmData* data,
  NcmMSet* mset,
  NcmVector* f
)

Description [src]

Calculates the least squares vector $\vec{f}$ using the models contained in mset and set the results in f.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.