IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:54:13 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

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

    r2788 r3115  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-12-22 05:09:32 $
     10 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-02-03 00:54:10 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6565psPolynomial1D* psVectorFitPolynomial1D(
    6666    psPolynomial1D* myPoly,            ///< Polynomial to fit
    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
     67    const psVector* x,                 ///< Ordinates (or NULL to just use the indices)
     68    const psVector* y,                 ///< Coordinates
     69    const psVector* yErr               ///< Errors in coordinates, or NULL
    7070);
    7171
    72 psSpline1D *psVectorFitSpline1D(psSpline1D *mySpline,              ///< The spline which will be generated.
    73                                 const psVector* restrict x,        ///< Ordinates (or NULL to just use the indices)
    74                                 const psVector* restrict y,        ///< Coordinates
    75                                 const psVector* restrict yErr      ///< Errors in coordinates, or NULL
     72psSpline1D *psVectorFitSpline1D(psSpline1D *mySpline,     ///< The spline which will be generated.
     73                                const psVector* x,        ///< Ordinates (or NULL to just use the indices)
     74                                const psVector* y,        ///< Coordinates
     75                                const psVector* yErr      ///< Errors in coordinates, or NULL
    7676                               );
    7777
Note: See TracChangeset for help on using the changeset viewer.