summaryrefslogtreecommitdiff
path: root/basegfx/source/workbench/gauss.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/workbench/gauss.hxx')
-rw-r--r--basegfx/source/workbench/gauss.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/basegfx/source/workbench/gauss.hxx b/basegfx/source/workbench/gauss.hxx
index 160fe31522ad..b6a784cbfc6c 100644
--- a/basegfx/source/workbench/gauss.hxx
+++ b/basegfx/source/workbench/gauss.hxx
@@ -83,7 +83,6 @@ bool eliminate( Matrix& matrix,
return true;
}
-
/** Retrieve solution vector of linear system by substituting backwards.
This operation _relies_ on the previous successful
@@ -130,7 +129,6 @@ bool substitute( const Matrix& matrix,
return true;
}
-
/** This method determines solution of given linear system, if any
This is a wrapper for eliminate and substitute, given matrix must