Changeset 4898 for trunk/psLib/src/math/psMinimize.h
- Timestamp:
- Aug 29, 2005, 3:14:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.h
r4760 r4898 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.5 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-08- 11 23:04:32$10 * @version $Revision: 1.53 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-08-30 01:14:13 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 60 60 ); 61 61 62 /** Checks the type of a particular pointer. 63 * 64 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 65 * 66 * @return bool: True if the pointer matches a psMinimization structure, false otherwise. 67 */ 68 bool psMemCheckMinimization( 69 psPtr ptr ///< the pointer whose type to check 70 ); 71 72 62 73 /** Derive a polynomial fit. 63 74 *
Note:
See TracChangeset
for help on using the changeset viewer.
