koblas

dense.host.jvm

Types

Link copied to clipboard
class F64Backends(config: HostBlasConfig = HostBlasConfig())

The CBLAS and LAPACKE halves resolved from one OpenBLAS and optional LAPACKE path pair.

Link copied to clipboard

The host OpenBLAS through CBLAS, bound with java.lang.foreign. Every routine lives in F64BlasAdapter; this supplies the JVM's entry points and the backend's identity.

Link copied to clipboard

The level-1 CBLAS routines from the OpenBLAS instance shared with F64Cblas.

Link copied to clipboard

The host LAPACKE through java.lang.foreign. Every shared routine lives in F64DecompositionsAdapter; this supplies the JVM's entry points and measured gates.

Functions

Link copied to clipboard

Offers every available half of backends to Koblas's process-wide backend registry.