c

core-lapack

Java APIs for the BLAS and LAPACK Fortran libraries as translated through F2J.
http://f2j.sourceforge.net
The BSD License
Keith Seymour Dave Doolin Jack Dongarra
Files download
File Operation
core-lapack-0.1.jar download
core-lapack-0.1.pom download
core-lapack-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rwl</groupId>
  <artifactId>core-lapack</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.rwl:core-lapack:0.1'
Gradle Kotlin
implementation("com.github.rwl:core-lapack:0.1")
Scala SBT
libraryDependencies += "com.github.rwl" % "core-lapack" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rwl', module='core-lapack', version='0.1')
)
Apache Ivy
<dependency org="com.github.rwl" name="core-lapack" rev="0.1" />
Leiningen
[com.github.rwl/core-lapack "0.1"]
Apache Buildr
'com.github.rwl:core-lapack:jar:0.1'
Dependencies
The project has no third-party dependencies