penguian / glucat

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

Port linear algebra from uBLAS to Blaze #44

Open penguian opened 2 years 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?