Open rluce opened 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.
istril
istriu
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
andistriu
and use them to dispatch the operations.