Changeset 24089 for trunk/psLib/src/math/psMinimizeLMM.c
- Timestamp:
- May 6, 2009, 2:21:05 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizeLMM.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizeLMM.c
r23984 r24089 93 93 94 94 // error and clear above if kept? 95 if ( false == psMatrixGJSolveF32(Alpha, Beta)) {95 if (!psMatrixGJSolve(Alpha, Beta)) { 96 96 psTrace ("psLib.math", 4, "singular matrix in Guess ABP\n"); 97 97 return(false); … … 223 223 if (isnan(chisq)) { 224 224 psTrace ("psLib.math", 5, "psMinLM_SetABX() returned a NAN chisq.\n"); 225 psVectorInit (delta, NAN); 225 226 retValue = false; 226 227 } … … 237 238 if (!status) { 238 239 psTrace ("psLib.math", 5, "psMinLM_GuessABP() returned FALSE.\n"); 240 psVectorInit (delta, NAN); 239 241 retValue = false; 240 242 }
Note:
See TracChangeset
for help on using the changeset viewer.
