glucat icon indicating copy to clipboard operation
glucat copied to clipboard

Add Blaze as an option for finding eigenvalues

Open penguian opened this issue 3 years ago • 1 comments

GluCat uses uBLAS for linear algebra, except for finding eigenvalues, where it uses Boost Bindings. The two different libraries use different matrix formats. Also, uBLAS is quite slow, especially for algorithms such as the addition of compressed matrices. Perhaps Blaze would be better for finding eigenvalues? First step is to add it as an option alongside Boost Bindings.

penguian avatar Apr 02 '22 00:04 penguian