Maven Repository - POM file for Library arpack_combined_all 0.1 0.1

Summary

Fortran to Java ARPACK.

Java APIs for the BLAS, LAPACK, and ARPACK Fortran libraries as translated through F2J..

Declaration

Here is the list of declaration for arpack_combined_all. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>net.sourceforge.f2j</groupId>
   <artifactId>arpack_combined_all</artifactId>
   <version>0.1</version>
</dependency>

If you think this Maven repository POM file listing for arpack_combined_all is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The BSD License
URL: http://www.opensource.org/licenses/bsd-license.php.





Packages

The following packages are defined in the arpack_combined_all-0.1.jar

org.j_paine.formatter
org.netlib.arpack
org.netlib.blas
org.netlib.err
org.netlib.lapack
org.netlib.util

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.sourceforge.f2j</groupId>
    <artifactId>arpack_combined_all</artifactId>
    <version>0.1</version>
    <name>Fortran to Java ARPACK</name>
    <description>Java APIs for the BLAS, LAPACK, and ARPACK Fortran libraries as translated through F2J.</description>
    <url>http://f2j.sourceforge.net</url>
    <licenses>
        <license>
            <name>The BSD License</name>
            <url>http://www.opensource.org/licenses/bsd-license.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>http://f2j.cvs.sourceforge.net/viewvc/f2j/</url>
        <connection>scm:cvs:pserver:anonymous@f2j.cvs.sourceforge.net:/cvsroot/f2j</connection>
    </scm>
    
    <dependencies>
    </dependencies>
</project>