bigfloats and lapack



On 4/21/10 4:14 PM, Sheldon Newhouse wrote:
> Hello,
>  Does lapack work with bigfloats, or is everything converted to float?
No, lapack does not support bigfloats.  A while ago I did an experiment
that converted lapack Lisp code to support bigfloat.  It seemed to work,
but I didn't do anything more with it.  Some care would be needed in
case there were any float constants in the code or any assumptions on
the max/min/eps values of floats.

Ray