Changeset 1859 for trunk/psLib/src/dataManip/psFunctions.h
- Timestamp:
- Sep 22, 2004, 6:56:41 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psFunctions.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFunctions.h
r1846 r1859 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-09-2 2 01:30:21 $14 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-09-23 04:56:41 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 407 407 psVector *data); 408 408 409 int p_psVectorBinDisectF32(float *bins, 410 int numBins, 411 float x); 412 413 int p_psVectorBinDisectS32(int *bins, 414 int numBins, 415 int x); 416 409 417 int p_psVectorBinDisect(psVector *bins, 410 418 psScalar *x); … … 415 423 psScalar *x); 416 424 425 float p_psNRSpline1DEval(psSpline1D *spline, 426 const psVector* restrict x, 427 const psVector* restrict y, 428 float X); 429 417 430 /* \} */// End of MathGroup Functions 418 431
Note:
See TracChangeset
for help on using the changeset viewer.
