ndarray-linalg icon indicating copy to clipboard operation
ndarray-linalg copied to clipboard

Add more tests for SolveH

Open jturner314 opened this issue 3 years ago • 0 comments

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.

jturner314 avatar May 27 '21 21:05 jturner314