IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 1:23:43 PM (19 years ago)
Author:
rhl
Message:

Added psPolynomial[1-4]DNterm()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel-1_0/psLib/src/math/psPolynomial.h

    r11248 r12339  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2007-01-23 22:47:23 $
     10 * @version $Revision: 1.67.2.1 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2007-03-08 23:23:43 $
    1212 *
    1313 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    145145    unsigned int nT                    ///< Number of terms in t
    146146);
     147
     148/** Return the number of terms in a 1-D polynomial */
     149int psPolynomial1DNterm(const psPolynomial1D *poly);
     150/** Return the number of terms in a 2-D polynomial */
     151int psPolynomial2DNterm(const psPolynomial2D *poly);
     152/** Return the number of terms in a 3-D polynomial */
     153int psPolynomial3DNterm(const psPolynomial3D *poly);
     154/** Return the number of terms in a 4-D polynomial */
     155int psPolynomial4DNterm(const psPolynomial4D *poly);
    147156
    148157bool psPolynomial2DRecycle(psPolynomial2D *poly,
Note: See TracChangeset for help on using the changeset viewer.