We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bfe9f commit 7f92bf6Copy full SHA for 7f92bf6
pytensor/tensor/rewriting/linalg.py
@@ -1107,7 +1107,7 @@ def rewrite_inv_to_triangular_solve(fgraph, node):
1107
"""
1108
This rewrite takes advantage of the fact that the inverse of a triangular
1109
matrix can be computed more efficiently than the inverse of a general
1110
- matrix by using a triangular solve instead of a general matrix inverse.
+ matrix by using a triangular inv instead of a general matrix inverse.
1111
1112
1113
A = node.inputs[0]
0 commit comments