matrix pseudo inverse

can anyone point me to CUDA code for calculating the pseudo inverse of a non-square matrix.

thanks,
melissa

Vasily Volkov has published a very high performance QR factorization routine here, and the code is available attached to this post. It shouldn’t be all that complicated to adapt that to compute the Moore-Penrose pseudo-inverse.