Hello everyone,
I’m currently working on porting some BLAS and LAPACK calls from LAPACK to MAGMA to leverage its GPU capabilities. Several routines share the same names as their Netlib counterparts (for example, dgemv and dgbsv). However, I noticed that where Netlib uses dgelss, MAGMA provides dgels—the name is missing the final “s.” Are these two functions essentially the same?