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

Docs update #24

Merged
merged 2 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Publications_and_Presentations/MPArray.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,9 @@ A new paper exploits most of the package. I use the examples in that paper for C
- (KEL23a) C. T. Kelley, [__Newton's method in three precisions__](https://arxiv.org/abs/2307.16051) To appear in Pacific Journal of Optimization.
- This paper has a [repo](https://github.com/ctkelley/N3Presults) for reproducing the results with an early version of this package.

I just submitted a paper about interprecison transfers.
I just submitted a paper about interprecison transfers and used MulitPrecisionArrays.jl for the computations.

- (Kel24a) C. T. Kelley, [__Interprecision transfers in iterative refinement__](https://github.com/ctkelley/MultiPrecisionArrays.jl/blob/main/Publications_and_Presentations/IR_Note.pdf)
- (Kel24a) C. T. Kelley, [__Interprecision transfers in iterative refinement__](https://arxiv.org/pdf/2407.00827)


## __Interprecision transfers__:
Expand All @@ -347,7 +347,7 @@ Most users of this package can ignore this issue.

- [Interprecision Transfers in Iterative Refinement: Making Half Precision on Desktops Less Painful](Publications_and_Presentations/MPArrays_XSDK-MULTIPRECISION_June_15.pdf).

I have a new paper on this. See ref (Kel 24a) [__Interprecision transfers in iterative refinement__](https://github.com/ctkelley/MultiPrecisionArrays.jl/blob/main/Publications_and_Presentations/IR_Note.pdf)
Also see ref (Kel 24a) [__Interprecision transfers in iterative refinement__](https://arxiv.org/pdf/2407.00827)

## Other IR in Julia

Expand Down
2 changes: 1 addition & 1 deletion docs/src/MPArray.bib
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ @misc{ctk:irnote
year = 2024,
archivePrefix={arXiv},
primaryClass={math.NA},
eprint={submit/5701252},
eprint={2407.00827},
note="submitted for publication"
}