MatrixSolver NewtonRaphson

This commit is contained in:
Aik-Siong Koh
2023-05-20 17:55:13 -06:00
parent c147f2a33d
commit 6a577c052c
168 changed files with 2429 additions and 325 deletions

View File

@@ -30,7 +30,7 @@ const std::string& Variable::getName() const
return name;
}
double MbD::Variable::getValue()
double Variable::getValue()
{
return value;
}