VRfZero
Routine
-
void VRfZero (float y[], int N)
Purpose
-
Zero an array of floats
Description
This routine zeros N elements of a given float array,
y[i] = 0.0, 0 <= i < N.
Parameters
-
<- float y[]
-
Array of floats (N elements)
-
-> int N
-
Number of elements
Author / revision
P. Kabal
/ Revision 1.7 2003/05/09
See Also
VRdZero,
VRiZero
Main Index libtsp