IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2004, 10:34:13 AM (22 years ago)
Author:
gusciora
Message:

Changed psGaussianDev() to p_psGaussianDev().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psFunctions.c

    r2411 r2431  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-11-24 00:05:54 $
     9 *  @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-11-24 20:34:13 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    961961
    962962/*****************************************************************************
    963     psGaussianDev()
    964  This routine creates a psVector of the specified size and type F32
    965  and fills it with a random Gaussian distribution of numbers with
    966  the specified mean and sigma.  This routine makes use of the GSL
    967  routines for generating both uniformly distributed numbers and the
     963    p_psGaussianDev()
     964 This private routine (formerly a psLib API routine) creates a psVector of the
     965 specified size and type F32 and fills it with a random Gaussian distribution
     966 of numbers with the specified mean and sigma.  This routine makes use of the
     967 GSL routines for generating both uniformly distributed numbers and the
    968968 Gaussian distribution as well.
    969969 
    970970XXX: There is no way to seed the random generator.
    971971 *****************************************************************************/
    972 psVector* psGaussianDev(float mean, float sigma, psS32 Npts)
     972psVector* p_psGaussianDev(float mean, float sigma, psS32 Npts)
    973973{
    974974    PS_INT_CHECK_NON_NEGATIVE(Npts, NULL);
Note: See TracChangeset for help on using the changeset viewer.