IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2005, 2:42:28 PM (21 years ago)
Author:
gusciora
Message:

Mods to thespline code.

File:
1 edited

Legend:

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

    r4540 r4570  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-07-12 19:12:01 $
     10 *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-07-16 00:42:28 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9393    const psVector* yErr               ///< Errors in coordinates, or NULL
    9494);
     95psSpline1D *psVectorFitSpline1DNEW(
     96    const psVector* x,                 ///< Ordinates (or NULL to just use the indices)
     97    const psVector* y,                 ///< Coordinates
     98    int nKnots
     99);
    95100
    96101/** Specifies the format of a user-defined function that the general Levenberg-
Note: See TracChangeset for help on using the changeset viewer.