haskell-numerics / hmatrix

Linear algebra and numerical computation
381 stars 104 forks source link

Add generalized eigenvalues via dggev and zggev #285

Closed maksbotan closed 6 years ago

maksbotan commented 6 years ago

These lapack functions generalize dgeev and zgeev. Interface for them was added similarly to eig* functions already present in hmatrix.

maksbotan commented 6 years ago

So, did you have a chance to look at this?

maksbotan commented 6 years ago

@idontgetoutmuch do you plan to make a release in the near future?

idontgetoutmuch commented 6 years ago

Probably - I need to merge in some changes to the binding for sundials first