Download simple-0.29.jar file - Jar s

Jar examples for s:simple

Description

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

You can download jar file simple 0.29 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add simple-0.29.jar to your project.

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

Download

Click the following link to download the jar file.

simple-0.29-javadoc.jar
simple-0.29-sources.jar
simple-0.29.jar
simple-0.29.pom



Related Tutorials