Changeset 13981 for trunk/psLib/src/math/psMinimizeLMM.h
- Timestamp:
- Jun 26, 2007, 9:27:04 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizeLMM.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizeLMM.h
r11668 r13981 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-0 2-06 21:36:09$9 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-06-26 19:27:04 $ 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 12 12 */ … … 144 144 * @return psF32: Chi-squared value for new guess 145 145 */ 146 psF32 p _psMinLM_SetABX (146 psF32 psMinLM_SetABX ( 147 147 psImage *alpha, ///< alpha guess 148 148 psVector *beta, ///< beta guess … … 156 156 157 157 158 bool p _psMinLM_GuessABP(158 bool psMinLM_GuessABP( 159 159 psImage *Alpha, 160 160 psVector *Beta, … … 168 168 ); 169 169 170 psF32 psMinLM_dLinear( 171 const psVector *Beta, 172 const psVector *beta, 173 psF32 lambda); 174 170 175 /// @} 171 176 #endif // #ifndef PS_MINIMIZE_LMM_H
Note:
See TracChangeset
for help on using the changeset viewer.
