Last Version

org.tensorics:tensorics-core 0.0.76

Tensorics is a java framework which uses a tensor as a central object. A tensor represents a set of values placed in an N-dimensional space. Wherever you are tempted to use maps of maps, a tensor might be a good choice ;-) Tensorics provides methods to create, transform and performing calculations with those tensors.

License

License

GroupId

GroupId

org.tensorics
ArtifactId

ArtifactId

tensorics-core
Version

Version

0.0.76
Type

Type

jar
Description

Description

org.tensorics:tensorics-core
Tensorics is a java framework which uses a tensor as a central object. A tensor represents a set of values placed in an N-dimensional space. Wherever you are tempted to use maps of maps, a tensor might be a good choice ;-) Tensorics provides methods to create, transform and performing calculations with those tensors.
Source Code Management

Source Code Management

https://github.com/tensorics/tensorics-core.git

Download tensorics-core 0.0.76


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

Dependencies

compile (4)

Group / Artifact Type Version
org.jscience : jscience jar 4.3.1
com.google.guava : guava jar 29.0-jre
org.hamcrest : hamcrest-all jar 1.3
org.slf4j : slf4j-api jar 1.7.25

Project Modules

There are no modules declared in this project.