Changeset 1953 for trunk/psLib/src/dataManip/psMinimize.h
- Timestamp:
- Oct 4, 2004, 3:43:58 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
r1846 r1953 8 8 * @author George Gusciora, MHPCC 9 9 * 10 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2004- 09-22 01:30:21$10 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-10-05 01:43:58 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 18 18 #define PS_MINIMIZE_H 19 19 20 #include <stdio.h> 21 #include <float.h> 22 #include <math.h> 23 24 #include "psMemory.h" 25 #include "psVector.h" 26 #include "psArray.h" 27 #include "psImage.h" 28 #include "psMatrix.h" 20 29 #include "psFunctions.h" 21 #include "psArray.h" 22 #include "psVector.h" 23 #include "psMatrix.h" 30 #include "psTrace.h" 31 #include "psLogMsg.h" 32 #include "psError.h" 33 #include "psAbort.h" 34 #include "psConstants.h" 35 24 36 25 37 /** \file psMinimize.h … … 44 56 float tol); 45 57 46 /** Derive a polynomial fit by chi^2 minimisation (analytically)58 /** Derive a polynomial fit. 47 59 * 48 60 * psVectorFitPolynomial1d returns the polynomial that best fits the
Note:
See TracChangeset
for help on using the changeset viewer.
