aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/references.bib
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-07-28 08:07:03 +0200
committerGitHub <noreply@github.com>2021-07-28 08:07:03 +0200
commit9a8dcc1cf9aa0ddd918008e6f2421b48797c38ec (patch)
treeb5113260e190dfc7a94e4298bf6eb5ae21c08344 /buch/papers/multiplikation/references.bib
parentMerge pull request #50 from paschost/patch-1 (diff)
parentadded first part of paper and code (diff)
downloadSeminarMatrizen-9a8dcc1cf9aa0ddd918008e6f2421b48797c38ec.tar.gz
SeminarMatrizen-9a8dcc1cf9aa0ddd918008e6f2421b48797c38ec.zip
Merge pull request #52 from Nunigan/master
Multiplikation #1
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--]buch/papers/multiplikation/references.bib30
1 files changed, 30 insertions, 0 deletions
diff --git a/buch/papers/multiplikation/references.bib b/buch/papers/multiplikation/references.bib
index 7149fb1..9d76e8e 100644..100755
--- a/buch/papers/multiplikation/references.bib
+++ b/buch/papers/multiplikation/references.bib
@@ -33,3 +33,33 @@
url = {https://doi.org/10.1016/j.acha.2017.11.004}
}
+@article{multiplikation:winograd_1968,
+ title={A New Algorithm for Inner Product},
+ volume={C-17},
+ DOI={10.1109/tc.1968.227420},
+ number={7},
+ journal={IEEE Transactions on Computers},
+ author={Winograd, S.},
+ year={1968},
+ pages={693–694}
+}
+
+@article{multiplikation:strassen_1969,
+ title={Gaussian elimination is not optimal},
+ volume={13},
+ DOI={10.1007/bf02165411},
+ number={4},
+ journal={Numerische Mathematik},
+ author={Strassen, Volker},
+ year={1969},
+ pages={354–356}
+}
+
+@online{multiplikation:bigo,
+ title = {Big O notation},
+ url = {https://en.wikipedia.org/wiki/Big_O_notation},
+ date = {2021-07-27},
+ year = {2021},
+ month = {7},
+ day = {27}
+}