IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2004, 3:30:21 PM (22 years ago)
Author:
gusciora
Message:

Added the spline generation.

File:
1 edited

Legend:

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

    r1831 r1846  
    1212*  @author George Gusciora, MHPCC
    1313*
    14 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-09-18 01:50:45 $
     14*  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2004-09-22 01:30:21 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    383383typedef struct
    384384{
    385     int n;
    386     psPolynomial1D **spline;
    387     float *domains;
     385    int n;                        ///< The number of spline polynomials
     386    psPolynomial1D **spline;      ///< An array of n pointers to the spline polynomials
     387    float *p_psDeriv2;            ///< For cubic splines, the second derivative at each domain point.  Size is n+1.
     388    float *domains;               ///< The boundaries between each spline piece.  Size is n+1.
    388389}
    389390psSpline1D;
Note: See TracChangeset for help on using the changeset viewer.