| Package | Description |
|---|---|
| net.dedekind.blas |
Selected BLAS and BLAS extensions Java bindings for Intel's MKL (Math Kernel
Library) and the F2J Fortran to Java translations from net.sourceforge.f2j as
a fallback.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlasJ
Netlib implementation. |
class |
BlasN
Intel MKL (Math Kernel Library) native implementation. |
| Modifier and Type | Method and Description |
|---|---|
static Blas |
Blas.getInstance()
Returns an instance of a
Blas implementation. |
static Blas |
Blas.getInstance(boolean useMKL)
Returns an instance of a specific
Blas implementation depending
on the the value of the useMKL parameter. |
Copyright © 2023. All rights reserved.