vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
371 stars 109 forks source link

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

Closed Oliver-Loeffler closed 5 years ago

Oliver-Loeffler commented 5 years ago

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 commented 5 years ago

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