IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2004, 6:56:41 PM (22 years ago)
Author:
gusciora
Message:

Implemented the generation spline functions.

File:
1 edited

Legend:

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

    r1846 r1859  
    1212*  @author George Gusciora, MHPCC
    1313*
    14 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-09-22 01:30:21 $
     14*  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2004-09-23 04:56:41 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    407407                          psVector *data);
    408408
     409int p_psVectorBinDisectF32(float *bins,
     410                           int numBins,
     411                           float x);
     412
     413int p_psVectorBinDisectS32(int *bins,
     414                           int numBins,
     415                           int x);
     416
    409417int p_psVectorBinDisect(psVector *bins,
    410418                        psScalar *x);
     
    415423                                psScalar *x);
    416424
     425float p_psNRSpline1DEval(psSpline1D *spline,
     426                         const psVector* restrict x,
     427                         const psVector* restrict y,
     428                         float X);
     429
    417430/* \} */// End of MathGroup Functions
    418431
Note: See TracChangeset for help on using the changeset viewer.