Registry / utility / nd4j-native

nd4j-native

JSON →
library0.9.1javamavenunverified

Native backend for ND4J, a scientific computing library for the JVM, part of the Deeplearning4j ecosystem.

<dependency> <groupId>org.nd4j</groupId> <artifactId>nd4j-native</artifactId> <version>0.9.1</version> </dependency>
INSTALL
IMPORT
SIG · ND4J-NATIVE
N
nd4j-native
utilityjavav0.9.1
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.

Nd4j
org.nd4j.linalg.factory.Nd4j

Minimal example creating an NDArray using Nd4j.

import org.nd4j.linalg.factory.Nd4j; import org.nd4j.linalg.api.ndarray.INDArray; public class Example { public static void main(String[] args) { INDArray array = Nd4j.create(new double[]{1.0, 2.0, 3.0}); System.out.println(array); } }
Debug
Known issues
gotchaND4J native backend requires platform-specific native libraries; ensure they are on the classpath or use the appropriate classifier.
fix
Add the correct native classifier dependency (e.g., nd4j-native-platform) or set the org.bytedeco.javacpp.maxbytes property.
affects: all
Upgrade
Version history
0.9.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
nd4j-native — mvn dependency:get nd4j-native · libregistry