Method

NumCosmoMathVectordiv

Declaration [src]

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

Description [src]

This function divides 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 NcmVector, denominator.

The data is owned by the caller of the method.