Hi Vittorio,
Indeed in some cases VLL and VUU are not defined because we are in the case
RANGE = 'A' or 'I'.
Do you have an example call that crashes the program?
I would like to reproduce your problem first before proceeding to any
correction.
Regards,
Julie
On Jun 20, 2011, at 9:54 PM, Vittorio Zecca wrote:
Hi, there, I just found that in lapack 3.3.1 in routine dsyevx.f
variables VLL and VUU may be accessed undefined, I suggest you add
between lines 281 and 282 the following
ELSE
VLL = ZERO
VUU = ZERO
The same between lines 290 and 291 of zheevx.f
Best regards
Vittorio Zecca
_______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.eecs.utk.edu/mailman/listinfo/lapack
|