Method

NumCosmoMathVectorget_minmax

Declaration [src]

void
ncm_vector_get_minmax (
  const NcmVector* cv,
  gdouble* min,
  gdouble* max
)

Description [src]

Gets the minimum/maximum value of the vector components.

Parameters

min

Type: gdouble*

Minimum component value of cv.

The argument will be set by the function.
max

Type: gdouble*

Maximum component value of cv.

The argument will be set by the function.