commons-math-interpolation

WebJar for commons-math-interpolation

License

License

Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

github-com-arichnad-commons-math-interpolation-typescript
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

commons-math-interpolation
WebJar for commons-math-interpolation
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/arichnad/commons-math-interpolation-typescript

Download github-com-arichnad-commons-math-interpolation-typescript

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-arichnad-commons-math-interpolation-typescript/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-arichnad-commons-math-interpolation-typescript</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-arichnad-commons-math-interpolation-typescript/
implementation 'org.webjars.bower:github-com-arichnad-commons-math-interpolation-typescript:0.0.1'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-arichnad-commons-math-interpolation-typescript/
implementation ("org.webjars.bower:github-com-arichnad-commons-math-interpolation-typescript:0.0.1")
'org.webjars.bower:github-com-arichnad-commons-math-interpolation-typescript:jar:0.0.1'
<dependency org="org.webjars.bower" name="github-com-arichnad-commons-math-interpolation-typescript" rev="0.0.1">
  <artifact name="github-com-arichnad-commons-math-interpolation-typescript" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-arichnad-commons-math-interpolation-typescript', version='0.0.1')
)
libraryDependencies += "org.webjars.bower" % "github-com-arichnad-commons-math-interpolation-typescript" % "0.0.1"
[org.webjars.bower/github-com-arichnad-commons-math-interpolation-typescript "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

This is a TypeScript version of some interpolation Java classes of the Apache Commons Math library. It currently contains the following main classes and related classes and interfaces:

  • AkimaSplineInterpolator
  • SplineInterpolator
  • LinearInterpolator

The source code has been manually translated from Java to Typescript. Unneeded class methods have been omitted.

Copyright 2016 Christian d'Heureuse, Inventec Informatik AG, Zurich, Switzerland www.source-code.biz, www.inventec.ch/chdh


Copyright 2001-2016 The Apache Software Foundation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


  • to build I used npm install && node_modules/.bin/tsc --declaration ApacheCommonsMathInterpolation.ts && node_modules/.bin/uglifyjs ApacheCommonsMathInterpolation.js >ApacheCommonsMathInterpolation.min.js

Versions

Version
0.0.1