Elemental v0.6.0
The Elemental C++ library is now provided as a JLL package, so it no longer needs to be built from source when installing Elemental.jl.
Closed issues:
- Link to Elemental library points to nirvana (#50)
- README single processor svd example does not work (#56)
- README simple example with MPI doesn't work (#57)
- README TSVD example does not work (#58)
Merged pull requests:
- update libelemental to v0.87.7 v2 (#49) (@andreasnoack)
- support ridge regression and pulling from DistMatrix to Array (#51) (@AStupidBear)
- Use Elemental_jll (#54) (@christopher-dG)
- Switch from REQUIRE to Project (#55) (@andreasnoack)
- Fix TSVD example from README and test it (#59) (@andreasnoack)
- Fix serial SVD examples from README by update convert methods to (#60) (@andreasnoack)
- Fix return code in tests and fix tests (#62) (@andreasnoack)