Skip to content

Conversation

@PerformanceCoder
Copy link
Contributor

Adds optimized version of array multiplication. Currently, code similar to a1*a2*a3*a4 will use afoldl to evaluate product.

A PR was created to add C wrapper of array product (symengine/symengine#1880). If it will be merged, then this PR could also be merged.

@PerformanceCoder PerformanceCoder marked this pull request as ready for review February 4, 2022 12:24
Typo in error description
Added additional test
@isuruf isuruf closed this Jun 3, 2022
@isuruf isuruf reopened this Jun 3, 2022
@isuruf isuruf merged commit 273c4a0 into symengine:master Jun 3, 2022
@isuruf
Copy link
Member

isuruf commented Jun 3, 2022

Thanks

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