Index
A
|
B
|
C
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
A
assess_bs() (ellalgo.cutting_plane.BSearchAdaptor method)
(ellalgo.ell_typing.OracleBS method)
assess_feas() (ellalgo.ell_typing.OracleFeas method)
(ellalgo.oracles.lmi0_oracle.LMI0Oracle method)
(ellalgo.oracles.lmi_old_oracle.LMIOldOracle method)
(ellalgo.oracles.lmi_oracle.LMIOracle method)
(ellalgo.oracles.lowpass_oracle.LowpassOracle method)
(ellalgo.oracles.profit_oracle.ProfitOracle method)
assess_optim() (ellalgo.ell_typing.OracleOptim method)
(ellalgo.oracles.lowpass_oracle.LowpassOracle method)
(ellalgo.oracles.profit_oracle.ProfitOracle method)
(ellalgo.oracles.profit_oracle.ProfitRbOracle method)
assess_optim_q() (ellalgo.ell_typing.OracleOptimQ method)
(ellalgo.oracles.profit_oracle.ProfitQOracle method)
B
bsearch() (in module ellalgo.cutting_plane)
BSearchAdaptor (class in ellalgo.cutting_plane)
C
calc_bias_cut() (ellalgo.ell_calc.EllCalc method)
(ellalgo.ell_calc_core.EllCalcCore method)
calc_bias_cut_fast() (ellalgo.ell_calc_core.EllCalcCore method)
calc_bias_cut_q() (ellalgo.ell_calc.EllCalc method)
calc_central_cut() (ellalgo.ell_calc_core.EllCalcCore method)
calc_parallel() (ellalgo.ell_calc.EllCalc method)
calc_parallel_bias_cut() (ellalgo.ell_calc_core.EllCalcCore method)
calc_parallel_bias_cut_fast() (ellalgo.ell_calc_core.EllCalcCore method)
calc_parallel_bias_cut_old() (ellalgo.ell_calc_core.EllCalcCore method)
calc_parallel_central_cut() (ellalgo.ell_calc_core.EllCalcCore method)
calc_parallel_central_cut_old() (ellalgo.ell_calc_core.EllCalcCore method)
calc_parallel_q() (ellalgo.ell_calc.EllCalc method)
calc_single_or_parallel() (ellalgo.ell_calc.EllCalc method)
calc_single_or_parallel_central_cut() (ellalgo.ell_calc.EllCalc method)
calc_single_or_parallel_q() (ellalgo.ell_calc.EllCalc method)
conjugate_gradient() (in module ellalgo.conjugate_gradient)
create_lowpass_case() (in module ellalgo.oracles.lowpass_oracle)
CutStatus (class in ellalgo.ell_config)
cutting_plane_feas() (in module ellalgo.cutting_plane)
cutting_plane_optim() (in module ellalgo.cutting_plane)
cutting_plane_optim_q() (in module ellalgo.cutting_plane)
E
elasticities (ellalgo.oracles.profit_oracle.ProfitOracle attribute)
Ell (class in ellalgo.ell)
ellalgo
module
ellalgo.conjugate_gradient
module
ellalgo.cutting_plane
module
ellalgo.ell
module
ellalgo.ell_calc
module
ellalgo.ell_calc_core
module
ellalgo.ell_config
module
ellalgo.ell_stable
module
ellalgo.ell_typing
module
ellalgo.oracles
module
ellalgo.oracles.ldlt_mgr
module
ellalgo.oracles.lmi0_oracle
module
ellalgo.oracles.lmi_old_oracle
module
ellalgo.oracles.lmi_oracle
module
ellalgo.oracles.lowpass_oracle
module
ellalgo.oracles.profit_oracle
module
ellalgo.skeleton
module
EllCalc (class in ellalgo.ell_calc)
EllCalcCore (class in ellalgo.ell_calc_core)
EllStable (class in ellalgo.ell_stable)
F
factor() (ellalgo.oracles.ldlt_mgr.LDLTMgr method)
factor_with_allow_semidefinite() (ellalgo.oracles.ldlt_mgr.LDLTMgr method)
factorize() (ellalgo.oracles.ldlt_mgr.LDLTMgr method)
fib() (in module ellalgo.skeleton)
fn1() (ellalgo.oracles.profit_oracle.ProfitOracle method)
fn2() (ellalgo.oracles.profit_oracle.ProfitOracle method)
G
grad1() (ellalgo.oracles.profit_oracle.ProfitOracle method)
grad2() (ellalgo.oracles.profit_oracle.ProfitOracle method)
H
helper (ellalgo.ell.Ell attribute)
(ellalgo.ell_calc.EllCalc attribute)
(ellalgo.ell_stable.EllStable attribute)
I
idx (ellalgo.oracles.profit_oracle.ProfitOracle attribute)
idx1 (ellalgo.oracles.lowpass_oracle.LowpassOracle attribute)
is_spd() (ellalgo.oracles.ldlt_mgr.LDLTMgr method)
L
LDLTMgr (class in ellalgo.oracles.ldlt_mgr)
LMI0Oracle (class in ellalgo.oracles.lmi0_oracle)
LMIOldOracle (class in ellalgo.oracles.lmi_old_oracle)
LMIOracle (class in ellalgo.oracles.lmi_oracle)
log_Cobb (ellalgo.oracles.profit_oracle.ProfitOracle attribute)
log_k (ellalgo.oracles.profit_oracle.ProfitOracle attribute)
log_pA (ellalgo.oracles.profit_oracle.ProfitOracle attribute)
LowpassOracle (class in ellalgo.oracles.lowpass_oracle)
M
main() (in module ellalgo.skeleton)
max_iters (ellalgo.ell_config.Options attribute)
module
ellalgo
ellalgo.conjugate_gradient
ellalgo.cutting_plane
ellalgo.ell
ellalgo.ell_calc
ellalgo.ell_calc_core
ellalgo.ell_config
ellalgo.ell_stable
ellalgo.ell_typing
ellalgo.oracles
ellalgo.oracles.ldlt_mgr
ellalgo.oracles.lmi0_oracle
ellalgo.oracles.lmi_old_oracle
ellalgo.oracles.lmi_oracle
ellalgo.oracles.lowpass_oracle
ellalgo.oracles.profit_oracle
ellalgo.skeleton
N
no_defer_trick (ellalgo.ell.Ell attribute)
(ellalgo.ell_stable.EllStable attribute)
NoEffect (ellalgo.ell_config.CutStatus attribute)
NoSoln (ellalgo.ell_config.CutStatus attribute)
O
Options (class in ellalgo.ell_config)
OracleBS (class in ellalgo.ell_typing)
OracleFeas (class in ellalgo.ell_typing)
OracleFeas2 (class in ellalgo.ell_typing)
OracleOptim (class in ellalgo.ell_typing)
OracleOptimQ (class in ellalgo.ell_typing)
P
parse_args() (in module ellalgo.skeleton)
pos (ellalgo.oracles.ldlt_mgr.LDLTMgr attribute)
price_out (ellalgo.oracles.profit_oracle.ProfitOracle attribute)
ProfitOracle (class in ellalgo.oracles.profit_oracle)
ProfitQOracle (class in ellalgo.oracles.profit_oracle)
ProfitRbOracle (class in ellalgo.oracles.profit_oracle)
Q
q (ellalgo.oracles.profit_oracle.ProfitOracle attribute)
R
run() (in module ellalgo.skeleton)
S
SearchSpace (class in ellalgo.ell_typing)
SearchSpace2 (class in ellalgo.ell_typing)
SearchSpaceQ (class in ellalgo.ell_typing)
set_xc() (ellalgo.ell.Ell method)
(ellalgo.ell_stable.EllStable method)
(ellalgo.ell_typing.SearchSpace2 method)
setup_logging() (in module ellalgo.skeleton)
sqrt() (ellalgo.oracles.ldlt_mgr.LDLTMgr method)
Success (ellalgo.ell_config.CutStatus attribute)
sym_quad() (ellalgo.oracles.ldlt_mgr.LDLTMgr method)
T
tolerance (ellalgo.ell_config.Options attribute)
tsq() (ellalgo.ell.Ell method)
(ellalgo.ell_stable.EllStable method)
(ellalgo.ell_typing.SearchSpace method)
(ellalgo.ell_typing.SearchSpaceQ method)
U
Unknown (ellalgo.ell_config.CutStatus attribute)
update() (ellalgo.ell_typing.OracleFeas2 method)
update_bias_cut() (ellalgo.ell.Ell method)
(ellalgo.ell_stable.EllStable method)
(ellalgo.ell_typing.SearchSpace method)
update_central_cut() (ellalgo.ell.Ell method)
(ellalgo.ell_stable.EllStable method)
(ellalgo.ell_typing.SearchSpace method)
update_q() (ellalgo.ell.Ell method)
(ellalgo.ell_stable.EllStable method)
(ellalgo.ell_typing.SearchSpaceQ method)
use_parallel_cut (ellalgo.ell_calc.EllCalc attribute)
V
vx (ellalgo.oracles.profit_oracle.ProfitOracle attribute)
W
wit (ellalgo.oracles.ldlt_mgr.LDLTMgr attribute)
witness() (ellalgo.oracles.ldlt_mgr.LDLTMgr method)
X
x_best (ellalgo.cutting_plane.BSearchAdaptor property)
xc() (ellalgo.ell.Ell method)
(ellalgo.ell_stable.EllStable method)
(ellalgo.ell_typing.SearchSpace method)
(ellalgo.ell_typing.SearchSpaceQ method)
Y
yd (ellalgo.oracles.profit_oracle.ProfitQOracle attribute)
ellalgo
Navigation
Overview
Contributions & Help
License
Authors
Changelog
Module Reference
Related Topics
Documentation overview