pygradflow
pygradflow
Index
Index
_
|
A
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
S
|
V
_
__init__() (pygradflow.controller.Controller method)
(pygradflow.controller.ControllerSettings method)
(pygradflow.controller.LogController method)
(pygradflow.deriv_check.DerivError method)
(pygradflow.display.ActiveSetColumn method)
(pygradflow.display.AttrColumn method)
(pygradflow.display.Column method)
(pygradflow.display.FilterColumn method)
(pygradflow.display.StepTypeColumn method)
(pygradflow.eval.EvalError method)
(pygradflow.eval.Evaluator method)
(pygradflow.eval.ValidatingEvaluator method)
(pygradflow.implicit_func.ImplicitFunc method)
(pygradflow.implicit_func.ScaledImplicitFunc method)
(pygradflow.implicit_func.StepFunc method)
(pygradflow.newton.ActiveSetNewtonMethod method)
(pygradflow.newton.FixedActiveSetNewtonMethod method)
(pygradflow.newton.FullNewtonMethod method)
(pygradflow.newton.GlobalizedNewtonMethod method)
(pygradflow.newton.NewtonMethod method)
(pygradflow.newton.SimplifiedNewtonMethod method)
(pygradflow.params.Params method)
(pygradflow.penalty.ConstantPenalty method)
(pygradflow.penalty.DualEquilibration method)
(pygradflow.penalty.DualNormUpdate method)
(pygradflow.penalty.LagrangianPenaltyFilter method)
(pygradflow.penalty.ObjectivePenaltyFilter method)
(pygradflow.penalty.ParetoDecrease method)
(pygradflow.penalty.PenaltyFilter method)
(pygradflow.penalty.PenaltyStrategy method)
(pygradflow.problem.Problem method)
(pygradflow.solver.Solver method)
(pygradflow.step.cond_estimate.ConditionEstimator method)
(pygradflow.step.step_control.StepController method)
A
ActiveSet (pygradflow.params.NewtonType attribute)
ActiveSetColumn (class in pygradflow.display)
ActiveSetNewtonMethod (class in pygradflow.newton)
ActiveSetType (class in pygradflow.params)
Asymmetric (pygradflow.params.StepSolverType attribute)
AttrColumn (class in pygradflow.display)
C
CheckFirst (pygradflow.params.DerivCheck attribute)
CheckSecond (pygradflow.params.DerivCheck attribute)
Cholesky (pygradflow.params.LinearSolverType attribute)
Column (class in pygradflow.display)
Component (class in pygradflow.eval)
compute_active_set_box() (pygradflow.implicit_func.StepFunc method)
compute_step() (pygradflow.step.step_control.StepController method)
ConditionEstimator (class in pygradflow.step.cond_estimate)
cons() (pygradflow.problem.Problem method)
cons_jac() (pygradflow.problem.Problem method)
ConstantPenalty (class in pygradflow.penalty)
Controller (class in pygradflow.controller)
ControllerSettings (class in pygradflow.controller)
Custom (pygradflow.params.ScalingType attribute)
D
DerivCheck (class in pygradflow.params)
DerivError
Double (pygradflow.params.Precision attribute)
DualEquilibration (class in pygradflow.penalty)
DualNormUpdate (class in pygradflow.penalty)
E
EvalError
Evaluator (class in pygradflow.eval)
Extended (pygradflow.params.StepSolverType attribute)
F
FilterColumn (class in pygradflow.display)
FixedActiveSetNewtonMethod (class in pygradflow.newton)
Full (pygradflow.params.NewtonType attribute)
FullNewtonMethod (class in pygradflow.newton)
G
Globalized (pygradflow.params.NewtonType attribute)
GlobalizedNewtonMethod (class in pygradflow.newton)
GMRES (pygradflow.params.LinearSolverType attribute)
GradJac (pygradflow.params.ScalingType attribute)
I
ImplicitFunc (class in pygradflow.implicit_func)
K
KKT (pygradflow.params.ScalingType attribute)
L
lag_hess() (pygradflow.problem.Problem method)
LagrangianPenaltyFilter (class in pygradflow.penalty)
LinearSolverType (class in pygradflow.params)
LogController (class in pygradflow.controller)
LU (pygradflow.params.LinearSolverType attribute)
M
MA57 (pygradflow.params.LinearSolverType attribute)
MINRES (pygradflow.params.LinearSolverType attribute)
module
pygradflow
,
[1]
pygradflow.active_set
pygradflow.controller
pygradflow.deriv_check
pygradflow.display
pygradflow.eval
pygradflow.implicit_func
pygradflow.iterate
pygradflow.log
pygradflow.newton
pygradflow.params
pygradflow.penalty
pygradflow.problem
pygradflow.solver
pygradflow.step
pygradflow.step.cond_estimate
pygradflow.step.linear_solver
pygradflow.step.step_control
pygradflow.util
MUMPS (pygradflow.params.LinearSolverType attribute)
N
NewtonMethod (class in pygradflow.newton)
NewtonType (class in pygradflow.params)
NoCheck (pygradflow.params.DerivCheck attribute)
Nominal (pygradflow.params.ScalingType attribute)
NoScaling (pygradflow.params.ScalingType attribute)
num_vars (pygradflow.problem.Problem property)
O
obj() (pygradflow.problem.Problem method)
obj_grad() (pygradflow.problem.Problem method)
ObjectivePenaltyFilter (class in pygradflow.penalty)
P
Params (class in pygradflow.params)
ParetoDecrease (class in pygradflow.penalty)
PenaltyFilter (class in pygradflow.penalty)
PenaltyStrategy (class in pygradflow.penalty)
PenaltyUpdate (class in pygradflow.params)
Precision (class in pygradflow.params)
Problem (class in pygradflow.problem)
pygradflow
module
,
[1]
pygradflow.active_set
module
pygradflow.controller
module
pygradflow.deriv_check
module
pygradflow.display
module
pygradflow.eval
module
pygradflow.implicit_func
module
pygradflow.iterate
module
pygradflow.log
module
pygradflow.newton
module
pygradflow.params
module
pygradflow.penalty
module
pygradflow.problem
module
pygradflow.solver
module
pygradflow.step
module
pygradflow.step.cond_estimate
module
pygradflow.step.linear_solver
module
pygradflow.step.step_control
module
pygradflow.util
module
S
ScaledImplicitFunc (class in pygradflow.implicit_func)
ScalingType (class in pygradflow.params)
SimpleEvaluator (class in pygradflow.eval)
Simplified (pygradflow.params.NewtonType attribute)
SimplifiedNewtonMethod (class in pygradflow.newton)
Single (pygradflow.params.Precision attribute)
solve() (pygradflow.solver.Solver method)
Solver (class in pygradflow.solver)
SSIDS (pygradflow.params.LinearSolverType attribute)
Standard (pygradflow.params.StepSolverType attribute)
StepController (class in pygradflow.step.step_control)
StepControlType (class in pygradflow.params)
StepFunc (class in pygradflow.implicit_func)
StepSolverType (class in pygradflow.params)
StepTypeColumn (class in pygradflow.display)
Symmetric (pygradflow.params.StepSolverType attribute)
V
ValidatingEvaluator (class in pygradflow.eval)
var_bounded (pygradflow.problem.Problem property)