Changeset 1788 for trunk/yat/classifier/MatrixLookup.cc
- Timestamp:
- Feb 9, 2009, 11:11:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/MatrixLookup.cc
r1528 r1788 5 5 Copyright (C) 2006 Jari Häkkinen, Peter Johansson, Markus Ringnér 6 6 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 7 Copyright (C) 2008 Peter Johansson7 Copyright (C) 2008, 2009 Peter Johansson 8 8 9 9 This file is part of the yat library, http://dev.thep.lu.se/yat … … 219 219 220 220 221 double MatrixLookup::operator()(const size_t row, const size_t column) const 221 MatrixLookup::const_reference 222 MatrixLookup::operator()(size_t row, size_t column) const 222 223 { 223 224 assert(row<rows());
Note: See TracChangeset
for help on using the changeset viewer.