/remez-scala

An implementation of the Remez algorithm in Scala.

Primary LanguageScala

Remez-Scala

This repository provides routines to calculate the Mini-max polynomial using the Remez algorithm.

It is heavily based on the MATLAB implementation by Sherif Tawfik (Cairo University).

Installation

There is no hosted version of this repository. The easiest way to install is using sbt's publishing capability.

This can be done as follows:

  1. Clone this repository
  2. Run sbt test, to confirm all of the tests pass
  3. Run sbt publishLocal+ to install

Using these library components in your project can then be done by adding an .sbt similar to this one.