Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimised operations for triangular matrices #31

Open
mikera opened this issue Apr 20, 2014 · 0 comments
Open

Optimised operations for triangular matrices #31

mikera opened this issue Apr 20, 2014 · 0 comments

Comments

@mikera
Copy link
Owner

mikera commented Apr 20, 2014

We now have optimised classes for triangular matrices - UpperTriangularMatrix and LowerTriangularMatrix.

These classes allow for more efficient implementations of many operations. We should probably aim to achieve improved performance (better than regular dense matrices) for at least all of the following:

  • inner product
  • determinant (done)
  • inverse
  • transpose
  • addition to array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant