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 cv2‘s.
Parameters
cv2-
Type:
NcmVectorA constant
NcmVector.The data is owned by the caller of the method.