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/psSpline.c

    r1831 r1846  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-18 01:50:45 $
     9 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-22 01:30:21 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    16081608//    int n;
    16091609//    psPolynomial1D **spline;
     1610//    float *p_psDeriv2;
    16101611//    float *domains;
    16111612//} psSpline1D;
     
    16391640        (tmp->spline)[i] = psPolynomial1DAlloc(order+1, PS_POLYNOMIAL_ORD);
    16401641    }
     1642
     1643    // This should be set by the psVectorFitSpline1D()
     1644    tmp->p_psDeriv2 = NULL;
    16411645
    16421646    tmp->domains = (float *) psAlloc((numSplines+1) * sizeof(float));
Note: See TracChangeset for help on using the changeset viewer.