Posted by John Hoover on January 09, 1998 at 17:27:19:
In Reply to: CLAPACK Eigenvalue routines posted by Dick Chase on September 24, 1997 at 14:46:40:
: The "c" functions zchkgg_() and zdrvgg_() call a number of functions which I cannot locate on Netlib. A partial list of these missing functions include : zget52_() , do_fio() , e_wsfe() , zlatm4_() , and s_rsle().
: If anyone can tell me where to find the functions, I would greatly appreciate your help.
: Thank you,
: Dick Chase
I'm having trouble with clapack, too. There are 21 calls to undefined functions in zheev.c. Some are obvious to implement, like d_cnjg
and d_imag, but some will be trickier, like dscal_. If anyone knows the whereabouts of these missing functions, I'd appreciate some information.
Thanks.