Changeset 2370
- Timestamp:
- Nov 15, 2004, 11:13:17 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 5 edited
-
dataManip/psFunctions.c (modified) (1 diff)
-
dataManip/psStats.c (modified) (3 diffs)
-
math/psPolynomial.c (modified) (1 diff)
-
math/psSpline.c (modified) (1 diff)
-
math/psStats.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFunctions.c
r2343 r2370 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.6 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-11-1 2 19:50:34$9 * @version $Revision: 1.65 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-11-15 21:13:17 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii -
trunk/psLib/src/dataManip/psStats.c
r2348 r2370 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.9 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-11-1 2 20:48:12$11 * @version $Revision: 1.97 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-11-15 21:13:17 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1019 1019 1020 1020 f = psPolynomial1DEval(midpoint, myPoly); 1021 // printf("p_ps1DPolyMedian() iteration %d. f(%f) is %f\n", numIterations, midpoint, f);1022 1021 if (fabs(f - getThisValue) <= FLT_EPSILON) { 1023 1022 return (midpoint); … … 1095 1094 // polynomial, looking for the value x such that f(x) = yVal 1096 1095 tmpFloat = p_ps1DPolyMedian(myPoly, x->data.F64[0], x->data.F64[2], yVal); 1096 1097 1097 } else { 1098 1098 // The special case where we have two points only at the beginning of -
trunk/psLib/src/math/psPolynomial.c
r2343 r2370 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.6 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-11-1 2 19:50:34$9 * @version $Revision: 1.65 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-11-15 21:13:17 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii -
trunk/psLib/src/math/psSpline.c
r2343 r2370 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.6 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-11-1 2 19:50:34$9 * @version $Revision: 1.65 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-11-15 21:13:17 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii -
trunk/psLib/src/math/psStats.c
r2348 r2370 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.9 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-11-1 2 20:48:12$11 * @version $Revision: 1.97 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-11-15 21:13:17 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1019 1019 1020 1020 f = psPolynomial1DEval(midpoint, myPoly); 1021 // printf("p_ps1DPolyMedian() iteration %d. f(%f) is %f\n", numIterations, midpoint, f);1022 1021 if (fabs(f - getThisValue) <= FLT_EPSILON) { 1023 1022 return (midpoint); … … 1095 1094 // polynomial, looking for the value x such that f(x) = yVal 1096 1095 tmpFloat = p_ps1DPolyMedian(myPoly, x->data.F64[0], x->data.F64[2], yVal); 1096 1097 1097 } else { 1098 1098 // The special case where we have two points only at the beginning of
Note:
See TracChangeset
for help on using the changeset viewer.
