Skip to content

Commit

Permalink
Latest works
Browse files Browse the repository at this point in the history
  • Loading branch information
orkolorko committed May 6, 2024
1 parent 62a9c7f commit bd55f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 1 addition & 7 deletions docs/src/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ @Book{Higham1996
year = {1996},
isbn = {0-89871-355-2},
doi = {10.1137/1.9780898718027},
file = {:zbMATH00846277 - Accuracy and Stability of Numerical Algorithms_ Second Edition.pdf:PDF},
file = {:Higham1996 - Accuracy and Stability of Numerical Algorithms_ Second Edition.pdf:PDF},
keywords = {65Fxx,15-04,65-02,65G50},
language = {English},
zbl = {0847.65010},
zbmath = {846277},
}

@Article{Rump1999,
Expand All @@ -32,7 +29,6 @@ @Article{Rump2011
volume = {51},
doi = {10.1007/s10543-010-0294-0},
file = {:Rump2011 - Verified Bounds for Singular Values, in Particular For the spectral Norm of a Matrix and Its Inverse.pdf:PDF},
url = {https://doi.org/10.1007/s10543-010-0294-0},
}

@Article{Miyajima2012,
Expand Down Expand Up @@ -75,8 +71,6 @@ @Article{Miyajima2014

@Comment{jabref-meta: databaseType:bibtex;}

@Comment{jabref-meta: fileDirectory:/home/isaia/Coding/BallArithmetic_Literature;}

@Comment{jabref-meta: keypatterndefault:[authEtAl][year];}

@Comment{jabref-meta: saveOrderConfig:specified;year;false;author;false;title;false;citationkey;false;}
2 changes: 2 additions & 0 deletions ext/IntervalArithmeticExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ function BallArithmetic.BallMatrix(x::Matrix{IntervalArithmetic.Interval{Float64
return BallMatrix(C, R)
end

#TODO: add

"""
Construct a BallMatrix from a matrix of Complex{Interval{Float64}}, remark
that the radius may be bigger, to ensure mathematical consistency, i.e.,
Expand Down

0 comments on commit bd55f8f

Please sign in to comment.