PARTONS/NumA++  
Numerical Analysis C++ routines
NumA::NewtonMD Member List

This is the complete list of members for NumA::NewtonMD, including all inherited members.

getLinMethod() constNumA::NewtonMD
getN() constNumA::NewtonMD
iterate(const VectorD &X0, const VectorD &G_X0, const MatrixD &J_G_X0)NumA::NewtonMD
m_linMethodNumA::NewtonMDprivate
m_NNumA::NewtonMDprivate
NewtonMD(int N=1, LinAlgUtils::Method linMethod=LinAlgUtils::ColQR)NumA::NewtonMD
setLinMethod(LinAlgUtils::Method linMethod)NumA::NewtonMD
setN(int n)NumA::NewtonMD
solve(OBJ *object, FUNC G, const std::vector< double > &funcParameters, VectorD X0, JACOB J_G=0, const double absTolerance=1.e-4, const double relTolerance=1.e-4, const size_t maxIteration=50)NumA::NewtonMDinline
~NewtonMD()NumA::NewtonMDvirtual