Download mtj-0.9.14.jar file - Jar m

Jar examples for m:mtj

Description

A comprehensive collection of matrix data structures, linear solvers, least squares methods, eigenvalue, and singular value decompositions. Forked from: https://github.com/fommil/matrix-toolkits-java and added support for eigenvalue computation of general matrices

You can download jar file mtj 0.9.14 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add mtj-0.9.14.jar to your project.

<dependency>
   <groupId>com.googlecode.matrix-toolkits-java</groupId>
   <artifactId>mtj</artifactId>
   <version>0.9.14</version>
</dependency>
compile group: 'com.googlecode.matrix-toolkits-java', name: 'mtj', version: '0.9.14'
libraryDependencies += "com.googlecode.matrix-toolkits-java" % "mtj" % "0.9.14"
<dependency org="com.googlecode.matrix-toolkits-java" name="mtj" rev="0.9.14"/>
@Grapes(@Grab(group='com.googlecode.matrix-toolkits-java', module='mtj', version='0.9.14'))
'com.googlecode.matrix-toolkits-java:mtj:jar:0.9.14'

Download

Click the following link to download the jar file.

mtj-0.9.14-javadoc.jar
mtj-0.9.14-sources.jar
mtj-0.9.14.jar
mtj-0.9.14.pom



Related Tutorials