Changeset 7102 for trunk/psLib/src/math/psMinimizeLMM.h
- Timestamp:
- May 9, 2006, 2:49:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizeLMM.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizeLMM.h
r6437 r7102 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-0 2-17 00:56:48 $10 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-05-10 00:49:38 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 55 55 /** A data structure for minimization routines. 56 56 * 57 * 57 * 58 58 */ 59 59 typedef struct … … 145 145 146 146 147 /** Gauss-Jordan numerical solver.148 *149 * @return bool: True if successful.150 */151 bool psGaussJordan(152 psImage *a, ///< Matrix to be solved153 psVector *b ///< Vector of values154 );155 156 147 /* \} */// End of MathGroup Functions 157 148
Note:
See TracChangeset
for help on using the changeset viewer.
