Changeset 10255 for trunk/psLib/src/math/psMinimizePowell.c
- Timestamp:
- Nov 28, 2006, 4:33:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizePowell.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizePowell.c
r9730 r10255 11 11 * NOTE: XXX: The SDR is silent about data types. F32 is implemented here. 12 12 * 13 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-1 0-24 22:52:56$13 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-11-29 02:33:54 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 766 766 psMinimization *min, 767 767 psVector *params, 768 psMinConstrain *constrain,768 psMinConstraint *constraint, 769 769 const psArray *coords, 770 770 const psVector *value, … … 783 783 newCoords->data[coords->n + 2] = &model; 784 784 785 bool success = psMinimizePowell(min, params, constrain ->paramMask, newCoords, myPowellChi2Func);785 bool success = psMinimizePowell(min, params, constraint->paramMask, newCoords, myPowellChi2Func); 786 786 787 787 newCoords->data[coords->n - 1] = NULL; // We can't free the array with a function pointer on it
Note:
See TracChangeset
for help on using the changeset viewer.
