Interface gges() LAPACK function

Issue #260 resolved
Mikhail Katliar created an issue

The gges LAPACK function performs generalized eigenvalue decomposition of a pair of non-symmetric matrices. Blaze currently does not provide interface to this function.

I can start implementing this interface similarly to how it is done for other LAPACK functions and then create a pull request.

Comments (4)

  1. Log in to comment