I cannot read that formula for the pseudoinverse. It would be better to provide actual code.
As for how the pseudoinverse is computed, it uses SVD when the matrix is approximate numbers but not when exact. In the former case it should be probably cubic in the rows/columns(maybe quadratic in the larger of those and linear in the other). For exact numbers it's a different world due to intermediate growth of elements, and also need to use rationals.
If there was a question, I hope this helps to address it.