IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2005, 2:06:33 PM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r4540 r4568  
    1212 *  @author GLG, MHPCC
    1313 *
    14  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-07-12 19:12:01 $
     14 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-07-16 00:06:32 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    434434typedef struct
    435435{
    436     unsigned int n;                    ///< The number of spline polynomials
     436    int n;                             ///< The number of spline pieces
    437437    psPolynomial1D **spline;           ///< An array of n pointers to the spline polynomials
     438    psVector *knots;                   ///< The boundaries between each spline piece.  Size is n+1.
    438439    psF32 *p_psDeriv2;                 ///< For cubic splines, the second derivative at each domain point.  Size is n+1.
    439     psF32 *domains;                    ///< The boundaries between each spline piece.  Size is n+1.
    440     psVector *knots;                   ///< The boundaries between each spline piece.  Size is n+1.
     440    psF32 *p_psDomains;                ///< The boundaries between each spline piece.  Size is n+1.
    441441}
    442442psSpline1D;
Note: See TracChangeset for help on using the changeset viewer.