Method

NumCosmoMathFitls_f_J

Declaration [src]

void
ncm_fit_ls_f_J (
  NcmFit* fit,
  NcmVector* f,
  NcmMatrix* J
)

Description [src]

Computes the residuals vector and the Jacobian matrix for the least squares problem.

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.