Download linalg_2.11-2.1.0.jar file - Jar l

Jar examples for l:linalg-2.11

Description

This is a scala library of algebraic vectors and matrices consisting of numerical elements (all standard types are supported, some via implicit numeric object) and with arbitrary index ranges.

You can download jar file linalg_2.11 2.1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add linalg_2.11-2.1.0.jar to your project.

<dependency>
   <groupId>de.h2b.scala.lib.math</groupId>
   <artifactId>linalg_2.11</artifactId>
   <version>2.1.0</version>
</dependency>
compile group: 'de.h2b.scala.lib.math', name: 'linalg_2.11', version: '2.1.0'
libraryDependencies += "de.h2b.scala.lib.math" % "linalg_2.11" % "2.1.0"
<dependency org="de.h2b.scala.lib.math" name="linalg_2.11" rev="2.1.0"/>
@Grapes(@Grab(group='de.h2b.scala.lib.math', module='linalg_2.11', version='2.1.0'))
'de.h2b.scala.lib.math:linalg_2.11:jar:2.1.0'

Download

Click the following link to download the jar file.

linalg_2.11-2.1.0-javadoc.jar
linalg_2.11-2.1.0-sources.jar
linalg_2.11-2.1.0.jar
linalg_2.11-2.1.0.pom



Related Tutorials