Method

NumCosmoMathISetget_vector_max

Declaration [src]

gdouble
ncm_iset_get_vector_max (
  NcmISet* iset,
  NcmVector* v,
  gint* max_i
)

Description [src]

Finds the maximum component of the vector v.

Parameters

v

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.
max_i

Type: gint*

Maximum component index.

The argument will be set by the function.

Return value

Type: gdouble

No description available.