Changeset 1483 for trunk/yat/classifier/MatrixLookupWeighted.h
- Timestamp:
- Sep 9, 2008, 6:03:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/MatrixLookupWeighted.h
r1482 r1483 107 107 \brief Create a lookup into entire \a matrix. 108 108 */ 109 MatrixLookupWeighted(const utility::MatrixWeighted& matrix);109 explicit MatrixLookupWeighted(const utility::MatrixWeighted& matrix); 110 110 111 111 /// … … 133 133 /// result of further use is undefined. 134 134 /// 135 MatrixLookupWeighted(const utility::Matrix& matrix);135 //MatrixLookupWeighted(const utility::Matrix& matrix); 136 136 137 137
Note: See TracChangeset
for help on using the changeset viewer.