-
Notifications
You must be signed in to change notification settings - Fork 240
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
Document additional Matrix Row Operations and add their Columnar counterparts #461
Comments
Hi @Aweptimum, Thank you for your interest in improving MathPHP. When you say not documented, are you referring to the main README on the Github main project page, or in some PHPDoc comments in the code? Thanks, |
Just the main README. The doc blocks are perfectly fleshed out. |
Thanks. I've updated the README in the I think it makes sense to add corresponding column methods. If you would like to work on this let me know. Otherwise, I'll put it on my to-do list. Thanks, |
The README has been fixed in the latest version v2.7.0. |
Should be easy enough, I could probably do it Monday Edit: I unfortunately do not have the time today :/ |
While working on #459, I noticed that there's a
NumericMatrix->rowAddScalar()
method that isn't documented and that there is no matchingcolumnAddScalar
. Should this be rectified? I couldn't find an issue referencing their implementation.Edit: Noticed there's also
rowSubtract
androwSubtractScalar
The text was updated successfully, but these errors were encountered: