Skip to content

Make a distinction between forward and backward mmul - #47

Closed
treo wants to merge 1 commit into
uncomplicate:masterfrom
treo:patch-2
Closed

Make a distinction between forward and backward mmul#47
treo wants to merge 1 commit into
uncomplicate:masterfrom
treo:patch-2

Conversation

@treo

@treo treo commented Jun 29, 2018

Copy link
Copy Markdown

Your original version computes M = A(B(C(D(EF)))). This also adds M = ((((AB)C)D)E)F. Depending on the actual matrix sizes one is a lot faster than the other.

Your original version computes `M = A(B(C(D(EF))))`. This also adds `M = ((((AB)C)D)E)F`. Depending on the actual matrix sizes one is a lot faster than the other.
@blueberry

Copy link
Copy Markdown
Member

Thank you very much, Paul. I'll include this in the next round. I'll have to decline the PR since it slightly breaks the rest of the code, but I'll make sure I'll include it manually and it will be there in the next commit.

@blueberry blueberry closed this Jun 29, 2018
@Biserkov

Copy link
Copy Markdown

I'm glad that an explanation was found. I hope Dragan updates the post. But that does not undermine his larger point - that his library is easier to use, and does the right thing under the hood.

@blueberry

Copy link
Copy Markdown
Member

A response to this: https://dragan.rocks/articles/18/Neanderthal-vs-ND4J-vol3
Also, this change was added in the last commit: e09bede

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.

3 participants