IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2005, 5:01:37 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMinimize.h

    r4321 r4330  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-20 22:42:30 $
     10 *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-21 03:01:37 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    109109/** Minimizes a specified function based on the Levenberg-Marquardt method.
    110110 * 
    111  *  @return psBool:   True if successful.
     111 *  @return bool:   True if successful.
    112112 */
    113113bool psMinimizeLMChi2(
     
    165165/** Minimizes a specified function based on the Powell method.
    166166 * 
    167  *  @return psBool:   True if successful.
     167 *  @return bool:   True if successful.
    168168 */
    169169bool psMinimizePowell(
     
    209209/** Minimizes a specified function based on the Powell chi-squared method.
    210210 *
    211  *  @return psBool:   True is successful.
     211 *  @return bool:   True is successful.
    212212 */
    213213bool psMinimizeChi2Powell(
Note: See TracChangeset for help on using the changeset viewer.