xtensor-blas icon indicating copy to clipboard operation
xtensor-blas copied to clipboard

eigh size fix

Open MarcoMultichannel opened this issue 2 years ago • 0 comments

Fixed eigh() when the Matrix is too big. The first time syevd is called is to get the work size, but sometimes the size returned is less than the minimum size allowed. Adding a simple condition fixed it for me.

MarcoMultichannel avatar Sep 29 '23 06:09 MarcoMultichannel