is not current version
Last Version 1.2.1

hu.kazocsaba.math:matrix 1.1.0

A strongly-typed matrix package with basic linear algebra operations.

GroupId

GroupId

hu.kazocsaba.math
ArtifactId

ArtifactId

matrix
Version

Version

1.1.0
Type

Type

jar

Download matrix 1.1.0


<!-- https://jarcasting.com/artifacts/hu.kazocsaba.math/matrix/ -->
<dependency>
    <groupId>hu.kazocsaba.math</groupId>
    <artifactId>matrix</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/hu.kazocsaba.math/matrix/
implementation 'hu.kazocsaba.math:matrix:1.1.0'
// https://jarcasting.com/artifacts/hu.kazocsaba.math/matrix/
implementation ("hu.kazocsaba.math:matrix:1.1.0")
'hu.kazocsaba.math:matrix:jar:1.1.0'
<dependency org="hu.kazocsaba.math" name="matrix" rev="1.1.0">
  <artifact name="matrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.kazocsaba.math', module='matrix', version='1.1.0')
)
libraryDependencies += "hu.kazocsaba.math" % "matrix" % "1.1.0"
[hu.kazocsaba.math/matrix "1.1.0"]