Skip to content

A prototype MATLAB implementation of the differential correction algorithm for best rational approximation

License

Notifications You must be signed in to change notification settings

sfilip/barycentricDC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

barycentricDC

Information

This folder contains an implementation of the differential correction algorithm for computing best rational approximations on a discrete set of points. The particularity of the code is the use of an adaptive barycentric representation for representing the rational approximations computed during executions. For more information, see [1].

The code is written in MATLAB and requires that CVX is also installed. The testing was done using the Mosek backend for CVX. If available, it can be set by using the command

cvx_solver Mosek

Licensing

The provided code is MIT licensed.

References

[1] S. Filip, Y. Nakatsukasa, L. N. Trefethen, B. Beckermann, Rational minimax approximation via adaptive barycentric representations, submitted, 2017.

About

A prototype MATLAB implementation of the differential correction algorithm for best rational approximation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages