Constructor

NumCosmoPowspecMLTransfernew

Declaration [src]

NcPowspecMLTransfer*
nc_powspec_ml_transfer_new (
  NcTransferFunc* tf
)

Description [src]

Creates a new NcPowspecMLTransfer from the transfer function tf.

Parameters

tf

Type: NcTransferFunc

A NcTransferFunc.

The data is owned by the caller of the function.

Return value

Type: NcPowspecMLTransfer

The newly created NcPowspecMLTransfer.

The caller of the function takes ownership of the data, and is responsible for freeing it.