Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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