Download ejml-core-0.34.jar file - Jar e

Jar examples for e:ejml-core

Description

A fast and easy to use dense and sparse matrix linear algebra library written in Java.

You can download jar file ejml-core 0.34 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ejml-core-0.34.jar to your project.

<dependency>
   <groupId>org.ejml</groupId>
   <artifactId>ejml-core</artifactId>
   <version>0.34</version>
</dependency>
compile group: 'org.ejml', name: 'ejml-core', version: '0.34'
libraryDependencies += "org.ejml" % "ejml-core" % "0.34"
<dependency org="org.ejml" name="ejml-core" rev="0.34"/>
@Grapes(@Grab(group='org.ejml', module='ejml-core', version='0.34'))
'org.ejml:ejml-core:jar:0.34'

Download

Click the following link to download the jar file.

ejml-core-0.34-javadoc.jar
ejml-core-0.34-sources.jar
ejml-core-0.34.jar
ejml-core-0.34.pom



Related Tutorials