Method

NumCosmoMathVectorsub_round_off

Declaration [src]

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

Description [src]

Estimate the round-off error component wise in the subtraction of cv1 by cv2.

Parameters

cv2

Type: NcmVector

A constant NcmVector.

The data is owned by the caller of the method.