IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2004, 1:32:03 PM (22 years ago)
Author:
gusciora
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psSpline.c

    r1725 r1734  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-08 07:11:22 $
     9 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-08 23:32:03 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    125125    float tmp = 1.0;
    126126
     127    psTrace(".psLib.dataManip.psFunctions.psGaussian", 4,
     128            "---- psGaussian() begin ----\n");
     129
    127130    if (normal == true) {
    128131        #ifdef DARWIN
     
    135138    }
    136139
     140    psTrace(".psLib.dataManip.psFunctions.psGaussian", 4,
     141            "---- psGaussian() end ----\n");
    137142    return(tmp * exp(-((x - mean) * (x - mean)) / (2.0 * sigma * sigma)));
    138143}
     
    13681373
    13691374/*****************************************************************************
    1370  
    13711375    NOTE: "n" specifies the number of spline polynomials.  Therefore, there
    13721376    must exist n+1 points in "domains".
     
    15041508    return(tmpVector);
    15051509}
    1506 
Note: See TracChangeset for help on using the changeset viewer.