What does this (double absolute value like) notation mean?

$\| a \|$ in general means the "norm" of $a$. Most commonly it means the Euclidean norm of the vector $a$. You could say "the geometric length of $a$" or "the magnitude of $a$" to refer to the same concept.

Be careful: there are many other norms that can be used to measure vectors, as well as norms that can be used to measure different sorts of objects entirely.


This generally indicate a norm in linear algebra and functional analysis. It can be thought as the length. For any $\mathbf{v} = [x,y,z]$ in $\mathbb{R}^3$, $\lVert \cdot \rVert$ represents the Euclidean norm $$ \lVert \mathbf{v} \rVert = \sqrt{x^2 + y^2 + z^2} $$


It is the notation of norm (probably the euclidian one) https://en.wikipedia.org/wiki/Norm_(mathematics)