Function

NumCosmoMathutil_cvode_print_stats

Declaration [src]

gboolean
ncm_util_cvode_print_stats (
  gpointer cvode
)

Description [src]

Prints the statistics of the CVodeMem object cvode.

Parameters

cvode

Type: gpointer

A CVodeMem.

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

Return value

Type: gboolean

TRUE.