From 539f6340b5fc816b79f037f2f0bbb33c697c9c62 Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Wed, 14 Jul 2010 10:29:32 +0000 Subject: [PATCH] dg : gbr --- Numeric/fullMatrix.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Numeric/fullMatrix.cpp b/Numeric/fullMatrix.cpp index d6bc9400eb..c5924109c7 100644 --- a/Numeric/fullMatrix.cpp +++ b/Numeric/fullMatrix.cpp @@ -342,4 +342,6 @@ void fullMatrix<double>::registerBindings(binding *b) cm = cb->setConstructor<fullMatrix<double>,int,int>(); cm->setDescription ("A new matrix of size 'nRows' x 'nColumns'"); cm->setArgNames("nRows","nColumns",NULL); + cm = cb->addMethod("invertInPlace", &fullMatrix<double>::invertInPlace); + cm->setDescription("invert the matrix and return the determinant"); } -- GitLab