Is there a "simple" formula for computing the Moore-Penrose pseudoinverse of a $3\times 3$ matrix? I mean something like the formula for the inverse (for non-singular matrices), which involves the matrix of minors, etc.
I need that for a computer program, and I feel that using LAPACK's SVD is a bit of an overkill.