xtensor-blas
xtensor-blas copied to clipboard
eigh size fix
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.