Files
lapack/XBLAS/testing/test-gemv
yozo bdb14718ef XBLAS: Fix lda check in gemv.
We need to raise error if lda < m for column major format,
and lda < n for row major format.  Previously it was checking
for lda < leny.

Also test lda in do_test_gemv more carefully.
2008-11-11 19:54:53 +00:00
..
2008-11-11 19:54:53 +00:00
2008-10-28 01:38:50 +00:00