Changeset 2141 for trunk/yat/normalizer/qQuantileNormalizer.h
- Timestamp:
- Jan 12, 2010, 11:03:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/normalizer/qQuantileNormalizer.h
r2119 r2141 4 4 /* 5 5 Copyright (C) 2009 Jari Häkkinen, Peter Johansson 6 Copyright (C) 2010 Peter Johansson 6 7 7 8 This file is part of the yat library, http://dev.thep.lu.se/yat … … 106 107 \b Type \b Requirements: 107 108 - \c ForwardIterator is a model of \forward_iterator. 108 - \c ForwardIterator is either a \ref concept_weighted_iterator 109 or unweighted with value type convertible to \c double. 110 109 - \c ForwardIterator is a \ref concept_data_iterator 111 110 */ 112 111 template<typename ForwardIterator> … … 130 129 \b Type Requirements: 131 130 - \c RandomAccessIterator1 is a model of \random_access_iterator 132 - \c RandomAccessIterator1 is either a \ref 133 concept_weighted_iterator or unweighted with value type 134 convertible to \c double. 131 - \c RandomAccessIterator1 is a \ref concept_data_iterator 135 132 - \c RandomAccessIterator1's value type is convertible to 136 133 \c RandomAccessIterator2's value type
Note: See TracChangeset
for help on using the changeset viewer.