.coveragerc
.flake8
.gitignore
.isort.cfg
.markdownlint.yaml
.pre-commit-config.yaml
.readthedocs.yml
AGENTS.md
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
GEMINI.md
LICENSE.txt
README.md
_config.yml
compare-py-cpp-rs.md
ellalgo-slides.html
ellalgo-slides.md
ellipsoid-method-for-convex-optimization.svg
environment.yml
mypy.ini
mypy_output.txt
notes.md
oryx-build-commands.txt
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.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.bak
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/figures_demo.rst
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
docs/examples/plot_ellipsoid_iterations.py
docs/examples/plot_lmi_feasibility.py
experiment/lowpass
experiment/lowpass.ipynb
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/py.typed
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/scm_file_list.json
src/ellalgo.egg-info/scm_version.json
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
src/ellalgo/oracles/spectral_fact.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_calc_property_based.py
tests/test_ell_more.py
tests/test_ell_property_based.py
tests/test_ell_stable.py
tests/test_ell_typing.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_profit_oracle_property_based.py
tests/test_quasicvx.py
tests/test_quasicvx2.py
tests/test_quasicvx_stable.tpy
tests/test_spectral_fact.py
tests/test_stress.py
tests/integration/__init__.py
tests/integration/test_cutting_plane_workflows.py
tests/oracles/test_lmi0_oracle.py