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