Reference-LAPACK / lapack

LAPACK development repository
Other
1.49k stars 436 forks source link

Xerbla_array, Xerbla and lsame in BLAS or LAPACK? #992

Open pradeeptrgit opened 7 months ago

pradeeptrgit commented 7 months ago

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?

pradeeptrgit commented 6 months ago

Any thoughts on this query from Netlib team or others?