Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaParallel/Elemental.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: JuliaParallel/Elemental.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 12 files changed
  • 5 contributors

Commits on May 28, 2020

  1. Update README.md

    ViralBShah authored May 28, 2020
    Configuration menu
    Copy the full SHA
    e1dd54c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ViralBShah authored May 28, 2020
    Configuration menu
    Copy the full SHA
    74e95e1 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ViralBShah authored May 28, 2020
    Configuration menu
    Copy the full SHA
    5ede229 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Update README.md

    ViralBShah authored May 29, 2020
    Configuration menu
    Copy the full SHA
    bd66f19 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Update README.md

    ViralBShah authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    1063763 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    52c873a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8308915 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    9807b28 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Expose common factorisations (#83)

    * qr and lq both work. lu doesnt
    
    * need to fix QRColPiv - will come back to it
    
    * lu fixed, cholesky started
    
    * non distributed cholesky, lu, qr and lq all pass
    
    * test distributed too
    
    * move helper functions into core
    
    * add convenience setindex! with warning if used with scalars
    
    * whitespace
    
    * add more convenience functions
    
    * qol functions with darray
    
    * not going to do pivoting this time
    
    * delete trailing whitespace
    
    * test/factor.jl wasnt designed to be run in loop
    
    * delete commented code from test/factor
    
    * delete calls to elemental library that were never needed
    
    * change indentation to 4 spaces as appears to be used already
    
    * AbstractArray -> Array
    
    * typeof -> isa, but potentially delete this one
    
    * error when setindex! with scalars
    
    * added type signatures to factorisation struct outer constructors
    
    * remove outdated comment
    
    * do not test functions with preprended _
    
    * clearer types to throw error on scalar setindex
    jwscook authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a3478e6 View commit details
    Browse the repository at this point in the history
Loading