Installation

>> mex rdft.c rdftNoTable.c
>> mex deflate.c
>> mex innerpart.c
>> mex winding.c

If you do not, the factorization and phase unwrapping programs will still work for random coefficient polynomials using the corresponding m-files, but factorization will be much slower. Also, nroots will not work unless winding.c is compiled.

The following are times on a 2.66 GHz computer. If the Mex files are compiled, the times to factor polynomials of degree 100, 500, and 1,000 are 0.09, 0.31, and 0.51 seconds. If they are not compiled, the times are .45, 9.53, and 35.67 seconds.