Changeset 1846 for trunk/psLib/src/dataManip/psMinimize.h
- Timestamp:
- Sep 21, 2004, 3:30:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psMinimize.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMinimize.h
r1837 r1846 8 8 * @author George Gusciora, MHPCC 9 9 * 10 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-09-2 0 23:43:53$10 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-09-22 01:30:21 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 64 64 ); 65 65 66 psSpline1D *psVectorFitSpline1D(psSpline1D *mySpline, ///< The spline which will be generated. 67 const psVector* restrict x, ///< Ordinates (or NULL to just use the indices) 68 const psVector* restrict y, ///< Coordinates 69 const psVector* restrict yErr ///< Errors in coordinates, or NULL 70 ); 71 66 72 typedef 67 73 float (*psMinimizeLMChi2Func)(psVector *deriv, … … 99 105 psMinimizeChi2PowellFunc func); 100 106 107 108 101 109 /* \} */// End of MathGroup Functions 102 110
Note:
See TracChangeset
for help on using the changeset viewer.
