gtensor
gtensor copied to clipboard
make test_lapack more concise
We do have a bunch of features that help work with matrices / vectors at a time, so let's use more of them. Still not really as simple as I'd like things to be, but I think it's an improvement.
Learned two things from the looking at the sycl CI:
- We're still testing a function that I declared deprecated.
- Apparently sycl doesn't like the ∂ symbol in the code, which gcc/clang didn't seem to mind. Of course they shouldn't have been in there in the first place..