IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2006, 4:19:56 AM (20 years ago)
Author:
magnier
Message:

adding psPolynomial2DRecycle, psPolynomial2DCopy, psPolynomial2D_dX, psPolynomial2D_dY

File:
1 edited

Legend:

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

    r9730 r10598  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-10-24 22:52:56 $
     13 *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-12-09 14:19:56 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    149149    unsigned int nT                    ///< Number of terms in t
    150150);
     151
     152bool psPolynomial2DRecycle(psPolynomial2D *poly,
     153                           psPolynomialType type,
     154                           unsigned int nX,
     155                           unsigned int nY);
     156
     157psPolynomial2D *psPolynomial2DCopy(psPolynomial2D *out,
     158                                   psPolynomial2D *poly);
    151159
    152160/** Evaluates a 1-D polynomial at specific coordinates.
Note: See TracChangeset for help on using the changeset viewer.