Download JKLU-1.0.0.jar file - Jar j

Jar examples for j:JKLU

Description

A sparse LU factorization algorithm suited to circuit simulation.

You can download jar file JKLU 1.0.0 in this page.

License

Gnu LGPL

Build File

You can use the following script to add JKLU-1.0.0.jar to your project.

<dependency>
   <groupId>com.github.rwl</groupId>
   <artifactId>JKLU</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.github.rwl', name: 'JKLU', version: '1.0.0'
libraryDependencies += "com.github.rwl" % "JKLU" % "1.0.0"
<dependency org="com.github.rwl" name="JKLU" rev="1.0.0"/>
@Grapes(@Grab(group='com.github.rwl', module='JKLU', version='1.0.0'))
'com.github.rwl:JKLU:jar:1.0.0'

Download

Click the following link to download the jar file.

JKLU-1.0.0-javadoc.jar
JKLU-1.0.0-sources.jar
JKLU-1.0.0.jar
JKLU-1.0.0.pom



Related Tutorials