Changeset 42089 for trunk/psLib/src/math/psMinimizeLMM.h
- Timestamp:
- Feb 28, 2022, 2:43:25 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizeLMM.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizeLMM.h
r36082 r42089 90 90 bool chisqConvergence; 91 91 bool isInteractive; 92 bool useReweighting; 92 93 } 93 94 psMinimization; … … 194 195 const psVector *y, ///< Measurement coordinates 195 196 const psVector *dy, ///< Weights calculated from y-errors 197 bool reweight, ///< if true, we calculate the reweighting for each point based on distance from model 196 198 psMinimizeLMChi2Func func ///< Specified function 197 199 );
Note:
See TracChangeset
for help on using the changeset viewer.
