]>
gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-convex.tex
2 % Operations that usually appear in convex optimization.
5 % Needed for \operatorname.
10 % The ``conic combination'' operator.
11 \newcommand*
{\cone}[1]{ \operatorname{cone
} \of{{#1}} }
13 % The ``convex hull'' operator.
14 \newcommand*
{\conv}[1]{ \operatorname{conv
} \of{{#1}} }
16 % The ``affine hull'' operator.
17 \newcommand*
{\aff}[1]{ \operatorname{aff
} \of{{#1}} }
19 % The ``lineality space'' operator.
20 \newcommand*
{\linspace}[1]{ \operatorname{linspace
} \of{{#1}} }
22 % The ``lineality'' operator.
23 \newcommand*
{\lin}[1]{ \operatorname{lin
} \of{{#1}} }
25 % The ``Exteme vectors'' operator.
26 \newcommand*
{\Ext}[1]{ \operatorname{Ext
} \of{{#1}} }