jblas-project / jblas

Linear Algebra for Java
http://jblas.org
BSD 3-Clause "New" or "Revised" License
590 stars 149 forks source link

New Lapack wrapper requests #30

Open mikiobraun opened 11 years ago

mikiobraun commented 11 years ago

From Thomas Vacek

pstrf sytrf sytrs

From Ismail Iyigunler

trsm

mikiobraun commented 11 years ago

Hi everyone,

sorry for the inactivity, it turns out, pstrf and friends is not contained in lapack-lite-3.1.1 which I had used so far for generating the stubs, but only in newer lapack versions. Unfortunately, they have changed the way in which they put the metadata into the comments, so I need to do some more coding for that... .

-M

mikiobraun commented 4 years ago

Seven year old ticket... but I started looking into openblas and let me see if it is possible.