Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 353 Bytes

numjar

Implement numpy with java.

Compatible with numpy, but not just that !

User guide:Guide-to-NumJar

Get from Maven:

<dependency>
  <groupId>io.github.laplacedemon</groupId>
  <artifactId>numjar</artifactId>
  <version>${version}</version>
</dependency>