Hi all,
I'm new to LAPACK and I haven't been able thus far to locate an example or sample program (preferably in C although I guess FORTRAN would work) to do Gaussian elimination on an m x n matrix. Can any of you help? If it's in the doc, if you could just point me in the general direction of the right place in the doc that would work too. I'm was guessing I need to call SGESV, then I noticed SGESV is only for n x n matrices.
TIA
Erich