Changeset 1121 for trunk/yat/utility/VectorConstView.cc
- Timestamp:
- Feb 22, 2008, 4:29:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/VectorConstView.cc
r1029 r1121 26 26 27 27 #include "VectorConstView.h" 28 #include " matrix.h"28 #include "Matrix.h" 29 29 30 30 namespace theplu { … … 56 56 57 57 58 VectorConstView::VectorConstView(const matrix& m, size_t i, bool row)58 VectorConstView::VectorConstView(const Matrix& m, size_t i, bool row) 59 59 : VectorBase(), const_view_(NULL) 60 60 {
Note: See TracChangeset
for help on using the changeset viewer.