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 Copyright (C) 1996
/ Revision 1.5 1996/05/06
See Also
VRdZero,
VRiZero
Main Index libtsp