Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tanish1729 committed Aug 31, 2024
1 parent 40df71b commit 7df205b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytensor/tensor/rewriting/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def rewrite_diag_kronecker(fgraph, node):
@node_rewriter([slogdet])
def rewrite_slogdet_kronecker(fgraph, node):
"""
This rewrite simplifies the slogdet of a blockdiagonal matrix by extracting the individual sub matrices and returning the sign and logdet values computed using those
This rewrite simplifies the slogdet of a kronecker-structured matrix by extracting the individual sub matrices and returning the sign and logdet values computed using those
Parameters
----------
Expand Down

0 comments on commit 7df205b

Please sign in to comment.