Opened 17 years ago
Closed 17 years ago
#201 closed defect (fixed)
const matrix& matrix::operator*=(const matrix& other)
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | critical | Milestone: | yat 0.3 (Public release) |
Component: | utility | Version: | trunk |
Keywords: | Cc: |
Description
The blas_matrix_ treatment is dangerous. If memory already allocated the size of the other matrix is fixed, but it might change.
Change History (4)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
The previous comment relates to ticket:202 not this one. Please disregard.
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
There is a test in matrix_test.cc that must be fixed when resolving this ticket. Look for a comment with ticket:201 in the code, this will point you to the code that needs to be changed.