Skip to content

Commit

Permalink
Base: add Const attribute to MatrixPy::inverse()
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 22, 2022
1 parent 9e2ee47 commit 7de8a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base/MatrixPy.xml
Expand Up @@ -202,7 +202,7 @@ vector : Base.Vector</UserDocu>
Compute the inverse matrix in-place, if possible.</UserDocu>
</Documentation>
</Methode>
<Methode Name="inverse">
<Methode Name="inverse" Const="true">
<Documentation><UserDocu>inverse() -> Base.Matrix\n
Compute the inverse matrix, if possible.</UserDocu>
</Documentation>
Expand Down

0 comments on commit 7de8a14

Please sign in to comment.