Changeset 1739 for trunk/yat/normalizer/Gauss.h
- Timestamp:
- Jan 21, 2009, 2:34:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/normalizer/Gauss.h
r1717 r1739 53 53 54 54 \see gsl_cdf_ugaussian_Pinv 55 56 \return result + (last-first)57 55 */ 58 56 template<typename ForwardIterator, typename RandomAccessIterator> 59 RandomAccessIteratoroperator()(ForwardIterator first, ForwardIterator last,60 57 void operator()(ForwardIterator first, ForwardIterator last, 58 RandomAccessIterator result) const 61 59 { 62 60 Spearman spearman; … … 68 66 ++result; 69 67 } 70 71 return result;72 68 } 73 69
Note: See TracChangeset
for help on using the changeset viewer.