I have a question concerning the arg min operator. I know how it works for a single 'input' (i.e. input for which the function attains its minimal value), but can it have two inputs? If I have a matrix D, $\mathcal{D}$, X and A, and I have the following equation
$\text{arg min}_{D \in \mathcal{D}, A} ||X-DA||^2_F + \lambda\Omega(A)$,
Does this mean that arg min has two inputs, one for $D \in \mathcal{D}$ and one for the matrix A, or is $D \in \mathcal{D}$ and $D \in A$?
And as a side question, what does the F in $||X-DA||^2_F$ mean when it is subscripted like that? The paper I have it from does not mention anything about F, so I figure there is some basic math knowledge I am missing