Method

NumCosmoMathVectorlog_vals_func

Declaration [src]

void
ncm_vector_log_vals_func (
  const NcmVector* cv,
  const gchar* prestr,
  const gchar* format,
  NcmVectorCompFunc f,
  gpointer user_data
)

Description [src]

Log the values of f(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.
f

Type: NcmVectorCompFunc

A NcmVectorCompFunc.

user_data

Type: gpointer

User data used in f.

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