Jar examples for m:mtj
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 1.0.1 in this page.
GNU Lesser General Public License
You can use the following script to add mtj-1.0.1.jar to your project.
<dependency> <groupId>com.googlecode.matrix-toolkits-java</groupId> <artifactId>mtj</artifactId> <version>1.0.1</version> </dependency>
compile group: 'com.googlecode.matrix-toolkits-java', name: 'mtj', version: '1.0.1'
libraryDependencies += "com.googlecode.matrix-toolkits-java" % "mtj" % "1.0.1"
<dependency org="com.googlecode.matrix-toolkits-java" name="mtj" rev="1.0.1"/>
@Grapes(@Grab(group='com.googlecode.matrix-toolkits-java', module='mtj', version='1.0.1'))
'com.googlecode.matrix-toolkits-java:mtj:jar:1.0.1'
Click the following link to download the jar file.
mtj-1.0.1-javadoc.jar