is not current version
Last Version 0.67.0

net.mikera:vectorz 0.50.0

Fast double-precision vector and matrix maths library for Java, supporting N-dimensional numeric arrays.

Categories

Categories

Net
GroupId

GroupId

net.mikera
ArtifactId

ArtifactId

vectorz
Version

Version

0.50.0
Type

Type

jar

Download vectorz 0.50.0


<!-- https://jarcasting.com/artifacts/net.mikera/vectorz/ -->
<dependency>
    <groupId>net.mikera</groupId>
    <artifactId>vectorz</artifactId>
    <version>0.50.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.mikera/vectorz/
implementation 'net.mikera:vectorz:0.50.0'
// https://jarcasting.com/artifacts/net.mikera/vectorz/
implementation ("net.mikera:vectorz:0.50.0")
'net.mikera:vectorz:jar:0.50.0'
<dependency org="net.mikera" name="vectorz" rev="0.50.0">
  <artifact name="vectorz" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.mikera', module='vectorz', version='0.50.0')
)
libraryDependencies += "net.mikera" % "vectorz" % "0.50.0"
[net.mikera/vectorz "0.50.0"]