Opened 16 years ago
Closed 16 years ago
#327 closed request (fixed)
test that matrix::row_view(i).begin() == matrix::begin_row(i)
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.4 |
Component: | test | Version: | trunk |
Keywords: | Cc: |
Description
and siblings in column versions, const versions, and Lookup versions.
Change History (4)
comment:1 Changed 16 years ago by
Summary: | test that matrix::row_view(i).begin() == matrix::iterator_row(i) → test that matrix::row_view(i).begin() == matrix::begin_row(i) |
---|
comment:2 Changed 16 years ago by
Status: | new → assigned |
---|
comment:3 Changed 16 years ago by
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
DataLookup? modified in [1146]
Note: See
TracTickets for help on using
tickets.
Comparisons do not work for DataLookup1D because iterators are of different type. DataLookup1D::iterator has container_type DataLookup2D whereas e.g. MatrixLookup::iterator has container_type MatrixLookup?.
Perhaps we should change so DataLookup1D only can view into a MatrixLookup? not a DataLookup?. Any thought?