Skip to content

Conversation

@npriyadarshi
Copy link

@npriyadarshi npriyadarshi commented Mar 15, 2017

@MohawkJohn I have made some changes in the specs which was incorrectly done in #580 . Hope this one works. Replaces #581 #569 #444 #582 .

@translunar translunar self-requested a review March 21, 2017 18:17
# * *Raises* :
# - +DataTypeError+ -> cannot invert an integer matrix in-place.
# - +NotImplementedError+ -> cannot find exact inverse of matrix with size greater than 3 #
def invert_exact!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should probably alias this as invert_exactly! and name it exact_inverse! instead. invert_exact! is not a good name.

FYI, you can make these changes and then do a git commit -a --amend followed by a git push --force if you want to update the pull request instead of having to open a brand new one every time.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MohawkJohn I have made the changes you asked for.
and thank you for letting me know about those command. i will keep that in mind .

# - +ShapeError+ -> matrix must be square.
# - +NotImplementedError+ -> cannot find exact inverse of matrix with size greater than 3
#
def invert_exact
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See above comment.

@npriyadarshi
Copy link
Author

Is that all?

@translunar
Copy link
Member

translunar commented Mar 21, 2017 via email

@translunar translunar merged commit d545e7f into SciRuby:master Mar 22, 2017
@npriyadarshi npriyadarshi deleted the inv_ex branch April 2, 2017 21:27
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