- Timestamp:
- Oct 3, 2008, 10:27:40 PM (13 years ago)
- Location:
- trunk/yat/utility
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Matrix.h
r1487 r1547 63 63 public: 64 64 /** 65 reference type is double& 66 67 \since New in yat 0.5 68 */ 69 typedef double& reference; 70 71 /** 72 const_reference type is const double& 73 74 \since New in yat 0.5 75 */ 76 typedef const double& const_reference; 77 78 /** 65 79 Mutable iterator that iterates over all elements 66 80 */ -
trunk/yat/utility/MatrixWeighted.h
r1487 r1547 44 44 public: 45 45 /** 46 reference type is DataWeight& 47 */ 48 typedef DataWeight& reference; 49 50 /** 51 const_reference type is const DataWeight& 52 */ 53 typedef const DataWeight& const_reference; 54 55 /** 46 56 Mutable iterator that iterates over all elements 47 57 */
Note: See TracChangeset
for help on using the changeset viewer.