IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2005, 10:41:04 AM (21 years ago)
Author:
gusciora
Message:

Substituted knots for domains in the spline structs.

File:
1 edited

Legend:

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

    r2847 r3096  
    1212*  @author GLG, MHPCC
    1313*
    14 *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-12-29 22:15:51 $
     14*  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2005-01-26 20:41:04 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    394394typedef struct
    395395{
    396     psS32 n;                        ///< The number of spline polynomials
    397     psPolynomial1D **spline;      ///< An array of n pointers to the spline polynomials
    398     psF32 *p_psDeriv2;            ///< For cubic splines, the second derivative at each domain point.  Size is n+1.
    399     psF32 *domains;               ///< The boundaries between each spline piece.  Size is n+1.
     396    psS32 n;                       ///< The number of spline polynomials
     397    psPolynomial1D **spline;       ///< An array of n pointers to the spline polynomials
     398    psF32 *p_psDeriv2;             ///< For cubic splines, the second derivative at each domain point.  Size is n+1.
     399    psF32 *domains;                ///< The boundaries between each spline piece.  Size is n+1.
     400    psVector *knots;               ///< The boundaries between each spline piece.  Size is n+1.
    400401}
    401402psSpline1D;
Note: See TracChangeset for help on using the changeset viewer.