IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2007, 2:35:20 PM (19 years ago)
Author:
eugene
Message:

cleanups; Alpha, Beta now only include unmasked parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimizeLMM.h

    r14452 r15046  
    77 * @author GLG, MHPCC
    88 *
    9  * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    10  * @date $Date: 2007-08-09 01:40:07 $
     9 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-09-28 00:35:20 $
    1111 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1212 */
     
    172172    const psVector *Beta,
    173173    const psVector *beta,
    174     const psVector *paramMask,
    175174    psF32 lambda);
     175
     176// allocate alpha and beta for unmasked parameters only
     177bool psMinLM_AllocAB (psImage **Alpha, psVector **Beta, const psVector *params, const psVector *paramMask);
    176178
    177179/// @}
Note: See TracChangeset for help on using the changeset viewer.