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)
|