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

Add LU decomposition. #23

Merged
merged 2 commits into from
Apr 9, 2014
Merged

Add LU decomposition. #23

merged 2 commits into from
Apr 9, 2014

Conversation

haosdent
Copy link
Contributor

@haosdent haosdent commented Apr 8, 2014

As it mentioned in EJML javadoc, this LU originally came from Jama.

@haosdent
Copy link
Contributor Author

haosdent commented Apr 8, 2014

Should we use a better name instead of AltLU?

mikera added a commit that referenced this pull request Apr 9, 2014
@mikera mikera merged commit 5c1f5f5 into mikera:develop Apr 9, 2014
@mikera
Copy link
Owner

mikera commented Apr 9, 2014

Looks good, thanks!

Any chance you can add a couple more test cases at some point, particularly ones that cover corner cases / special exceptions etc? I'm a little nervous about these kind of algorithms because it's always possible to create results that look right but have some errors.....

@mikera
Copy link
Owner

mikera commented Apr 9, 2014

May do a bit of renaming....

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

Successfully merging this pull request may close these issues.

2 participants