Changeset 1579
- Timestamp:
- Oct 14, 2008, 10:00:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/normalizer/RowNormalizer.h
r1575 r1579 33 33 34 34 /** 35 \brief Normalize each row35 \brief Using a functor T to normalize each column. 36 36 37 Using a functor T to normalize each row. 37 If the underlying normalizer_type allows normalization "in 38 place", i.e., it allows input range and result range to be the 39 same range, then it is safe to have same container for input as 40 output. 41 42 In the case of views and lookups it is more complicated. The 43 assignment is done sequentially, so if the input container and 44 result container have the same underlying data, the normalization 45 is typically not safe. 38 46 39 47 \since New in yat 0.5 48 49 \see ColumnNormalizer 40 50 */ 41 51 template<class T>
Note: See TracChangeset
for help on using the changeset viewer.