Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

support for LAPACK callback methods #22

Open
fommil opened this issue Aug 6, 2013 · 0 comments
Open

support for LAPACK callback methods #22

fommil opened this issue Aug 6, 2013 · 0 comments

Comments

@fommil
Copy link
Owner

fommil commented Aug 6, 2013

The "select" argument is an external function whose definition looks like this in Fortran:

  LOGICAL          FUNCTION DSLECT( ZR, ZI )
  DOUBLE PRECISION   ZI, ZR

In the Java translation, the code uses reflection to get the first method (under the assumption that it was f2j-generated).

Native support for this could be tricky.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant