From f4816d1adb0af8268dd6b0ec4c9758c5091f509d Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@ufz.de> Date: Thu, 6 Dec 2012 11:02:06 +0100 Subject: [PATCH] remove getMatEntry() from ISystemOfLinearEquations because it's useless --- .../SystemOfLinearEquations/ISystemOfLinearEquations.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.h b/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.h index 2192f0f8215..eaf0cf36521 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.h +++ b/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.h @@ -67,15 +67,6 @@ public: /// return dimension of this equation virtual std::size_t getDimension() const = 0; - /** - * get an entry in a matrix - * - * @param rowId - * @param colId - * @return value - */ - virtual double getMatEntry(std::size_t rowId, std::size_t colId) const = 0; - /** * set an entry in a matrix * -- GitLab