-
Notifications
You must be signed in to change notification settings - Fork 108
Crout Decomposition #52
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
Conversation
|
Hi Yuriy @yuronew, Thank you for the contribution! I have few questions:
So, if yes, we need replace current implementation of Please, try to collect some performance data for this. |
changed determinant searching, now CroutDecompositor is used added Crout_DECOMPOSITOR instance to Matrices class added test case for CroutDecompositor
|
@yuronew, could you please remove "bin" and other files from pull-request? You can do it by changing the last commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be CROUT_DECOMPOSITOR.
|
I've came through the patch. Please, make sure that you use spaces instead of tabs. Configure your IDE and try to figure out why it doesn't look like the rest of la4j's code. Also, please follow the code convetion (by Oracle). There is no much spaces in you code. In statemens like: a.set(i,j,5+4) -> a.set(i, j, 5 + 4);Please, also follow my comments to improve your patch. |
changed determinant searching, now CroutDecompositor is used added Crout_DECOMPOSITOR instance to Matrices class added test case for CroutDecompositor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a compile error. This method no longer exsits.
|
Hi @yuronew, Just one thing. Please remove |
|
Hi @yuronew, There is still a failed test: Running org.la4j.decomposition.CroutDecompositorTest Please, run |
I want to try how merging works, and then push fresh version
|
Thanks Yuriy! |
my first pull request)