Understanding and implementation of algorithms to calculate matrix decompositions such as eigenvalue/vector, LU, QR, and SVD decompositions. Applications include data-fitting, image analysis, and ...
Yo:<BR><BR>I'm trying to solve an integral equation but would prefer to do it in C rather than Matlab for speed. Is there a linear algebra pack available for C/C++? I know the standard LAPACK uses ...