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

support for LAPACK callback methods #22

Description

@fommil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions