Registry / utility / all
library1.1.2javamavenunverified

Aggregate artifact for netlib-java, providing optimized linear algebra routines.

<dependency> <groupId>com.github.fommil.netlib</groupId> <artifactId>all</artifactId> <version>1.1.2</version> </dependency>
INSTALL
IMPORT
SIG · ALL
A
all
utilityjavav1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Dgemm
org.netlib.blas.Dgemm

Performs double-precision matrix multiplication using BLAS.

import org.netlib.blas.Dgemm; public class Example { public static void main(String[] args) { Dgemm.dgemm("N", "N", 2, 2, 2, 1.0, new double[4], 2, new double[4], 2, 0.0, new double[4], 2); } }
Debug
Known issues
gotchaThe 'all' artifact bundles multiple native implementations; ensure correct native library loading.
fix
Use specific sub-artifacts (e.g., netlib-native_system) if you need a particular BLAS implementation.
affects: *
Upgrade
Version history
1.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
all — mvn dependency:get all · libregistry