Content deleted Content added
SteveN1092 (talk | contribs) m Added Lisp-Stat to the list of numerical applications using BLAS. |
m Open access bot: doi updated in citation with #oabot. |
||
Line 74:
===Level 3===
This level, formally published in 1990,<ref name="level3">{{Cite journal |last1=Dongarra |first1=Jack J. |last2=Du Croz |first2=Jeremy |last3=Hammarling |first3=Sven |last4=Duff |first4=Iain S. |title=A set of level 3 basic linear algebra subprograms |doi=10.1145/77626.79170 |date=1990 |journal=[[ACM Transactions on Mathematical Software]] |issn=0098-3500 |volume=16 |issue=1 |pages=1–17|s2cid=52873593 |doi-access=free }}</ref> contains ''matrix-matrix operations'', including a "general [[matrix multiplication]]" (<code>gemm</code>), of the form
:<math>\boldsymbol{C} \leftarrow \alpha \boldsymbol{A} \boldsymbol{B} + \beta \boldsymbol{C},</math>
|