-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ __This package is nowhere close to ready for registration or release. It's publi | |
|
||
__Please do not make PRs. If you stumble on this mess and have questions/ideas ..., raise an issue or email me at [email protected]__ | ||
|
||
__The half precision lu is much faster with this realease. Look at _src/Factorizations/hlu_ to see the hack job I did to [generic_lu](https://github.com/JuliaLang/julia/blob/master/stdlib/LinearAlgebra/src/lu.jl).__ | ||
|
||
Nothing is in final form and I am changing the API, internal structures, exported functions/structs and all kinds of other stuff frequently. When/if I register this and announce it, then it will be time for complaints and offers to collaborate. | ||
|
||
This is the start of a package to support multiprecision arrays. This is for my own research right now. | ||
|