The Complete SPRLIB & ANNLIB

vector_index_max

- return the index of the maximum element in a vector (LOCAL)

SYNOPSIS

int vector_index_max (v, dim)

ARGUMENTS

double *v A vector.
int dim The length of the vector v.

RETURNS

The index of the maximum element in v.

NOTE

This function is used by the ioset_to_labelset routine.

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998