9 #ifndef CT_MULTINEWTON_H
10 #define CT_MULTINEWTON_H
34 void step(doublereal* x, doublereal*
step,
38 doublereal
boundStep(
const doublereal* x0,
const doublereal* step0,
39 const OneDim& r,
int loglevel);
41 int dampStep(
const doublereal* x0,
const doublereal* step0,
42 doublereal* x1, doublereal* step1, doublereal& s1,
45 doublereal
norm2(
const doublereal* x,
const doublereal* step,
57 void resize(
size_t points);
64 std::vector<doublereal*> m_workarrays;
66 size_t m_nv, m_np, m_n;