rluce / tlcomp

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

Let constructor of TLMat accept ToepMat #9

Open rluce opened 7 years ago

rluce commented 7 years ago

To generate a TLMat from a given ToepMat T, one has to write

TLMat(T.c, T.r)

but it would be much nicer to simply write

TLMat(T).