I would like to calculate $\text{adj}({A})$ the adjugate of a square matrix $A$. Matrix $A$ is singular. Is there a clever way of doing so, instead of the direct approach which is computationally expensive?
If $A$ was invertible, then one could calculate the inverse $A^{-1}$, and the adjugate would be
$ \text{adj}(A) = A^{-1} \det(A) $
But here, $A$ is not invertible.