Skip to content
Snippets Groups Projects
Commit 107c368a authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

remove getMatEntry()

parent f4816d1a
No related branches found
No related tags found
No related merge requests found
......@@ -57,20 +57,12 @@ public:
*/
virtual void setOption(const boost::property_tree::ptree &option);
/// return the system dimension
virtual std::size_t getDimension() const { return _dim; };
/// reset this equation
virtual void setZero();
/// get entry in A
virtual double getMatEntry(std::size_t rowId, std::size_t colId) const
{
//TODO
return .0;
}
/// set entry in A
virtual void setMatEntry(std::size_t rowId, std::size_t colId, double v)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment