Method

NumCosmoMathMatrixlog_vals

Declaration [src]

void
ncm_matrix_log_vals (
  NcmMatrix* cm,
  gchar* prefix,
  gchar* format
)

Description [src]

Prints to the log the values of cm.

Parameters

prefix

Type: gchar*

The prefixed text.

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

Type: gchar*

Double format.

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