Changeset 1992 for trunk/psLib/src/dataManip/psMinimize.c
- Timestamp:
- Oct 6, 2004, 1:38:49 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psMinimize.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMinimize.c
r1991 r1992 9 9 * @author GLF, MHPCC 10 10 * 11 * @version $Revision: 1.5 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-10-06 23: 29:16$11 * @version $Revision: 1.57 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-06 23:38:49 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 18 18 * XXX: Section 4.5.1.1 (predefined functions for Gauss minimization via 19 19 * LMM) is not addressed here. We are waiting for subsequent SDRs 20 * which will red feine the LMM functions.20 * which will redefine the LMM functions. 21 21 * 22 22 */ … … 424 424 psMinimizeLMChi2Func func) 425 425 { 426 PS_CHECK_NULL_PTR_RETURN_NULL(min); 427 PS_CHECK_NULL_VECTOR_RETURN_NULL(params); 428 PS_CHECK_EMPTY_VECTOR_RETURN_NULL(params); 429 PS_CHECK_NULL_PTR_RETURN_NULL(coords); 430 PS_CHECK_NULL_VECTOR_RETURN_NULL(value); 431 PS_CHECK_EMPTY_VECTOR_RETURN_NULL(value); 432 if (paramMask != NULL) { 433 PS_CHECK_VECTOR_SIZE_EQUAL_RETURN_NULL(params, paramMask); 434 } 426 435 psTrace(".psLib.dataManip.psMinimizeLMChi2", 4, 427 436 "---- psMinimizeLMChi2() begin ----\n"); … … 1299 1308 1300 1309 XXX: Must define behavior on various NULL inputs. 1310 1311 XXX: Check for F32 types? 1301 1312 *****************************************************************************/ 1302 1313 bool psMinimizePowell(psMinimization *min,
Note:
See TracChangeset
for help on using the changeset viewer.
