License |
License
CERN Public License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.parallelcolt |
ArtifactId | ArtifactIdparallelcolt |
Last Version | Last Version0.10.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParallelColt
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
parallelcolt-0.10.1.pom | |
parallelcolt-0.10.1.jar | 4 MB |
parallelcolt-0.10.1-sources.jar | 2 MB |
parallelcolt-0.10.1-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.parallelcolt/parallelcolt/ -->
<dependency>
<groupId>net.sourceforge.parallelcolt</groupId>
<artifactId>parallelcolt</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.parallelcolt/parallelcolt/
implementation 'net.sourceforge.parallelcolt:parallelcolt:0.10.1'
// https://jarcasting.com/artifacts/net.sourceforge.parallelcolt/parallelcolt/
implementation ("net.sourceforge.parallelcolt:parallelcolt:0.10.1")
'net.sourceforge.parallelcolt:parallelcolt:jar:0.10.1'
<dependency org="net.sourceforge.parallelcolt" name="parallelcolt" rev="0.10.1">
<artifact name="parallelcolt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.parallelcolt', module='parallelcolt', version='0.10.1')
)
libraryDependencies += "net.sourceforge.parallelcolt" % "parallelcolt" % "0.10.1"
[net.sourceforge.parallelcolt/parallelcolt "0.10.1"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.jplasma : jplasma | jar | 1.2.0 |
net.sourceforge.jtransforms : jtransforms | jar | 2.4.0 |
net.sourceforge.csparsej : csparsej | jar | 1.1.1 |
net.sourceforge.parallelcolt : optimization | jar | 1.0 |
com.googlecode.netlib-java : netlib-java | jar | 0.9.3 |
com.github.rwl : JKLU | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |