JuliaIntervals / IntervalLinearAlgebra.jl

Linear algebra done rigorously
MIT License
36 stars 9 forks source link

`solve` with iterative solvers should allow initial enclosure as optional parameter #46

Closed lucaferranti closed 3 years ago

lucaferranti commented 3 years ago
function solve(A, b, X=enclose(A, b), solver::AbstractIterativeSolver, precondition=_default_precondition(A, b))
   ......