License |
License |
---|---|
GroupId | GroupIdcom.github.rwl |
ArtifactId | ArtifactIdBTFJ |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBTFJ
Permutes an unsymmetric matrix (square or rectangular) into its block upper triangular form.
|
Project URL |
Project URL |
Filename | Size |
---|---|
BTFJ-1.0.1.pom | |
BTFJ-1.0.1.jar | 8 KB |
BTFJ-1.0.1-sources.jar | 18 KB |
BTFJ-1.0.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rwl/BTFJ/ -->
<dependency>
<groupId>com.github.rwl</groupId>
<artifactId>BTFJ</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rwl/BTFJ/
implementation 'com.github.rwl:BTFJ:1.0.1'
// https://jarcasting.com/artifacts/com.github.rwl/BTFJ/
implementation ("com.github.rwl:BTFJ:1.0.1")
'com.github.rwl:BTFJ:jar:1.0.1'
<dependency org="com.github.rwl" name="BTFJ" rev="1.0.1">
<artifact name="BTFJ" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rwl', module='BTFJ', version='1.0.1')
)
libraryDependencies += "com.github.rwl" % "BTFJ" % "1.0.1"
[com.github.rwl/BTFJ "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |