Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mph- committed Nov 6, 2023
1 parent 03af488 commit 05d5a09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lcapy/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ def f(x): return expr(x).rewrite(*args, **hints).sympy
return self.applyfunc(f)

def simplify(self):
# The SymPy method does the simplification in-place. It does
# not return anything.

return self.applyfunc(simplify)

Expand Down

0 comments on commit 05d5a09

Please sign in to comment.