rluce / tlcomp

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

length(TL) is broken #22

Open rluce opened 6 years ago

rluce commented 6 years ago

For a TLMat objectTL , length(TL) should behave just like length(full(TL)), but currently it just returns 1, which doesn't make sense.