.coveragerc
.flake8
.gitignore
.isort.cfg
.markdownlint.yaml
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
GEMINI.md
LICENSE
LICENSE.txt
README.md
_config.yml
ellipsoid-method-for-convex-optimization.svg
environment.yml
mypy.ini
notes.md
oryx-build-commands.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/jekyll-gh-pages.yml
.github/workflows/multi-platforms.yml
.github/workflows/python-app.yml
.github/workflows/python-publish.yml
.github/workflows/pythonapp.yml
benches/test_bm_example1.py
benches/test_bm_lmi.py
benches/test_bm_lowpass.py
benches/test_bm_profit.py
benches/test_bm_quasicvx.py
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
experiment/lowpass
experiment/power_iteration.py
requirements/README.md
requirements/default.txt
requirements/doc.txt
requirements/extras.txt
requirements/test.txt
src/ellalgo/__init__.py
src/ellalgo/conjugate_gradient.py
src/ellalgo/cutting_plane.py
src/ellalgo/ell.py
src/ellalgo/ell1d.tpy
src/ellalgo/ell_calc.py
src/ellalgo/ell_calc.tpy
src/ellalgo/ell_calc_core.py
src/ellalgo/ell_config.py
src/ellalgo/ell_stable.py
src/ellalgo/ell_typing.py
src/ellalgo/skeleton.py
src/ellalgo.egg-info/PKG-INFO
src/ellalgo.egg-info/SOURCES.txt
src/ellalgo.egg-info/dependency_links.txt
src/ellalgo.egg-info/not-zip-safe
src/ellalgo.egg-info/requires.txt
src/ellalgo.egg-info/top_level.txt
src/ellalgo/oracles/ldlt_mgr.py
src/ellalgo/oracles/lmi0_oracle.py
src/ellalgo/oracles/lmi2_oracle.tpy
src/ellalgo/oracles/lmi3_oracle.tpy
src/ellalgo/oracles/lmi_old_oracle.py
src/ellalgo/oracles/lmi_oracle.py
src/ellalgo/oracles/lowpass_oracle.py
src/ellalgo/oracles/profit_oracle.py
tests/conftest.py
tests/test_chol.py
tests/test_conjugate_gradient.py
tests/test_cutting_plane.py
tests/test_ell.py
tests/test_ell_calc.py
tests/test_ell_calc_core.py
tests/test_ell_more.py
tests/test_ell_stable.py
tests/test_example1.py
tests/test_example2.py
tests/test_example3.py
tests/test_lmi.py
tests/test_lowpass.py
tests/test_profit.py
tests/test_quasicvx.py
tests/test_quasicvx2.py
tests/test_quasicvx_stable.tpy
tests/test_skeleton.py
tests/oracles/test_lmi0_oracle.py