Opened 15 years ago
Closed 15 years ago
#299 closed request (fixed)
redesign of matrix class
Reported by: | Peter | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | critical | Milestone: | yat 0.4 |
Component: | utility | Version: | trunk |
Keywords: | Cc: |
Description
Related to ticket:298
Follow ticket:298 for vector class.
Change History (5)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Owner: | changed from Peter to Jari Häkkinen |
---|---|
Status: | assigned → new |
comment:3 Changed 15 years ago by
Status: | new → assigned |
---|
comment:4 Changed 15 years ago by
To be inline with Vector, we should also:
- remove
resize
- remove
clone
- allow lhs to change size in assignment
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in changeset:1098
Note: See
TracTickets for help on using
tickets.
We'll wait with the redesign but will remove support for matrix views. Vector views into matrices will be kept.