vkostyukov / la4j

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

Added function Matrix.hadmardPower() for issue #302. #305

Closed Oliver-Loeffler closed 1 year 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 .

Build file was updated in order to achieve tests running with JDK7, 8 and 11. JDK10 removed.