You could try to use something similar to the previous implementation, I think the explanation on what was used previously is in that post.
------------------------------------------
Carlos
On Fri, Jun 29, 2012 at 10:21 AM, Gaurav Gupta
<gaurav71531@xxxxxxxxx> wrote:
I opted for eigen3 to improve speed of my program than on MATLAB, but it is taking more time than MATLAB.I am using JacobiSVD for calculating nullspace, which is taking most of the time, any suggestions for improving speed,
or any way to implement SVD faster.