Method

NumCosmoMathVectorlog_vals

Declaration [src]

void
ncm_vector_log_vals (
  const NcmVector* cv,
  const gchar* prestr,
  const gchar* format,
  gboolean cr
)

Description [src]

Log the values of cv using prestr and format.

Parameters

prestr

Type: const gchar*

Initial string.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
format

Type: const gchar*

Float format.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
cr

Type: gboolean

Whether to include a carriage return.