Method

NumCosmoMathVectorcmp

Declaration [src]

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

Description [src]

Performs a comparison, component-wise, of the two vectors and puts the weighted difference in cv1.

Parameters

cv2

Type: NcmVector

A constant NcmVector.

The data is owned by the caller of the method.