lapack
lapack copied to clipboard
Xerbla_array, Xerbla and lsame in BLAS or LAPACK?
The functions xerbla_array, xerbla and lsame are defined under both BLAS and LAPACK source directories. Any reason for this? If a vendor library wants to implement only LAPACK functions and depend on a different BLAS library, should they include xerbla_array, xerbla and lsame in their LAPACK library?
Any thoughts on this query from Netlib team or others?