Jar examples for p:parallelcolt
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.
CERN Public License
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'
Click the following link to download the jar file.
parallelcolt-0.10.0-javadoc.jar