-
Notifications
You must be signed in to change notification settings - Fork 117
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
Feature/Add DMatrixRMaj#get2DData interface #194
Feature/Add DMatrixRMaj#get2DData interface #194
Conversation
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.
Couple of minor points. If you don't use IntelliJ I'll just do the formatting after it's merged.
looks like spotless needs to be run again too. See error message for details. Thanks. |
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.
LGTM
Can you squash your PR into a single commit? Otherwise looks good! |
never mind. Git let me do it. Thanks for the contribution. |
Thanks for the review. Will squash in the future. |
Thank you for your contribution to the EJML project.
This PR is for Feature Request #193.
DMatrixRMaj
can be converted from a double-dimensional array (a 2D arraydoulbe[][]
) in one of its constructors. But, not the other way around. This new interfaceDMatrixRMaj#get2DData
will makeDMatrixRMaj
easier to use.Before submitting this PR, please make sure:
./gradlew spotlessJavaApply