xtensor-stack / xtensor-blas

BLAS extension to xtensor
BSD 3-Clause "New" or "Revised" License
157 stars 55 forks source link

cxxblas/drivers/drivers.h blas inclusion #159

Open alex-176 opened 4 years ago

alex-176 commented 4 years ago

Hi i am a bit confused with the way blas headers are included in file include/xflens/cxxblas/drivers/drivers.h: some headers are included as #include <cxxblas/drivers/HEADER> and some #include "xflens/cxxblas/drivers/HEADER"

In my case as far as I did not add include/xflens to include path I get compilation errors with the first type. anyway, the inclusion looks inconsistent at first glance.