Download ejml-ddense-0.31.jar file - Jar e

Jar examples for e:ejml-ddense

Description

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

You can download jar file ejml-ddense 0.31 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ejml-ddense-0.31.jar to your project.

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

Download

Click the following link to download the jar file.

ejml-ddense-0.31-javadoc.jar
ejml-ddense-0.31-sources.jar
ejml-ddense-0.31.jar
ejml-ddense-0.31.pom



Related Tutorials