#ifndef LAPACK_C_HPP #define LAPACK_C_HPP #include "lapack_c/util.h" // BLAS #include "lapack_c/rot.h" // LAPACK #include "lapack_c/lartg.h" #include "lapack_c/lasrt.h" #include "lapack_c/lae2.h" #include "lapack_c/laev2.h" #include "lapack_c/lasrt.h" #include "lapack_c/steqr.h" #include "lapack_c/steqr3.h" #endif