Method

NumCosmoMathFitls_J

Declaration [src]

void
ncm_fit_ls_J (
  NcmFit* fit,
  NcmMatrix* J
)

Description [src]

Computes the Jacobian matrix for the least squares problem.

Parameters

J

Type: NcmMatrix

A NcmMatrix.

The data is owned by the caller of the method.