This is the complete list of members for Aristos::SQPAlgo, including all inherited members.
run(Vector &x, Vector &c, Vector &l, int &iter, int &iflag, Teuchos::ParameterList &parlist) | Aristos::SQPAlgo | |
runAcceptStep(Vector &x, const Vector &l, double f, const Vector &g, const Vector &c, const Vector &v, const Vector &w, double &delta, double &rho, double tol, int &iaccept) | Aristos::SQPAlgo | |
runAcceptStepInx(Vector &x, const Vector &l, double f, const Vector &g, const Vector &c, const Vector &v, Vector &w, double &delta, double &rho, bool addproj, double &projtol, double tol, int &iaccept) | Aristos::SQPAlgo | |
runDerivativeCheck(const Vector &x, const Vector &l, const Vector &dir) | Aristos::SQPAlgo | |
runMultiplierEst(const Vector &x, const Vector &g, Vector &l, double tol) | Aristos::SQPAlgo | |
runQuasiNormalStep(const Vector &x, const Vector &c, Vector &s, double delta, double tol) | Aristos::SQPAlgo | |
runTangentialStep(const Vector &x, const Vector &g, const Vector &v, const Vector &l, Vector &s, double delta, int cgitmax, double cgtol, double tol, int &cgiter, int &iflag) | Aristos::SQPAlgo | |
runTangentialStepInx(const Vector &x, const Vector &g, const Vector &v, const Vector &l, Vector &s, double delta, int cgitmax, double cgtol, double fixedtol, bool istolfixed, bool fullortho, bool orthocheck, bool fcdcheck, int &cgiter, int &iflag) | Aristos::SQPAlgo | |
SQPAlgo(DataPool &dat, Objective &obj, Constraints &constr, HessVec &hessvec, LagMult &lagmult, FeasStep &feasstep) (defined in Aristos::SQPAlgo) | Aristos::SQPAlgo |