Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 741 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 741 Bytes

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.