penguian / glucat

GluCat: Clifford algebra templates
http://glucat.sourceforge.net/
Other
19 stars 6 forks source link

Add Blaze as an option for finding eigenvalues #45

Closed penguian closed 1 month ago

penguian commented 2 years ago

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.

create-issue-branch[bot] commented 2 years ago

Branch issue-45-Add_Blaze_as_an_option_for_finding_eigenvalues created!

penguian commented 1 month ago

Closed by PR #47