Skip to content

Commit 7f92bf6

Browse files
committed
typo
1 parent a0bfe9f commit 7f92bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/tensor/rewriting/linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ def rewrite_inv_to_triangular_solve(fgraph, node):
11071107
"""
11081108
This rewrite takes advantage of the fact that the inverse of a triangular
11091109
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.
1110+
matrix by using a triangular inv instead of a general matrix inverse.
11111111
"""
11121112

11131113
A = node.inputs[0]

0 commit comments

Comments
 (0)