Home > remezapprox

remezapprox

Remezapprox is a project mainly written in C++, based on the BSL-1.0 license.

Remez approximation utility

remezapprox 0.0.1

Introduction

This is a utility program forked off the Boost.Math Minimax tool. The aim of the project is to support loading scriptable functions into the tool and create approximations for them.

License

The license used is the Boost license. Please see LICENSE.

Dependencies

Runtime

  • NTL

Build

  • Boost
  • CMake

Todo

  • Adding scripting language, possibly luajit either using native ffi or by using luabind.
  • Add more functions.
  • Add non-interactive mode.

Copyright (C) 2011 Tai Chi Minh Ralph Eastwood

Previous:OrdersNew