Skip to content
Snippets Groups Projects
Commit 539f6340 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

dg : gbr

parent 31d344a4
No related branches found
No related tags found
No related merge requests found
......@@ -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");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment