File: VRfMin.3tsp

package info (click to toggle)
libtsp 3r0-1
  • links: PTS
  • area: non-free
  • in suites: potato, woody
  • size: 5,096 kB
  • ctags: 1,798
  • sloc: ansic: 14,464; sh: 1,217; makefile: 182
file content (34 lines) | stat: -rw-r--r-- 633 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH VRfMin 3tsp "TSP (libtsp/VR)"
.SH Routine
.in +4n
.ti -4n
double VRfMin (const float x[], int N)
.in -4n
.SH Purpose
.in +4n
.ti -4n
Return the minimum value in a float array
.in -4n
.SH Description
This routine finds the minimum of the values in a float array.
.SH Parameters
.in +4n
.ti -4n
<-  double VRfMin
.br
Minimum of the values in x
.ti -4n
 -> const float x[]
.br
Input array (N elements)
.ti -4n
 -> int N
.br
Number of elements in the array (must be greater than zero)
.in -4n
.SH Author / revision
P. Kabal  Copyright (C) 1997
/ Revision 1.5  1997/10/11
.SH See Also
VRfMax,
libtsp