Closed hansenms closed 3 years ago
Thank you for the report. Looking into it!
The issue seems to be a wrong signature in FLENS cxxlapack. https://github.com/xtensor-stack/xtensor-blas/pull/207 fixes this by patching the xtensor-blas shipped flens
I can confirm that this works now. Thanks!
The
linalg::norm(...)
function does not build with withstd::complex<float>
. It does work withstd::complex<double>
,To repro, add the following test:
with
double
instead of thefloat
it does build (and pass). This is similar to #128, but I think that one was fixed.