Dunshire 0.1.3 documentation
Index
Contents
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
P
|
R
|
S
|
T
|
V
A
A() (SymmetricLinearGame method)
ABS_TOL (in module dunshire.options)
append_col() (in module dunshire.matrices)
append_row() (in module dunshire.matrices)
AppendColTest (class in test.matrices_test)
AppendRowTest (class in test.matrices_test)
assert_lyapunov_works() (SymmetricLinearGameTest method)
assert_opposite_game_works() (SymmetricLinearGameTest method)
assert_orthogonality() (SymmetricLinearGameTest method)
assert_player1_start_valid() (SymmetricLinearGameTest method)
assert_player2_start_valid() (SymmetricLinearGameTest method)
assert_scaling_works() (SymmetricLinearGameTest method)
assert_solutions_dont_change() (SymmetricLinearGameTest method)
assert_translation_works() (SymmetricLinearGameTest method)
assert_within_tol() (SymmetricLinearGameTest method)
B
b() (SymmetricLinearGame static method)
ball_radius() (IceCream method)
(NonnegativeOrthant method)
(SymmetricCone method)
build_suite() (in module test)
C
C() (SymmetricLinearGame method)
c() (SymmetricLinearGame method)
CartesianProduct (class in dunshire.cones)
condition() (SymmetricLinearGame method)
condition_number() (in module dunshire.matrices)
ConditionNumberTest (class in test.matrices_test)
cvxopt_dims() (CartesianProduct method)
D
DEBUG_FLOAT_FORMAT (in module dunshire.options)
dimension() (SymmetricCone method)
(SymmetricLinearGame method)
dual() (SymmetricLinearGame method)
dunshire.cones
module
dunshire.errors
module
dunshire.games
module
dunshire.matrices
module
dunshire.options
module
E
e1() (SymmetricLinearGame method)
e2() (SymmetricLinearGame method)
eigenvalues() (in module dunshire.matrices)
eigenvalues_re() (in module dunshire.matrices)
EigenvaluesRealPartTest (class in test.matrices_test)
EigenvaluesTest (class in test.matrices_test)
F
factors() (CartesianProduct method)
FLOAT_FORMAT (in module dunshire.options)
G
G() (SymmetricLinearGame method)
game_value() (Solution method)
GameUnsolvableException
H
h() (SymmetricLinearGame method)
I
IceCream (class in dunshire.cones)
identity() (in module dunshire.matrices)
inner_product() (in module dunshire.matrices)
InnerProductTest (class in test.matrices_test)
K
K() (SymmetricLinearGame method)
L
L() (SymmetricLinearGame method)
M
MAX_COND (in module test.randomgen)
module
dunshire.cones
dunshire.errors
dunshire.games
dunshire.matrices
dunshire.options
test
test.matrices_test
test.randomgen
test.symmetric_linear_game_test
N
NonnegativeOrthant (class in dunshire.cones)
norm() (in module dunshire.matrices)
NormTest (class in test.matrices_test)
P
payoff() (SymmetricLinearGame method)
player1_optimal() (Solution method)
player1_start() (SymmetricLinearGame method)
player2_optimal() (Solution method)
player2_start() (SymmetricLinearGame method)
PoorScalingException
R
random_diagonal_matrix() (in module test.randomgen)
random_game() (in module test.randomgen)
random_icecream_game() (in module test.randomgen)
random_ll_game() (in module test.randomgen)
random_ll_icecream_game() (in module test.randomgen)
random_ll_orthant_game() (in module test.randomgen)
random_lyapunov_like_icecream() (in module test.randomgen)
random_matrix() (in module test.randomgen)
RANDOM_MAX (in module test.randomgen)
random_natural() (in module test.randomgen)
random_nn_scalar() (in module test.randomgen)
random_nn_scaling() (in module test.randomgen)
random_nonnegative_matrix() (in module test.randomgen)
random_orthant_game() (in module test.randomgen)
random_positive_orthant_game() (in module test.randomgen)
random_scalar() (in module test.randomgen)
random_skew_symmetric_matrix() (in module test.randomgen)
random_translation() (in module test.randomgen)
run_suite() (in module test)
S
Solution (class in dunshire.games)
solution() (SymmetricLinearGame method)
specnorm() (in module dunshire.matrices)
SymmetricCone (class in dunshire.cones)
SymmetricLinearGame (class in dunshire.games)
SymmetricLinearGameTest (class in test.symmetric_linear_game_test)
SymmetricPSD (class in dunshire.cones)
T
test
module
test.matrices_test
module
test.randomgen
module
test.symmetric_linear_game_test
module
test_condition_lower_bound() (SymmetricLinearGameTest method)
test_condition_number_ge_one() (ConditionNumberTest method)
test_eigenvalues_input_not_clobbered() (EigenvaluesTest method)
test_eigenvalues_of_identity() (EigenvaluesTest method)
test_eigenvalues_of_symmat_are_real() (EigenvaluesTest method)
test_eigenvalues_re_input_not_clobbered() (EigenvaluesRealPartTest method)
test_eigenvalues_re_of_identity() (EigenvaluesRealPartTest method)
test_inner_product_with_self_is_norm_squared() (InnerProductTest method)
test_lyapunov_icecream() (SymmetricLinearGameTest method)
test_lyapunov_orthant() (SymmetricLinearGameTest method)
test_new_dimensions() (AppendColTest method)
(AppendRowTest method)
test_norm_is_nonnegative() (NormTest method)
test_opposite_game_icecream() (SymmetricLinearGameTest method)
test_opposite_game_orthant() (SymmetricLinearGameTest method)
test_orthogonality_icecream() (SymmetricLinearGameTest method)
test_orthogonality_orthant() (SymmetricLinearGameTest method)
test_player1_start_valid_icecream() (SymmetricLinearGameTest method)
test_player1_start_valid_orthant() (SymmetricLinearGameTest method)
test_player2_start_valid_icecream() (SymmetricLinearGameTest method)
test_player2_start_valid_orthant() (SymmetricLinearGameTest method)
test_positive_operator_value() (SymmetricLinearGameTest method)
test_scaling_icecream() (SymmetricLinearGameTest method)
test_scaling_orthant() (SymmetricLinearGameTest method)
test_solutions_dont_change_icecream() (SymmetricLinearGameTest method)
test_solutions_dont_change_orthant() (SymmetricLinearGameTest method)
test_translation_icecream() (SymmetricLinearGameTest method)
test_translation_orthant() (SymmetricLinearGameTest method)
tolerance_scale() (SymmetricLinearGame method)
V
vec() (in module dunshire.matrices)
Contents