MatrixSolver NewtonRaphson
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
double MbD::Sum::getValue()
|
||||
double Sum::getValue()
|
||||
{
|
||||
double answer = 0.0;
|
||||
for (int i = 0; i < terms->size(); i++) answer += terms->at(i)->getValue();
|
||||
|
||||
Reference in New Issue
Block a user