netlib-java icon indicating copy to clipboard operation
netlib-java copied to clipboard

support for LAPACK callback methods

Open fommil opened this issue 12 years ago • 0 comments

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.

fommil avatar Aug 06 '13 17:08 fommil