rluce / tlcomp

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

Implement special code paths for triangular toeplitz matrices #19

Open rluce opened 7 years ago

rluce commented 7 years ago

It is trivial to detect wether a Toeplitz matrix is triangular. We should take advantage of this when

As an aside we should implement the functions istril and istriu and use them to dispatch the operations.