The theme will be on lattice reduction, including:
Polynomial approximations are often used when implementing functions on a computing system. In most cases, the polynomial that best approximates (for a given distance and in a given interval) a function has coefficients that are not exactly representable with a finite number of bits. And yet, the polynomial approximations that are actually implemented do have coefficients that are represented with a finite - and sometimes small - number of bits: this is due to the finiteness of the floating-point representations (for software implementations), and to the need to have small, hence fast and/or inexpensive, multipliers (for hardware implementations). We then have to consider polynomial approximations for which the degree-i coefficient has at most mi fractional bits: in other words, it is a rational number with denominator 2mi. We provide one general method, based on linear programming, for finding the best polynomial approximation under this constraint and another method, fast and efficient, based on lattice reduction, that gives a very good approximant under this constraint. Moreover, our methods also apply if some other constraints (such as requiring some coefficients to be equal to some predefined constants, or minimizing relative error instead of absolute error) are required.
This is a joint work with Sylvain Chevillard, Jean-Michel Muller and Serge Torres.