Hello!
Please take a look into presented checklist.
Checklist
IF( INFO.NE.0 ) THEN
CALL XERBLA( 'DGBSV ', -INFO )
RETURN
END IF
IF( N.LE.1 ) THEN
LWMIN = 1+N
LRWMIN = 1+N
LIWMIN = 1
but documentations says
LRWORK is INTEGER
The dimension of array RWORK.
If N <= 1, LRWORK >= 1.
Also in SSBGVD for N case
ELSE
liwmin = 1
lwmin = 2*n
END IF
but documentations says:
If JOBZ = 'N' and N > 1, LWORK >= 3*N.
1940 ELSE IF( LSAMEN( 3, C3, 'DSG' ) ) THEN
from TESTING/EIG/dchkee.F does not contain error check.

Should it be deleted or is there a plan for future implementation?
Best regards,
Dmitry
Hello!
Please take a look into presented checklist.
Checklist
CHBGVD:
but documentations says
Also in SSBGVD for
Ncasebut documentations says:
This branch
from
TESTING/EIG/dchkee.Fdoes not contain error check.TESTING/EIG/dchkee.FShould it be deleted or is there a plan for future implementation?
Best regards,
Dmitry