Skip to content
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

Possible solution for #302 - new function Matrix.hadmardPower() #304

Closed
wants to merge 5 commits into from
Closed

Possible solution for #302 - new function Matrix.hadmardPower() #304

wants to merge 5 commits into from

Conversation

Oliver-Loeffler
Copy link
Contributor

As Matrix.power(n) produces a true matrix power, for element wise powers the function Matrix.hadmardPower(n)was added.

This possibly helps to close #302 .

Oliver-Loeffler and others added 5 commits August 10, 2019 09:53
Fixes #288 #289 as provided by bramhaag - but runs tests with latest Travis config.
Oracle JDK 8 and 11, OpenJDK 7,8
As asked for in #302, there is now a new
function which uses the Hadmard product
to produce powers of n for each element
in a given matrix.

Implements / fixes #302.
@Oliver-Loeffler
Copy link
Contributor Author

I am closing that as it accidentially includes parts of #288 and #289.

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.

Matrix Power() is not working properly
1 participant