[eigen] HELP : SVD too slow |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] HELP : SVD too slow
- From: Gaurav Gupta <gaurav71531@xxxxxxxxx>
- Date: Fri, 29 Jun 2012 13:51:25 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=hdiMwjtRrS2i824ovtUOa7xd7HAm2MGuIMXv+Q+d/Bc=; b=UiGqQ2Udm9PVkcPcUOSAK/F1vaHpMbIRglK2hlBSz+g2T8Dg8pBl/VNJA5jWe518nj gi6e374CYOzjv8yyEKj+z9wiNLs+se4ubvVxXEsJMKcrQ5p1X5uvCEqnDSGMOAxaEUNa PJwoGYFzFPEEi09wWiLKRLLGtr5HygJ8VpKoWff1TgTXktanm1ibdthN1TnUMGXAOXs0 PTbGceLR8JnttCaJ9LL8JvySiGPugmCdeHxLar8wbE/wgH704rE3Ui/z7HrGoHMhxKB2 DxDvtX6Bd5LYVlprH6V4veW1Q531fq0tRKwazFB1VJdsphzDhqjXlehwCfu9w9oVJtNM 2Cnw==
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.