aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/references.bib
diff options
context:
space:
mode:
authorNunigan <michael.schmid2@ost.ch>2021-07-27 22:01:05 +0200
committerNunigan <michael.schmid2@ost.ch>2021-07-27 22:01:05 +0200
commit3875ac2b8df9145a66e9f6fcf34e77eb3bc2d072 (patch)
treeb5113260e190dfc7a94e4298bf6eb5ae21c08344 /buch/papers/multiplikation/references.bib
parentMerge pull request #50 from paschost/patch-1 (diff)
downloadSeminarMatrizen-3875ac2b8df9145a66e9f6fcf34e77eb3bc2d072.tar.gz
SeminarMatrizen-3875ac2b8df9145a66e9f6fcf34e77eb3bc2d072.zip
added first part of paper and code
Diffstat (limited to 'buch/papers/multiplikation/references.bib')
-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}
+}