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

Added function to compute Diagonal*F.Q' and faster methods for other variants. #41248

Merged
merged 16 commits into from
Jun 18, 2021

Commits on Jun 16, 2021

  1. added function.

    ArunS-tack committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    5259712 View commit details
    Browse the repository at this point in the history
  2. added test case.

    ArunS-tack committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    d92c146 View commit details
    Browse the repository at this point in the history
  3. Update qr.jl

    ArunS-tack committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    3a348b6 View commit details
    Browse the repository at this point in the history
  4. removed white spaces.

    ArunS-tack committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    6ed21b5 View commit details
    Browse the repository at this point in the history
  5. removed white spaces

    ArunS-tack committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    958279b View commit details
    Browse the repository at this point in the history
  6. Update qr.jl

    ArunS-tack committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    bf5c9c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Update diagonal.jl

    ArunS-tack committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    8678398 View commit details
    Browse the repository at this point in the history
  2. Update qr.jl

    ArunS-tack committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    bd6f306 View commit details
    Browse the repository at this point in the history
  3. Update special.jl

    ArunS-tack committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    4d7335c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48525de View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

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

    Co-authored-by: Daniel Karrasch <[email protected]>
    ArunS-tack and dkarrasch committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    d4c4cd7 View commit details
    Browse the repository at this point in the history
  2. Update stdlib/LinearAlgebra/src/special.jl

    Co-authored-by: Daniel Karrasch <[email protected]>
    ArunS-tack and dkarrasch committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    cc7fca7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed9caa2 View commit details
    Browse the repository at this point in the history
  4. testcases for BiTriSym.

    ArunS-tack committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    f4c3a7d View commit details
    Browse the repository at this point in the history
  5. Update stdlib/LinearAlgebra/test/special.jl

    Co-authored-by: Daniel Karrasch <[email protected]>
    ArunS-tack and dkarrasch committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    3f98e5a View commit details
    Browse the repository at this point in the history
  6. Update stdlib/LinearAlgebra/test/qr.jl

    Co-authored-by: Daniel Karrasch <[email protected]>
    ArunS-tack and dkarrasch committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    be45c69 View commit details
    Browse the repository at this point in the history