wvIndexVectorInfo(3) USC Math Department
Back to wvlib matrix function index
wvIndexVectorInfo(3)

Name

wvIndexVectorLen, wvIndexVectorGetMax - get information about an index vector.

Synopsis

#include <wv/matrix.h>

WVdimensionIndex wvIndexVectorLen(const WVindexVector *vector);

WVdimension wvIndexVectorGetMax(const WVindexVector *vector);

Description

wvIndexVectorLen returns the length of the vector.

wvIndexVectorGetMax returns the largest value of the elements of the vector.

See Also

wvNewIndexVector(3)

Back to wvlib matrix function index Last Updated: 26 January 1998