Method

NumCosmoMathVectorlog_vals_avpb

Declaration [src]

void
ncm_vector_log_vals_avpb (
  const NcmVector* cv,
  const gchar* prestr,
  const gchar* format,
  const gdouble a,
  const gdouble b
)

Description [src]

Log the values of (a $\times$ cv $+$ b) 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.
a

Type: const gdouble

A double.

b

Type: const gdouble

A double.