.copier-answers.yml
.coveragerc
.gitattributes
.gitignore
.gitlab-ci.yml
.markdownlint.yml
.pre-commit-config.yaml
.pytest.ini
.ruff.toml
CHANGELOG.md
LICENSE.txt
README.md
mkdocs.yml
pyproject.toml
tox.ini
LICENSES/LGPLv3.txt
LICENSES/headers/BSD-0-Clause.txt
LICENSES/headers/CC-BY-SA-4.0.txt
LICENSES/headers/LGPL-3.0.txt
docs/changelog.md
docs/credits.md
docs/credits.md.jinja
docs/gallery_conf.py
docs/gen_credits.py
docs/gen_ref_nav.py
docs/index.md
docs/licenses.md
docs/references.bib
docs/examples/.gitignore
docs/images/.gitignore
docs/images/monogram.png
docs/javascripts/mathjax.js
docs/user_guide/index.md
requirements/check.in
requirements/check.txt
requirements/dist.txt
requirements/doc.txt
requirements/test-constraints.in
requirements/test-python3.10.txt
requirements/test-python3.11.txt
requirements/test-python3.12.txt
requirements/test-python3.8.txt
requirements/test-python3.9.txt
src/gemseo_matlab/__init__.py
src/gemseo_matlab/engine.py
src/gemseo_matlab/license_manager.py
src/gemseo_matlab/matlab_data_processor.py
src/gemseo_matlab/matlab_discipline.py
src/gemseo_matlab/matlab_parser.py
src/gemseo_matlab.egg-info/PKG-INFO
src/gemseo_matlab.egg-info/SOURCES.txt
src/gemseo_matlab.egg-info/dependency_links.txt
src/gemseo_matlab.egg-info/entry_points.txt
src/gemseo_matlab.egg-info/requires.txt
src/gemseo_matlab.egg-info/top_level.txt
src/gemseo_matlab/matlab_files/Logger.m
src/gemseo_matlab/matlab_files/licenseControl.m
tests/__init__.py
tests/conftest.py
tests/test_engine.py
tests/test_license_manager.py
tests/test_matlab_data_processor.py
tests/test_matlab_discipline.py
tests/test_matlab_parser.py
tests/test_sellar_problem_with_matlab_disc.py
tests/matlab_files/Sellar1.m
tests/matlab_files/Sellar2.m
tests/matlab_files/SellarSystem.m
tests/matlab_files/__init__.py
tests/matlab_files/dummy_complex_fct.m
tests/matlab_files/dummy_complex_fct_database.mat
tests/matlab_files/dummy_file.mat
tests/matlab_files/dummy_file_multidim_fct.mat
tests/matlab_files/dummy_script.m
tests/matlab_files/dummy_test.m
tests/matlab_files/dummy_test.p
tests/matlab_files/dummy_test_error.m
tests/matlab_files/dummy_test_jac.m
tests/matlab_files/dummy_test_jac_wrong.m
tests/matlab_files/dummy_test_multidim.m
tests/matlab_files/dummy_test_multidim_jac.m
tests/matlab_files/dummy_test_multidim_jac_wrong.m
tests/matlab_files/dummy_test_multidim_jac_wrong_size.m
tests/matlab_files/dummy_test_no_input.m
tests/matlab_files/dummy_test_no_name.m
tests/matlab_files/dummy_test_no_output.m
tests/matlab_files/dummy_test_parallel.m
tests/matlab_files/dummy_test_wrong_name.m
tests/matlab_files/input_dummy_grammar.json
tests/matlab_files/not_a matlab_function.m
tests/matlab_files/not_a_matlab_function.m
tests/matlab_files/output_dummy_grammar.json
tests/matlab_files/sellar_data.mat
tests/matlab_files/matlab_files_bis_test/dummy_script_2.m
tests/matlab_files/matlab_files_bis_test/dummy_test.m
tools/Dockerfile