Skip to content

Missing MKL Lapack functions #1388

@blueberry

Description

@blueberry

JavaCPP presets 1.5.9 are missing MKL LAPACK norm operations: slansb, dlansb, slangb, dlangb, slantb, dlantb (maybe others too, I'll report if I encounter such cases).

These are standard LAPACK functions, and are listed in both LAPACK and MKL documentation, such as:

https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-fortran/2023-0/langb.html

I couldn't find them listed in JavaCPP MKL preset source, so I'm not sure whether they are missing for a specific reason, or is it purely by chance. BTW, I used them in my C code, they are in MKL headers, and they work as expected in MKL...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions