I am trying to understand what this matrix operator norm means and what it does to matrix $A$.
$$ {{\left\| A \right\|}_{1,\,\infty }} := {\max_{{{\left\| x \right\|}_{\infty }}=1}}{{\left\| Ax \right\|}_{1}} $$
Can somebody help with the explanation and maybe an example?
It is $$\max_{||x||_\infty =1} ||Ax||_1= \max \{ ||Ax||_1 : ||x||_\infty =1\}.$$ We take the max first norm of $Ax$, where $x$ has length $1$ in infinity norm.