Opened 17 years ago

Closed 17 years ago

#76 closed enhancement (fixed)

gslapi::matrix

Reported by: Jari Häkkinen Owned by: Jari Häkkinen
Priority: major Milestone: yat 0.2
Component: gslapi Version: trunk
Keywords: Cc:

Description (last modified by Jari Häkkinen)

Maybe it would be smart to create temporary objects need for BLAS in constructors. As it is now temporary objects are called before BLAS functionality is used, cf. const matrix& matrix::operator*=(const matrix& other)

Change History (7)

comment:1 Changed 17 years ago by Peter

Milestone: Documentationnew_matrix
Type: defectenhancement

comment:2 Changed 17 years ago by wwwrun

Milestone: new_matrix

Milestone new_matrix deleted

comment:3 Changed 17 years ago by Peter

Milestone: later

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

Milestone: later0.2

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

Status: newassigned

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

Description: modified (diff)

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

Resolution: fixed
Status: assignedclosed

(In [762]) Fixes #76. Creating/recreating BLAS support matrix only when needed.

Note: See TracTickets for help on using tickets.