License |
License |
---|---|
GroupId | GroupIdorg.tensorics |
ArtifactId | ArtifactIdtensorics-core |
Version | Version0.0.76 |
Type | Typejar |
Description |
Descriptionorg.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 |
Filename | Size |
---|---|
tensorics-core-0.0.76.pom | |
tensorics-core-0.0.76.jar | 594 KB |
tensorics-core-0.0.76-sources.jar | 521 KB |
tensorics-core-0.0.76-javadoc.jar | 2 MB |
Browse |
<!-- 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"]
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 |