I want the equation to properly show the argmin tag with variable at the bottom inside a table. In my case it is showing as a subscript. I tried everything but cant get this done. The following is a part of my code compiling fine but not as desired
\multicolumn{4}{l}{ $\begin{array} {lcl} \mathbf{r}^i \longleftarrow \argmin_\mathbf{r}\;\Vert \mathbf{r} \Vert_1 \;\;\;\;\mbox{subject to}\;\;\;\; \mathbf{y}= \mathbf{A}\mathbf{r} \end{array} $ }
\begin{tabular}{ll|l|l|l|} \hline
\multicolumn{5}{l}{Algorithm:} \\ \hline
\multicolumn{5}{l}{\begin{tabular}[l]{@{}l@{}}Inputs: CS measurement vector for a speech frame $\mathbf{y}$ \\ Outputs: predictor $\mathbf{a}^i$, residual $\mathbf{r}^i$ \\ $i$ = 0, \\ Initialize dictionary: $h^i=rand, \mathbf{H}^i= conv(h)$ \\\end{tabular}} \\
\hline
\multicolumn{5}{l}{\textbf{while} halting criterion false \textbf{do}} \\
\multirow{2}{*}{1.} & \\
& \multicolumn{4}{l}{$\begin{array} {lcl}
\mathbf{x}^i =\mathbf{H}^i\mathbf{r}^i \end{array}$} \\
2. & \multicolumn{4}{l}{
$\begin{array} {lcl} \mathbf{a}^i \longleftarrow \argmin_\mathbf{a} \; \Vert \mathbf{r}\Vert_2 + \gamma\Vert\mathbf{a}\Vert_1 \;\;\; \mbox{subject to}\;\; \mathbf{x}^i=\mathbf{X}^i\mathbf{a+r} \end{array}$\vspace{1em}} \\
\multirow{4}{*}{3.} & \multicolumn{4}{l}{\; \mbox{Estimate the vocal tract impulse response}} \\
& \multicolumn{4}{l}{
$\begin{array} {lcl}
h^{i+1} \;\; \mbox{given the predictior estimate}\;\;\mathbf{a}^i \end{array}$} \\
& \multicolumn{4}{l}{$\begin{array} {lcl}
\mathbf{H}^{i+1}= [conv(h^{i+1})] \end{array}$
} \\
& \multicolumn{4}{l}{$\begin{array} {lcl}
i=i+1; \end{array}$ } \\
\multicolumn{5}{l}{\textbf{end while}} \\ \hline
\end{tabular}

Desired Output
need argmin with variable at bottom not as subscript like this


\documentclassand describe the required output from the document. – David Carlisle Mar 28 '14 at 12:05\argmin. Without this information it's impossible to give advice. But, please, make an example that can be compiled. – egreg Mar 29 '14 at 12:35\argminas an operator - Command for argmin or argmax?, then you may have to issue\displaystyleinside yourarrayin order for it to be properly set underneath it. – Werner Apr 06 '14 at 15:41