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 Jari Häkkinen

Status: newassigned

comment:2 Changed 17 years ago by Jari Häkkinen

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.

comment:3 Changed 17 years ago by Jari Häkkinen

The previous comment relates to ticket:202 not this one. Please disregard.

comment:4 Changed 17 years ago by Jari Häkkinen

Resolution: fixed
Status: assignedclosed

(In [796]) Fixes #201.

Note: See TracTickets for help on using tickets.