Method

NumCosmoMathVectorlt

Declaration [src]

gboolean
ncm_vector_lt (
  const NcmVector* cv1,
  const NcmVector* cv2
)

Description [src]

Compare cv1 and cv2 and returns TRUE if all components of cv1 are less than cv2s.

Parameters

cv2

Type: NcmVector

A constant NcmVector.

The data is owned by the caller of the method.

Return value

Type: gboolean

Whether cv1 < cv2.