Skip to content

Conversation

MarcoMultichannel
Copy link

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant