IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2006, 6:13:25 PM (19 years ago)
Author:
magnier
Message:

added polynomial copy, recycle, derivative functions, derivative tests

File:
1 edited

Legend:

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

    r10598 r10605  
    77*  polynomials.  It also contains a Gaussian functions.
    88*
    9 *  @version $Revision: 1.153 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-12-09 14:19:56 $
     9*  @version $Revision: 1.154 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-12-10 04:13:25 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    690690{
    691691    if (out == NULL) {
    692         psPolynomial2DAlloc (poly->type, poly->nX, poly->nY);
     692        out = psPolynomial2DAlloc (poly->type, poly->nX, poly->nY);
    693693    } else {
    694694        psPolynomial2DRecycle (out, poly->type, poly->nX, poly->nY);
Note: See TracChangeset for help on using the changeset viewer.