I was looking into efficiently calculating a sum of squares and found the xLASSQ auxiliary routines, which do not seem to be exposed in the C-interface. I was wondering what the reason for that was? Is there some C header where these functions might be defined?
This issue came up for the LAPACK rust library, which is closely following lapacke.h to implement its interface.