J

JKLU

A sparse LU factorization algorithm suited to circuit simulation.
http://github.com/rwl/JKLU
Gnu LGPL
Richard Lincoln
文件下载
文件名 操作
JKLU-1.0.0.jar 下载
JKLU-1.0.0.pom 下载
JKLU-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.rwl</groupId>
  <artifactId>JKLU</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.rwl:JKLU:1.0.0'
Gradle Kotlin
implementation("com.github.rwl:JKLU:1.0.0")
Scala SBT
libraryDependencies += "com.github.rwl" % "JKLU" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rwl', module='JKLU', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.rwl" name="JKLU" rev="1.0.0" />
Leiningen
[com.github.rwl/JKLU "1.0.0"]
Apache Buildr
'com.github.rwl:JKLU:jar:1.0.0'