IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2005, 1:25:10 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r3026 r3027  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.82 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-01-17 22:17:29 $
     9 *  @version $Revision: 1.83 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-01-17 23:25:09 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    344344    for (i=0;i<myPoly->n;i++) {
    345345        tmp+= (myPoly->coeff[i] * psPolynomial1DEval(x, chebPolys[i]));
    346         //            printf("HMMM: psPolynomial1DEval(%f, chebPolys[%d]) is %f\n", x, i, psPolynomial1DEval(x, chebPolys[i]));
    347346    }
    348347    tmp-= (myPoly->coeff[0]/2.0);
Note: See TracChangeset for help on using the changeset viewer.