IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2004, 3:30:21 PM (22 years ago)
Author:
gusciora
Message:

Added the spline generation.

File:
1 edited

Legend:

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

    r1837 r1846  
    88 *  @author George Gusciora, MHPCC
    99 *
    10  *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-09-20 23:43:53 $
     10 *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-09-22 01:30:21 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6464);
    6565
     66psSpline1D *psVectorFitSpline1D(psSpline1D *mySpline,              ///< The spline which will be generated.
     67                                const psVector* restrict x,        ///< Ordinates (or NULL to just use the indices)
     68                                const psVector* restrict y,        ///< Coordinates
     69                                const psVector* restrict yErr      ///< Errors in coordinates, or NULL
     70                               );
     71
    6672typedef
    6773float (*psMinimizeLMChi2Func)(psVector *deriv,
     
    99105                          psMinimizeChi2PowellFunc func);
    100106
     107
     108
    101109/* \} */// End of MathGroup Functions
    102110
Note: See TracChangeset for help on using the changeset viewer.