It is trivial to detect wether a Toeplitz matrix is triangular. We should take advantage of this when - T\b - det(T) - T*b As an aside we should implement the functions `istril` and `istriu` and use them to dispatch the operations.
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
istrilandistriuand use them to dispatch the operations.