Method

NumCosmoMathCSQ1Dchange_frame

Declaration [src]

NcmCSQ1DState*
ncm_csq1d_change_frame (
  NcmCSQ1D* csq1d,
  NcmModel* model,
  NcmCSQ1DState* state,
  NcmCSQ1DFrame frame
)

Description [src]

Changes the frame of the state object to the given frame. The state object must be a valid state object, it cannot be NULL. The state object is updated in place.

Parameters

model

Type: NcmModel

A NcmModel.

The argument can be NULL.
The data is owned by the caller of the method.
state

Type: NcmCSQ1DState

A NcmCSQ1DState.

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

Type: NcmCSQ1DFrame

Which frame to use.

Return value

Type: NcmCSQ1DState

The state object in the new frame.

The returned data is owned by the instance.