Download vectorz-0.41.2.jar file - Jar v

Jar examples for v:vectorz

Description

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

You can download jar file vectorz 0.41.2 in this page.

License

GNU Lesser General Public License (LGPL)

Build File

You can use the following script to add vectorz-0.41.2.jar to your project.

<dependency>
   <groupId>net.mikera</groupId>
   <artifactId>vectorz</artifactId>
   <version>0.41.2</version>
</dependency>
compile group: 'net.mikera', name: 'vectorz', version: '0.41.2'
libraryDependencies += "net.mikera" % "vectorz" % "0.41.2"
<dependency org="net.mikera" name="vectorz" rev="0.41.2"/>
@Grapes(@Grab(group='net.mikera', module='vectorz', version='0.41.2'))
'net.mikera:vectorz:jar:0.41.2'

Download

Click the following link to download the jar file.

vectorz-0.41.2-javadoc.jar
vectorz-0.41.2-sources.jar
vectorz-0.41.2.jar
vectorz-0.41.2.pom



Related Tutorials