ndarray-linalg
ndarray-linalg copied to clipboard
Add more tests for SolveH
This adds tests for:
- various ways to call
.solveh()
/.solveh_into()
- 32-bit element types
- complex element types
- varying array sizes
The tests show that the current implementation is broken for empty arrays and for arrays with complex elements.