Method

NumCosmoMathVectormulby

Declaration [src]

void
ncm_vector_mulby (
  NcmVector* cv,
  const guint i,
  const gdouble val
)

Description [src]

This function multiplies the i-th component of the vector cv by val.

Parameters

i

Type: const guint

Component index.

val

Type: const gdouble

A constant double.