IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2004, 10:08:05 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r1440 r1476  
    88 *  polynomials.  It also contains a Gaussian functions.
    99 *
    10  *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-08-09 23:34:57 $
     10 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-08-11 20:07:45 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    352352/*****************************************************************************
    353353    Polynomial coefficients will be accessed in [w][x][y][z] fashion.
     354 
     355    XXX: Determine, from IfA, whether ot not the "mask[]" terms should be used
     356    in polynomial evaluation.  If so, then all of the following polynomial
     357    evaluation functions must be modified to do so.
     358 
     359    XXX: Should the "coeffErr[]" should be used as well?
    354360 *****************************************************************************/
    355361float psPolynomial1DEval(float x, const psPolynomial1D* myPoly)
Note: See TracChangeset for help on using the changeset viewer.