aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/references.bib
diff options
context:
space:
mode:
authorNunigan <michaelschmid13@hotmail.com>2021-08-02 08:15:28 +0200
committerNunigan <michaelschmid13@hotmail.com>2021-08-02 08:15:28 +0200
commitbd4c62c3e9de5b1fd5fbd1422bdac8843a928897 (patch)
tree7e3a451e565c146b2e46b4c40999e39421e903e6 /buch/papers/multiplikation/references.bib
parentupdate (diff)
parentupdate (diff)
downloadSeminarMatrizen-bd4c62c3e9de5b1fd5fbd1422bdac8843a928897.tar.gz
SeminarMatrizen-bd4c62c3e9de5b1fd5fbd1422bdac8843a928897.zip
Merge branch 'master' of https://github.com/Nunigan/SeminarMatrizen
Diffstat (limited to '')
-rwxr-xr-xbuch/papers/multiplikation/references.bib17
1 files changed, 17 insertions, 0 deletions
diff --git a/buch/papers/multiplikation/references.bib b/buch/papers/multiplikation/references.bib
index 63cb976..8815386 100755
--- a/buch/papers/multiplikation/references.bib
+++ b/buch/papers/multiplikation/references.bib
@@ -83,3 +83,20 @@
day = {28}
}
+@online{multiplikation:BLAS,
+ title = {BLAS (Basic Linear Algebra Subprograms)},
+ url = {http://www.netlib.org/blas/},
+ date = {2021-08-01},
+ year = {2021},
+ month = {8},
+ day = {01}
+}
+
+@online{multiplikation:DGEMM,
+ title = {DGEMM},
+ url = {http://www.netlib.org/lapack/explore-html/d1/d54/group__double__blas__level3_gaeda3cbd99c8fb834a60a6412878226e1.html#gaeda3cbd99c8fb834a60a6412878226e1},
+ date = {2021-08-01},
+ year = {2021},
+ month = {8},
+ day = {01}
+}