rluce / tlcomp

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

Implement a Horner scheme for polyvalm(Toeplitz) #3

Open rluce opened 7 years ago

rluce commented 7 years ago

Polynomials of Topelitz matrices are currently computed by first gathering all necessary mononials, and then adding them up. A Horner scheme should have the same advantages as in the dense, unstructured matrix case.

This should be tested/confirmed, and then offered as an alternative in toeppolyvalm.m.