Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xlab/minmaxgd-java
My effort to port the original MinMaxGD library from C++ to Java. Part of coursework 2012.
https://github.com/xlab/minmaxgd-java
Last synced: about 1 month ago
JSON representation
My effort to port the original MinMaxGD library from C++ to Java. Part of coursework 2012.
- Host: GitHub
- URL: https://github.com/xlab/minmaxgd-java
- Owner: xlab
- Created: 2012-07-01T19:06:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-02T17:57:50.000Z (over 11 years ago)
- Last Synced: 2024-04-16T00:14:29.438Z (7 months ago)
- Language: Java
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Abstract
My effort to port the [original MinMaxGD library] from **C++** to **Java**.
The port is uncomplete, the following parts were implemented:
* Monomials
* Polynomials
* Series
* Addition
* Multiplication
* Star operation
* Effective computation algorithms (canonization of series, etc)The following useful parts **were not implemented**:
* Matrices
* Everything that was connected with matrices in any way
* Residuation (L/R)
* etc...Experiment was to examine the performance, which has gone beyond. Java is too slow for that.
Or I were too stupid, LOL.### This is a part of my **coursework 2012**. Sucessfully used in this tool: [minmaxgd-grapher-java]
------------------
![Screenshot minmaxgd-grapher-java](http://cl.ly/HnKI/simple.png)
[original MinMaxGD library]: http://193.49.146.171/~hardouin/outils.html
[minmaxgd-grapher-java]: https://github.com/Xlab/minmaxgd-grapher-java