Opened 18 years ago
Closed 17 years ago
#18 closed defect (fixed)
const vector matrix::operator*(const vector&) const
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | yat 0.2 |
Component: | utility | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Non-sense implementation is currently implemented. Remove it or fix it.
Change History (4)
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|---|
Milestone: | later → 0.2 |
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Component: | gslapi → utility |
---|
I agree, maybe we should also add vector operator*(const vector&, const matrix&)?
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
If private member variables in matrix is not needed, I think it makes more sense to implement this functionality as
vector operator*(const matrix&, const vector&)