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