Changeset 17566
- Timestamp:
- May 7, 2008, 1:11:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMathUtils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMathUtils.c
r12609 r17566 3 3 * This file contains standard math routines. 4 4 * 5 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $6 * @date $Date: 200 7-03-28 00:49:33$5 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2008-05-07 23:11:58 $ 7 7 * 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 103 103 psVectorBinDisect(): This function takes as input an array of data as well as a single value for that data. 104 104 The input vector values are assumed to be non-decreasing (v[i-1] <= v[i] for all i). This routine does a 105 binary disection of the vector and returns "i" such that (v[i] <= x < =v[i+1). If x lies outside the range of105 binary disection of the vector and returns "i" such that (v[i] <= x < v[i+1). If x lies outside the range of 106 106 v[], then this routine prints a warning message and returns (-2 or -1). 107 107 *****************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
