Method

NumCosmoMathVectorscale

Declaration [src]

void
ncm_vector_scale (
  NcmVector* cv,
  const gdouble val
)

Description [src]

This function multiplies the components of the vector cv by the constant factor val.

Parameters

val

Type: const gdouble

A constant double.