Method

NumCosmoMathCSQ1DStatecopy

Declaration [src]

NcmCSQ1DState*
ncm_csq1d_state_copy (
  NcmCSQ1DState* state
)

Description [src]

Creates a copy of state.

Return value

Type: NcmCSQ1DState

A new NcmCSQ1DState with the same contents as state.

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