IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 9:40:15 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r1020 r1022  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-06-14 19:32:42 $
     9 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-06-14 19:40:14 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7373 Gaussian distribution as well.
    7474 
    75  GUS: There is no way to seed the random generator.
     75 NOTE: There is no way to seed the random generator.
    7676 *****************************************************************************/
    7777psVector *psGaussianDev(float mean,
     
    9494    }
    9595
    96     // GUS: Should I free r as well?
     96    // NOTE: Should I free r as well?
    9797    return(gauss);
    9898}
     
    320320    float xSum = 1.0;
    321321
    322     // GUS: Do we want to flag this case?
     322    // NOTE: Do we want to flag this case?
    323323    if (myPoly->n == 0) {
    324324        return(1.0);
     
    646646    double xSum = 1.0;
    647647
    648     // GUS: Do we want to flag this case?
     648    // NOTE: Do we want to flag this case?
    649649    if (myPoly->n == 0) {
    650650        return(1.0);
Note: See TracChangeset for help on using the changeset viewer.