Changeset 4285
- Timestamp:
- Jun 15, 2005, 5:51:58 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
dataManip/psMinimize.h (modified) (3 diffs)
-
math/psMinimize.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMinimize.h
r4282 r4285 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.4 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06-16 0 2:50:59$10 * @version $Revision: 1.46 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-16 03:51:58 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 133 133 psVector *beta, ///< Old Beta guess 134 134 psVector *params, ///< Old Params guess 135 psF64 lambda ///< Factor used in update //XXX Got Better Desc? 135 psF64 lambda ///< Factor used in update 136 //XXX Got Better Desc? 136 137 ); 137 138 … … 147 148 const psVector *y, ///< Measurement coordinates 148 149 const psVector *dy, ///< Weights calculated from y-errors 149 psMinimizeLMChi2Func func); ///< Specified function 150 psMinimizeLMChi2Func func ///< Specified function 151 ); 150 152 151 153 /** Specifies the format of a user-defined function that the general Powell -
trunk/psLib/src/math/psMinimize.h
r4282 r4285 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.4 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06-16 0 2:50:59$10 * @version $Revision: 1.46 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-16 03:51:58 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 133 133 psVector *beta, ///< Old Beta guess 134 134 psVector *params, ///< Old Params guess 135 psF64 lambda ///< Factor used in update //XXX Got Better Desc? 135 psF64 lambda ///< Factor used in update 136 //XXX Got Better Desc? 136 137 ); 137 138 … … 147 148 const psVector *y, ///< Measurement coordinates 148 149 const psVector *dy, ///< Weights calculated from y-errors 149 psMinimizeLMChi2Func func); ///< Specified function 150 psMinimizeLMChi2Func func ///< Specified function 151 ); 150 152 151 153 /** Specifies the format of a user-defined function that the general Powell
Note:
See TracChangeset
for help on using the changeset viewer.
