IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 21, 2004, 7:09:32 PM (22 years ago)
Author:
gusciora
Message:

Changed types to PS types.

File:
1 edited

Legend:

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

    r2250 r2788  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-11-01 23:57:08 $
     10 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-12-22 05:09:32 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4040{
    4141    psS32 maxIter;                       ///< Convergence limit
    42     float tol;                         ///< Error Tolerance
    43     float value;                       ///< Value of function at minimum
     42    psF32 tol;                         ///< Error Tolerance
     43    psF32 value;                       ///< Value of function at minimum
    4444    psS32 iter;                          ///< Number of iterations required
    45     float lastDelta;                   ///< The last difference for the fit
     45    psF32 lastDelta;                   ///< The last difference for the fit
    4646}
    4747psMinimization;
    4848
    4949psMinimization *psMinimizationAlloc(psS32 maxIter,
    50                                     float tol);
     50                                    psF32 tol);
    5151
    5252/** Derive a polynomial fit.
     
    9191
    9292typedef
    93 float (*psMinimizePowellFunc)(const psVector *params,
     93psF32 (*psMinimizePowellFunc)(const psVector *params,
    9494                              const psArray *coords);
    9595
Note: See TracChangeset for help on using the changeset viewer.