Changeset 2039
- Timestamp:
- Aug 26, 2009, 4:42:57 PM (13 years ago)
- Location:
- trunk/yat/statistics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/Smoother.cc
r1797 r2039 68 68 69 69 70 void Smoother::rescale(double factor) 71 { 72 for (size_t i=0; i<x_.size(); ++i) 73 x_[i] *= factor; 74 } 75 76 70 77 void Smoother::reset(void) 71 78 { -
trunk/yat/statistics/Smoother.h
r1886 r2039 77 77 78 78 /** 79 multiply each value with \a factor 80 81 \since New in yat 0.6 82 */ 83 void rescale(double factor); 84 85 /** 79 86 \brief reset density to zero 80 87 */
Note: See TracChangeset
for help on using the changeset viewer.