is not current version
Last Version 11.2.7

de.gsi.math:chartfx-math 11.0.1

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.0.1
Type

Type

jar

Download chartfx-math 11.0.1


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