Opened 6 years ago
Closed 3 years ago
#892 closed request (fixed)
expression class for dgemm
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.18 |
Component: | utility | Version: | trunk |
Keywords: | Cc: |
Description
gsl_blas_dgemm
computes the matrix-matrix product and sum
C = alpha op(A) op(B) + beta C
where op(A) = A or transpose(A)
related to ticket #881
Change History (2)
comment:1 Changed 3 years ago by
Milestone: | yat 0.x+ → yat 0.18 |
---|---|
Owner: | changed from Jari Häkkinen to Peter |
Status: | new → accepted |
comment:2 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In 3904: