Skip to content

Commit

Permalink
fix outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vpuri3 committed Apr 18, 2022
1 parent b0cfb57 commit 042a288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ struct LinearCache{TA,Tb,Tu,Tp,Talg,Tc,Tl,Tr,Ttol}
alg::Talg
cacheval::Tc # store alg cache here
isfresh::Bool # false => cacheval is set wrt A, true => update cacheval wrt A
Pl::Tl # store final preconditioner here. not being used rn
Pr::Tr # wrappers are using preconditioner in cache.alg for now
Pl::Tl # preconditioners
Pr::Tr
abstol::Ttol
reltol::Ttol
maxiters::Int
Expand Down

0 comments on commit 042a288

Please sign in to comment.