Skip to content

Implement special code paths for triangular toeplitz matrices #19

@rluce

Description

@rluce

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions