Changeset 15046 for trunk/psLib/src/math/psMinimizeLMM.h
- Timestamp:
- Sep 27, 2007, 2:35:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizeLMM.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizeLMM.h
r14452 r15046 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-0 8-09 01:40:07$9 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-09-28 00:35:20 $ 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 12 12 */ … … 172 172 const psVector *Beta, 173 173 const psVector *beta, 174 const psVector *paramMask,175 174 psF32 lambda); 175 176 // allocate alpha and beta for unmasked parameters only 177 bool psMinLM_AllocAB (psImage **Alpha, psVector **Beta, const psVector *params, const psVector *paramMask); 176 178 177 179 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
