From 7de8a14b3717c49b89692d9be93ae387b2f1420a Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 22 Jun 2022 13:49:11 +0200 Subject: [PATCH] Base: add Const attribute to MatrixPy::inverse() --- src/Base/MatrixPy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Base/MatrixPy.xml b/src/Base/MatrixPy.xml index 843a33e71dde..2b56f9f55d86 100644 --- a/src/Base/MatrixPy.xml +++ b/src/Base/MatrixPy.xml @@ -202,7 +202,7 @@ vector : Base.Vector Compute the inverse matrix in-place, if possible. - + inverse() -> Base.Matrix\n Compute the inverse matrix, if possible.