forked from YinTat/optimizationbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotation.tex
More file actions
51 lines (50 loc) · 1.1 KB
/
notation.tex
File metadata and controls
51 lines (50 loc) · 1.1 KB
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
\begin{flushleft}
\par\end{flushleft}
\begin{center}
\begin{tabular}{|c|c|}
\hline
Symbol & Description\tabularnewline
\hline
\hline
$o_{\epsilon}(f)$ & $o(f)$ for any fixed $\epsilon$\tabularnewline
\hline
$\langle a,b\rangle$ & Inner product $a^{T}b$\tabularnewline
\hline
nnz & Number of nonzeros\tabularnewline
\hline
$\tilde{O}(.)$ & Asymptotic complexity ignoring logarithmic terms\tabularnewline
\hline
$O^{*}(.)$ & Asymptotic complexity ignoring logarithmic terms and error terms\tabularnewline
\hline
$B^{n}$ & Unit Euclidean ball in $\R^{n}$\tabularnewline
\hline
$B_{p}(x,r)$ & $p$-norm ball of radius $r$ centered at $x$\tabularnewline
\hline
$\norm ._{p}$ & $p$-norm: $\left(\sum_{i}\left|x_{i}\right|^{p}\right)^{1/p}$ \tabularnewline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
& \tabularnewline
\hline
\end{tabular}
\par\end{center}