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

API addition: Matrix LU decomposition #29

Closed
mateogianolio opened this issue Apr 5, 2015 · 1 comment
Closed

API addition: Matrix LU decomposition #29

mateogianolio opened this issue Apr 5, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@mateogianolio
Copy link
Owner

This addition would help in solving linear equations, inverting matrices and computing matrix determinants, see http://en.wikipedia.org/wiki/LU_decomposition. I'm not yet sure if this is the most efficient algorithm, I'll have to do some more research.

@mateogianolio mateogianolio self-assigned this Apr 5, 2015
@mateogianolio mateogianolio added this to the 3.0.0 milestone Apr 5, 2015
@mateogianolio
Copy link
Owner Author

Assigning this to 3.0.0 for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant