Download equation-0.28.jar file - Jar e

Jar examples for e:equation

Description

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

You can download jar file equation 0.28 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add equation-0.28.jar to your project.

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

Download

Click the following link to download the jar file.

equation-0.28-javadoc.jar
equation-0.28-sources.jar
equation-0.28.jar
equation-0.28.pom



Related Tutorials