Dear Ashutosh,
As you have noticed, our test suite do not exerce the ISUPPZ values! And
you are the first human beings to play with these.
Thanks for reporting us the problems, this is appreciated. So once more,
we will fix this one as well in the next release, coming soon. Thanks for
the patch, we'll copy-paste it.
Best wishes,
Julien.
On Fri, 11 Dec 2009, Ashutosh Mahajan wrote:
when dsyevr is called with N=1, then it returns without setting up ISUPPZ
values.
331: IF( N.EQ.1 ) THEN
...
342: IF( WANTZ )
343: $ Z( 1, 1 ) = ONE
344: RETURN
345: END IF
It should rather do
IF( WANTZ )
Z( 1, 1 ) = ONE
ISUPPZ(1) = 1
ISUPPZ(2) = 1
END IF
--
regards
Ashutosh Mahajan
http://coral.ie.lehigh.edu/~asm4
_______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.eecs.utk.edu/mailman/listinfo/lapack
|