Method

NumCosmoMathVectorget_absminmax

Declaration [src]

void
ncm_vector_get_absminmax (
  const NcmVector* cv,
  gdouble* absmin,
  gdouble* absmax
)

Description [src]

Gets the minimum/maximum absolute value of cv components.

Parameters

absmin

Type: gdouble*

Minimum component absolute value of cv.

The argument will be set by the function.
absmax

Type: gdouble*

Maximum component absolute value of cv.

The argument will be set by the function.