| License | License | 
|---|---|
| GroupId | GroupIdcom.github.rwl | 
| ArtifactId | ArtifactIdAMDJ | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionAMDJ A set of routines for ordering a sparse matrix prior to Cholesky factorization. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| AMDJ-1.0.1.pom | |
| AMDJ-1.0.1.jar | 28 KB | 
| AMDJ-1.0.1-sources.jar | 41 KB | 
| AMDJ-1.0.1-javadoc.jar | 97 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.rwl/AMDJ/ -->
<dependency>
    <groupId>com.github.rwl</groupId>
    <artifactId>AMDJ</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.rwl/AMDJ/
implementation 'com.github.rwl:AMDJ:1.0.1'// https://jarcasting.com/artifacts/com.github.rwl/AMDJ/
implementation ("com.github.rwl:AMDJ:1.0.1")'com.github.rwl:AMDJ:jar:1.0.1'<dependency org="com.github.rwl" name="AMDJ" rev="1.0.1">
  <artifact name="AMDJ" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.rwl', module='AMDJ', version='1.0.1')
)libraryDependencies += "com.github.rwl" % "AMDJ" % "1.0.1"[com.github.rwl/AMDJ "1.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.2 |