Changeset 9730 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Oct 24, 2006, 12:55:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.h
r7766 r9730 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.6 3$ $Name: not supported by cvs2svn $14 * @date $Date: 2006- 06-30 02:20:06 $13 * @version $Revision: 1.64 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-10-24 22:52:56 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 45 45 float sigma, ///< Standard deviation for the Gaussian 46 46 bool normal ///< Indicates whether result should be normalized 47 );48 49 /** Produce a vector of random numbers from a Gaussian distribution with50 * the specified mean and sigma51 *52 * @return psVector* vector of random numbers53 *54 */55 psVector* p_psGaussianDev(56 psF32 mean, ///< The mean of the Gaussian57 psF32 sigma, ///< The sigma of the Gaussian58 unsigned int Npts ///< The size of the vector59 47 ); 60 48
Note:
See TracChangeset
for help on using the changeset viewer.
