Recent content by olin

  1. O

    How to check if my lapack,cbas lib support long double type?

    Thank you for the comments. I'll try to test it using a long double type in the code. But I think the default libs that Debian installs should be double only. (That's why the author of the program that I want to use suggests to download sources for these libs and compile it with long double...
  2. O

    How to check if my lapack,cbas lib support long double type?

    I'm using Debian Lenny. I want to know how I can check if my lapack,cblas libs support long double type. If these libs don't support long double. I need to download the source and re-compile them with long-double option. If I do this, do the compiled new libs overwrite the old libs (which...
Back
Top