Skip to content

Commit 5d75737

Browse files
committed
fix thomas to follow the new view type abstraction, update test
1 parent 4adee34 commit 5d75737

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyzag/chunktime.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,9 @@ def __init__(self, A, B, *args, **kwargs):
336336
raise TypeError("B must implement BlockViewOps.")
337337

338338
def matvec(self, v):
339+
"""
340+
call thomas_solve
341+
"""
339342
return thomas_solve(self.A, self.B, v)
340343

341344

0 commit comments

Comments
 (0)