License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.f2j |
ArtifactId | ArtifactIdarpack_combined_all |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFortran to Java ARPACK
Java APIs for the BLAS, LAPACK, and ARPACK Fortran libraries as translated through F2J.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
arpack_combined_all-0.1.pom | |
arpack_combined_all-0.1.jar | 1 MB |
arpack_combined_all-0.1-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.f2j/arpack_combined_all/ -->
<dependency>
<groupId>net.sourceforge.f2j</groupId>
<artifactId>arpack_combined_all</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.f2j/arpack_combined_all/
implementation 'net.sourceforge.f2j:arpack_combined_all:0.1'
// https://jarcasting.com/artifacts/net.sourceforge.f2j/arpack_combined_all/
implementation ("net.sourceforge.f2j:arpack_combined_all:0.1")
'net.sourceforge.f2j:arpack_combined_all:jar:0.1'
<dependency org="net.sourceforge.f2j" name="arpack_combined_all" rev="0.1">
<artifact name="arpack_combined_all" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.f2j', module='arpack_combined_all', version='0.1')
)
libraryDependencies += "net.sourceforge.f2j" % "arpack_combined_all" % "0.1"
[net.sourceforge.f2j/arpack_combined_all "0.1"]