You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
0 commit comments