Skip to content

Commit 287f3af

Browse files
committed
comments
1 parent 628f5cc commit 287f3af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/common.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ struct LinearCache{TA,Tb,Tu,Tp,Talg,Tc,Tl,Tr}
66
alg::Talg
77
cacheval::Tc # store alg cache here
88
isfresh::Bool # false => cacheval is set wrt A, true => update cacheval wrt A
9-
Pl::Tl # store final preconditioner here
10-
Pr::Tr
9+
#
10+
Pl::Tl # store final preconditioner here. not being used rn
11+
Pr::Tr # wrappers are using preconditioner in cache.alg for now
1112
end
1213

1314
function set_A(cache::LinearCache, A) # and ! to function name

0 commit comments

Comments
 (0)