aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/references.bib
blob: 8815386bb2c6d3c402cdc0ecf85d7c671129a22b (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
%
% 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}
}

@online{multiplikation:master_theorem,
	title = {Master theorem (analysis of algorithms)},
	url = {https://en.wikipedia.org/wiki/Master_theorem_(analysis_of_algorithms)},
	date = {2021-07-28},
	year = {2021},
	month = {7},
	day = {28}
}


@online{multiplikation:DAC,
	title = {Divide-and-conquer algorithm},
	url = {https://en.wikipedia.org/wiki/Divide-and-conquer_algorithm},
	date = {2021-07-28},
	year = {2021},
	month = {7},
	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}
}