Re: high-precision eigenvalue solver



Thank you for all your suggestions. I found a library in c++ supporting
quadruple precision and the problem is solved at last with the help of
the lib. However, it takes almost 10 times longer than that in double
precision. I am searching a faster package. A guy told me lapack is
great. However, I found, from http://www.netlib.org/lapack/, lapack
only support double precision.

.



Relevant Pages

  • Re: Reading complex multidimensionalarrays from C
    ... precision complex, but I don't think that the rationalizations hold up... ... compiler that does this, which makes the question a bit academic. ... The real*16 syntax is nonstandard and thus a compiler can do anything ... But supporting a particular real precision involves ...
    (comp.lang.fortran)
  • Re: Reading complex multidimensionalarrays from C
    ... they can support a quad precision real without also supporting a quad ... compiler that does this, which makes the question a bit academic. ... The real*16 syntax is nonstandard and thus a compiler can do anything ... But supporting a particular real precision involves ...
    (comp.lang.fortran)
  • Re: high-precision eigenvalue solver
    ... I found a library in c++ supporting ... > quadruple precision and the problem is solved at last with the help of ... The double-precision operations take the same time ... on superscalar processors like the Pentia, the extra memory-access ...
    (sci.math.num-analysis)
  • Re: Precision question
    ... 32 and 64 bit reals are normally available. ... implicit none ... to set up the precision you are interested ... If x is declared as quadruple precision, ...
    (comp.lang.fortran)
  • Re: high-precision eigenvalue solver
    ... >> precision. ... Rather than hand-coding the routines, I would use a package like Gnu ... and recode the lapack routines to call the ... Since it's quadratically convergent, this isn't as ...
    (sci.math.num-analysis)