Skip to content
Snippets Groups Projects
Commit 338caefd authored by Matthew Webster's avatar Matthew Webster
Browse files

fixes for header

parent d2b9866d
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
#include <cmath>
#include "newmatap.h"
#include "string"
using namespace NEWMAT;
......@@ -28,7 +29,7 @@ float optimise1d(ColumnVector &pt, const ColumnVector dir,
float optimise(ColumnVector &pt, int numopt, const ColumnVector &tol,
float (*func)(const ColumnVector &), int &iterations_done,
int max_iter, const ColumnVector& boundguess,
const string type="brent");
const std::string type="brent");
}
......
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