is not current version
Last Version 11.2.7

de.gsi.math:chartfx-math 11.1.0

A small set of math routines that can operate directly on the DataSet primitive for fitting, computing spectra, linear algebra, FIR/IIR filtering, and other functionalities common to signal processing.

GroupId

GroupId

de.gsi.math
ArtifactId

ArtifactId

chartfx-math
Version

Version

11.1.0
Type

Type

jar

Download chartfx-math 11.1.0


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