License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIddev.ludovic.netlib |
ArtifactId | ArtifactIdblas |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionImplementation of the Netlib APIs in Java using hardware acceleration.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
blas-2.2.1.pom | |
blas-2.2.1.jar | 163 KB |
blas-2.2.1-sources.jar | 47 KB |
blas-2.2.1-javadoc.jar | 215 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.ludovic.netlib/blas/ -->
<dependency>
<groupId>dev.ludovic.netlib</groupId>
<artifactId>blas</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.ludovic.netlib/blas/
implementation 'dev.ludovic.netlib:blas:2.2.1'
// https://jarcasting.com/artifacts/dev.ludovic.netlib/blas/
implementation ("dev.ludovic.netlib:blas:2.2.1")
'dev.ludovic.netlib:blas:jar:2.2.1'
<dependency org="dev.ludovic.netlib" name="blas" rev="2.2.1">
<artifact name="blas" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.ludovic.netlib', module='blas', version='2.2.1')
)
libraryDependencies += "dev.ludovic.netlib" % "blas" % "2.2.1"
[dev.ludovic.netlib/blas "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.f2j : arpack_combined_all | jar | 0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.5.2 |