binary-song

Results 1 issues of binary-song

Hello. I tried calling `linalg::dot` on `xtensor_fixed` objects, but it wouldn't compile (with Visual Studio 2019). ``` xt::xtensor_fixed x; xt::xtensor_fixed y; x.fill(1); y.fill(2); xt::linalg::dot(x, y); ``` The static assertion failed...