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.
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.