Function

NumCosmoMathDataFisherMatrix

Declaration

void
(* NcmDataFisherMatrix) (
  NcmData* data,
  NcmMSet* mset,
  NcmMatrix** IM
)

Description [src]

Calculates the Fisher-information matrix I.

Parameters

data

Type: NcmData

A NcmData.

The data is owned by the caller of the function.
mset

Type: NcmMSet

A NcmMSet.

The data is owned by the caller of the function.
IM

Type: NcmMatrix

The fisher matrix.

The argument will be set by the function.
The caller of the function takes ownership of the returned data, and is responsible for freeing it.