Method

NumCosmoMathCSQ1Dget_time_array

Declaration [src]

GArray*
ncm_csq1d_get_time_array (
  NcmCSQ1D* csq1d,
  gdouble* smallest_t
)

Description

No description available.

Parameters

smallest_t

Type: gdouble*

The smallest absolute value of $t$ in the array.

The argument will be set by the function.
The argument can be NULL.

Return value

Type: An array of double

The time array of the computed steps.

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