aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/references.bib
blob: 9d76e8eecca5fc1b9454294e5b0d5079ca0a7615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
%
% references.bib -- Bibliography file for the paper multiplikation
%
% (c) 2020 Autor, Hochschule Rapperswil
%

@online{multiplikation:bibtex,
	title = {BibTeX},
	url = {https://de.wikipedia.org/wiki/BibTeX},
	date = {2020-02-06},
	year = {2020},
	month = {2},
	day = {6}
}

@book{multiplikation:numerical-analysis,
	title = {Numerical Analysis},
	author = {David Kincaid and Ward Cheney},
	publisher = {American Mathematical Society},
	year = {2002},
	isbn = {978-8-8218-4788-6},
	inseries = {Pure and applied undegraduate texts},
	volume = {2}
}

@article{multiplikation:mendezmueller,
        author = { Tabea Méndez and Andreas Müller },
        title = { Noncommutative harmonic analysis and image registration },
        journal = { Appl. Comput. Harmon. Anal.},
        year = 2019,
        volume = 47,
        pages = {607--627},
        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}
}