Matrix

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

License

License

GroupId

GroupId

hu.kazocsaba.math
ArtifactId

ArtifactId

matrix
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/kazocsaba/matrix
Source Code Management

Source Code Management

https://github.com/kazocsaba/matrix.git

Download matrix

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.2.0
1.1.0
1.0.0