IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2004, 12:43:48 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r2273 r2324  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-11-04 01:04:59 $
     9 *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-11-10 22:43:48 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1313 *
    14  *  XXX: What happens if the polyEVal functions are called with dat of the wrong
     14 *  XXX: What happens if the polyEVal functions are called with data of the wrong
    1515 *       type?
    16  *
    1716 */
    1817/*****************************************************************************/
     
    275274    Polynomial coefficients will be accessed in [w][x][y][z] fashion.
    276275 
    277     XXX: Should the "coeffErr[]" should be used as well?
     276    XXX: Should the "coeffErr[]" be used as well?
    278277 *****************************************************************************/
    279278static float ordPolynomial1DEval(float x, const psPolynomial1D* myPoly)
     
    329328    psFree(d);
    330329    return(tmp);
     330
    331331    /*
    332332
     
    20172017XXX: This stuff does not currently work with a mask.
    20182018 
    2019 XXX: nobody asked for us to generate this routine.
    2020  
    20212019XXX: add another psScalar argument for the result.
    20222020 
Note: See TracChangeset for help on using the changeset viewer.