n

ndarrays

N-dimensional arrays holding either complex or real values.
https://github.com/hakkelt/NDArrays
Apache License, Version 2.0
Tamás Hakkel
文件下载
文件名 操作
ndarrays-2.2.2.jar 下载
ndarrays-2.2.2.pom 下载
ndarrays-2.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.hakkelt</groupId>
  <artifactId>ndarrays</artifactId>
  <version>2.2.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.hakkelt:ndarrays:2.2.2'
Gradle Kotlin
implementation("io.github.hakkelt:ndarrays:2.2.2")
Scala SBT
libraryDependencies += "io.github.hakkelt" % "ndarrays" % "2.2.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hakkelt', module='ndarrays', version='2.2.2')
)
Apache Ivy
<dependency org="io.github.hakkelt" name="ndarrays" rev="2.2.2" />
Leiningen
[io.github.hakkelt/ndarrays "2.2.2"]
Apache Buildr
'io.github.hakkelt:ndarrays:jar:2.2.2'