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

Commits on Aug 10, 2019

  1. Fix for #288 #289 - tests with latest Travis setup

    Fixes #288 #289 as provided by bramhaag - but runs tests with latest Travis config.
    Oliver-Loeffler authored Aug 10, 2019
    Configuration menu
    Copy the full SHA
    4c3812d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5246983 View commit details
    Browse the repository at this point in the history
  3. Switched to Trusty to have JDK7,8 and 11 available

    Oracle JDK 8 and 11, OpenJDK 7,8
    Oliver-Loeffler authored Aug 10, 2019
    Configuration menu
    Copy the full SHA
    30693e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e724bf View commit details
    Browse the repository at this point in the history
  5. Added function hadamardPower(n) to Matrix.

    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 committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    bba6fbb View commit details
    Browse the repository at this point in the history