Changeset 4162 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Jun 8, 2005, 1:40:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.h
r3598 r4162 12 12 * @author GLG, MHPCC 13 13 * 14 * @version $Revision: 1.4 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-0 3-31 23:01:46$14 * @version $Revision: 1.45 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-08 23:40:45 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 18 18 */ 19 19 20 #if !defined(PS_FUNCTIONS_H)20 #ifndef PS_FUNCTIONS_H 21 21 #define PS_FUNCTIONS_H 22 22 … … 34 34 35 35 /** Evaluate a non-normalized Gaussian with the given mean and sigma at the 36 * given coordianate. 37 * 38 * Note that this is not a Gaussian deviate. The evaluated Gaussian is: 39 * \f[ exp(-\frac{(x-mean)^2}{2\sigma^2}) \f] 36 * given coordianate. 37 * 38 * Note that this is not a Gaussian deviate. The evaluated Gaussian is: 39 * \f[ exp(-\frac{(x-mean)^2}{2\sigma^2}) \f] 40 40 * 41 41 * @return psF32 value on the gaussian curve given the input parameters … … 49 49 50 50 /** Produce a vector of random numbers from a Gaussian distribution with 51 * the specified mean and sigma 52 * 51 * the specified mean and sigma 52 * 53 53 * @return psVector* vector of random numbers 54 * 54 * 55 55 */ 56 56 psVector* p_psGaussianDev( … … 433 433 const psVector* y, 434 434 psF32 X); 435 #endif 436 437 /* \} */// End of MathGroup Functions438 439 #endif 440 435 #endif // #if 0 436 437 /** \} */ // End of MathGroup Functions 438 439 #endif // #ifndef PS_FUNCTIONS_H 440
Note:
See TracChangeset
for help on using the changeset viewer.
