IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4285


Ignore:
Timestamp:
Jun 15, 2005, 5:51:58 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r4282 r4285  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-16 02:50:59 $
     10 *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-16 03:51:58 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    133133    psVector *beta,                    ///< Old Beta guess
    134134    psVector *params,                  ///< Old Params guess
    135     psF64 lambda                       ///< Factor used in update                    //XXX Got Better Desc?
     135    psF64 lambda                       ///< Factor used in update
     136    //XXX Got Better Desc?
    136137);
    137138
     
    147148    const psVector *y,                 ///< Measurement coordinates
    148149    const psVector *dy,                ///< Weights calculated from y-errors
    149     psMinimizeLMChi2Func func);        ///< Specified function
     150    psMinimizeLMChi2Func func          ///< Specified function
     151);
    150152
    151153/** Specifies the format of a user-defined function that the general Powell
  • trunk/psLib/src/math/psMinimize.h

    r4282 r4285  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-16 02:50:59 $
     10 *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-16 03:51:58 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    133133    psVector *beta,                    ///< Old Beta guess
    134134    psVector *params,                  ///< Old Params guess
    135     psF64 lambda                       ///< Factor used in update                    //XXX Got Better Desc?
     135    psF64 lambda                       ///< Factor used in update
     136    //XXX Got Better Desc?
    136137);
    137138
     
    147148    const psVector *y,                 ///< Measurement coordinates
    148149    const psVector *dy,                ///< Weights calculated from y-errors
    149     psMinimizeLMChi2Func func);        ///< Specified function
     150    psMinimizeLMChi2Func func          ///< Specified function
     151);
    150152
    151153/** Specifies the format of a user-defined function that the general Powell
Note: See TracChangeset for help on using the changeset viewer.