Changeset 1103 for trunk/yat/utility/matrix.h
- Timestamp:
- Feb 18, 2008, 6:07:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/matrix.h
r1098 r1103 74 74 75 75 /** 76 */ 77 typedef StrideIterator<double*> column_iterator; 78 79 /** 80 */ 81 typedef StrideIterator<const double*> const_column_iterator; 82 83 /** 84 */ 85 typedef StrideIterator<double*> row_iterator; 86 87 /** 88 */ 89 typedef StrideIterator<const double*> const_row_iterator; 90 91 /** 76 92 @brief The default constructor. 77 93
Note: See TracChangeset
for help on using the changeset viewer.