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

Support and as elementwise- and outer-product operators #35150

Merged
merged 8 commits into from
May 2, 2020

Commits on Apr 18, 2020

  1. Support and as elementwise- and tensor-product operators

    While we have broadcasting and `a*b'`, sometimes you need to pass
    an operator as an argument to a function. Since we already have `dot` or `⋅`
    for the inner product, these elementwise and tensor products fill out
    the space of possibilities.
    
    Note that adjoint/transpose are covectors, and so to prevent confusion
    calling `u ⊗ v'` is an error.
    timholy committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    deaa831 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Update stdlib/LinearAlgebra/src/LinearAlgebra.jl

    Co-Authored-By: simeonschaub <[email protected]>
    timholy and simeonschaub authored Apr 26, 2020
    Configuration menu
    Copy the full SHA
    2ad9931 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    timholy committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    0b94f15 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Update stdlib/LinearAlgebra/src/LinearAlgebra.jl

    Co-Authored-By: simeonschaub <[email protected]>
    timholy and simeonschaub authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    4d20e25 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    9e0b9ee View commit details
    Browse the repository at this point in the history
  2. Tweak docs and error messages

    timholy committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    71455c2 View commit details
    Browse the repository at this point in the history
  3. Make hadamard! recursive

    timholy committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    bc87680 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Back out recursive hadamard

    timholy committed May 1, 2020
    Configuration menu
    Copy the full SHA
    26f0d2a View commit details
    Browse the repository at this point in the history