Changeset 7300 for trunk/psLib/src/math/psMinimizeLMM.c
- Timestamp:
- Jun 2, 2006, 11:33:34 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizeLMM.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizeLMM.c
r7102 r7300 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 5-10 00:49:38$12 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-06-02 21:33:34 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 115 115 116 116 if (false == psMatrixGJSolve(Alpha, Beta)) { 117 psError(PS_ERR_UNKNOWN, false, "singular matrix in Guess ABP\n"); 117 118 psTrace (__func__, 4, "singular matrix in Guess ABP\n"); 118 119 return(false);
Note:
See TracChangeset
for help on using the changeset viewer.
