Download parallelcolt-0.10.0.jar file - Jar p

Jar examples for p:parallelcolt

Description

Parallel Colt is a multithreaded version of Colt - a library for high performance scientific computing in Java. It contains efficient algorithms for data analysis, linear algebra, multi-dimensional arrays, Fourier transforms, statistics and histogramming.

You can download jar file parallelcolt 0.10.0 in this page.

License

CERN Public License

Build File

You can use the following script to add parallelcolt-0.10.0.jar to your project.

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

Download

Click the following link to download the jar file.

parallelcolt-0.10.0-javadoc.jar
parallelcolt-0.10.0-sources.jar
parallelcolt-0.10.0.jar
parallelcolt-0.10.0.pom



Related Tutorials