I was wondering if the following equation has a useful property that I can make use of to solve it:
$$ J J^T x = J \cdot g$$ where $g \in \mathbb{R}$ is a scalar and $J \in \mathbb{R}^n$ is a vector.
Is there another way than this:
$$ x = \left( JJ^T\right)^{-1}J\cdot g$$