IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 23, 2004, 9:35:30 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r2370 r2406  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-11-15 21:13:17 $
     9 *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-11-23 19:35:30 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1414 *  XXX: What happens if the polyEVal functions are called with data of the wrong
    1515 *       type?
     16 *  XXX: Should the "coeffErr[]" be used as well?  Bug ???.  Ignore coeffErr
     17 *
    1618 */
    1719/*****************************************************************************/
     
    274276    Polynomial coefficients will be accessed in [w][x][y][z] fashion.
    275277 
    276     XXX: Should the "coeffErr[]" be used as well?
    277278 *****************************************************************************/
    278279static float ordPolynomial1DEval(float x, const psPolynomial1D* myPoly)
Note: See TracChangeset for help on using the changeset viewer.