aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_svd.c
AgeCommit message (Collapse)Author
2009-01-14corrected stack overflow loop in [mtx_svd] deleteMTXsvd{ deleteMTXsvd(); }.Franz Zotter
svn path=/trunk/externals/iem/iemmatrix/; revision=10552
2009-01-10added [mtx_eig] to compute eigenvalues and eigenvectors using GSL. Something ↵Franz Zotter
seems to be wrong with the eigenvectors: result differs from GNU octave result. svn path=/trunk/externals/iem/iemmatrix/; revision=10502
2009-01-09added [mtx_svd] for singular value decomposition with the GNU scientific ↵Franz Zotter
library support. config.h.in and configure.ac correspondingly modified. svn path=/trunk/externals/iem/iemmatrix/; revision=10493