IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2005, 12:23:29 PM (21 years ago)
Author:
gusciora
Message:

Must add in doxygen comments.

File:
1 edited

Legend:

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

    r3853 r3855  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-05-05 22:15:16 $
     10 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-05-05 22:23:29 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3939typedef struct
    4040{
    41     psS32 maxIter;                       ///< Convergence limit
     41    psS32 maxIter;                     ///< Convergence limit
    4242    psF32 tol;                         ///< Error Tolerance
    4343    psF32 value;                       ///< Value of function at minimum
    44     psS32 iter;                          ///< Number of iterations to date
     44    psS32 iter;                        ///< Number of iterations to date
    4545    psF32 lastDelta;                   ///< The last difference for the fit
    4646}
    4747psMinimization;
    4848
    49 psMinimization *psMinimizationAlloc(psS32 maxIter,
    50                                     psF32 tol);
     49psMinimization *psMinimizationAlloc(psS32 maxIter,   ///< Number of minimization iterations to perform.
     50                                    psF32 tol        ///< Requested error tolerance
     51                                   );
    5152
    5253/** Derive a polynomial fit.
Note: See TracChangeset for help on using the changeset viewer.