Changeset 2221 for trunk/psLib/src/math/psMinimize.h
- Timestamp:
- Oct 27, 2004, 1:31:44 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.h
r2206 r2221 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-10-27 01:15:47$10 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-10-27 23:31:43 $ 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"29 #include "psFunctions.h"30 #include "psStats.h"31 #include "psTrace.h"32 #include "psLogMsg.h"33 #include "psError.h"34 #include "psAbort.h"35 #include "psConstants.h"36 37 38 20 /** \file psMinimize.h 39 21 * \brief minimization operations … … 43 25 * \{ 44 26 */ 27 28 #include "psVector.h" 29 #include "psMemory.h" 30 #include "psArray.h" 31 #include "psImage.h" 32 #include "psMatrix.h" 33 #include "psFunctions.h" 34 #include "psStats.h" 35 #include "psTrace.h" 36 #include "psError.h" 37 #include "psConstants.h" 45 38 46 39 typedef struct
Note:
See TracChangeset
for help on using the changeset viewer.
