When Baugh first reported to the Redskins for practice, he had a meeting with coach Ray Flaherty and had an exchange that reportedly went something like this: ?They tell me you?re quite a passer,? said Flaherty, handing Baugh a football. ?I reckon I can throw,? Baugh answered. ?Let?s see it. Hit that receiver in the eye,? said Flaherty, pointing to a man running down the field. ?Which eye?? said BaughThe Big Boys use LAPACK to compute eigenvalues, but you have to know what you are doing to use it. Is the matrix symmetric, tridiagonal, banded, etc?You can get LAPACK libraries by installing MKL from
http://software.intel.com/en-us/articles/intel-mkl/. Here is how to call the routine for symmetric matrices. It will work out of the box with the xll library, but calling from straight C is very similar. For VC++ add the following under Properties|Linker|Input Additional Dependencies: mkl_intel_c.lib;mkl_core.lib;mkl_intel_thread.lib;libguide.lib; You also have to set the directories for the MKL headers and libraries.