#include "VectorNewtonRaphson.h" void MbD::VectorNewtonRaphson::run() { //self preRun. //self initializeLocally. //self initializeGlobally. //self iterate. //self postRun. }