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

:rocket: High Performance Linear Algebra (low level)

Results 13 netlib-java issues
Sort by recently updated
recently updated
newest added

(from Keith Seymour) The general build procedure is outlined here: http://icl.cs.utk.edu/f2j/faq/index.html#322 But in your case, there are a few changes required. Since you want to include the full blas/lapack with...

or contact the performance people to use their code for testing.

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,...