@PublicationReference(author="Jeshua", title="Netlib and Java", type=WebPage, year=2013, url="http://www.jeshua.me/content/code/NetlibTest.java") public class NativeBlasHandler extends java.lang.Object
Constructor and Description |
---|
NativeBlasHandler()
Initializes the BLAS instances, searching for the native BLAS
implementation.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
blasAvailable()
Returns true if BLAS is available in any form.
|
static boolean |
nativeBlasAvailable()
Returns true if a native version of BLAS was found.
|
void |
setToJBlas()
Sets the BLAS library to use the Java version.
|
void |
setToNativeBlas()
If native BLAS is available, this sets the BLAS library to use the native
version.
|
public NativeBlasHandler()
public static boolean blasAvailable()
public static boolean nativeBlasAvailable()
public final void setToNativeBlas()
public final void setToJBlas()