Skip to content

nickfraser/remez-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An implementation of the Remez algorithm in Scala.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages