Method

NumCosmoMathVectormul

Declaration [src]

void
ncm_vector_mul (
  NcmVector* cv1,
  const NcmVector* cv2
)

Description [src]

This function multiplies the components of the vector cv1 by the components of the vector cv2. The two vectors must have the same length.

Parameters

cv2

Type: NcmVector

A constant NcmVector.

The data is owned by the caller of the method.