GithubHelp home page GithubHelp logo

staticbeagle / etk4j Goto Github PK

View Code? Open in Web Editor NEW
28.0 3.0 2.0 960 KB

Engineering Toolkit for Java

License: MIT License

Java 100.00%
cubic-splines analog-filter linear-algebra math calculus numerical-methods butterworth-filter chebyshev-filter elliptic-filter transfer-function

etk4j's Introduction

ETK4J

Engineering Toolkit for Java

The purpose of this project is to create a library that can be used to prototype solutions to engineering problems. One of the main goals of the library is to be a 100% in Java. Some algorithms in the library are not state-of-the-art, but they should be good enough in terms of accuracy and speed for many applications.

The linear algebra part of the library is based on Jama. The main difference between Jama and this project is that the internal representation of the data was changed from a 2d array of doubles to a 1d array of doubles and the values are accessed using an offset. Other matrix methods were added as well.

The library also uses code translated from SciPy and NumPy. Please see SciPy.

Last but not least, this project includes code that was translated from numal, and also from Math.NET please see Math.NET.

Some parts of the library do not follow Java naming conventions and the main reason for this is to align with the more familiar Matlab and SciPy syntax. Arrays are mainly used throughout the library in order to use native doubles but the use of Lists is encouraged.

There's a set of examples that show how to use some classes contained in the library. The examples can be found in:

src/main/java

Requirements


JDK 1.8+

etk4j's People

Contributors

dependabot[bot] avatar mjw99 avatar staticbeagle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

etk4j's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.