rluce / tlcomp

Computing with Toeplitz and Toeplitz-like matrices in Matlab
MIT License
1 stars 0 forks source link

Reduce dependency on drsolve #26

Open rluce opened 3 years ago

rluce commented 3 years ago

We could easily reduce the dependency on drsolve to a minimum by using "just" the main function clsolve. The basic FFT based pre- and post transformations could be done by us. Some funcionality of these (nroots1, ttimes) is already implemented in other forms and can be refactored.