CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
CDT/.clang-format
CDT/.git
CDT/.gitignore
CDT/.gitmodules
CDT/.mailmap
CDT/LICENSE
CDT/.github/workflows/ci_builds.yml
CDT/CDT/CMakeLists.txt
CDT/CDT/LICENSE
CDT/CDT/conan_basic_setup.cmake
CDT/CDT/conanfile.py
CDT/CDT/extras/InitializeWithGrid.h
CDT/CDT/extras/VerifyTopology.h
CDT/CDT/include/CDT.h
CDT/CDT/include/CDT.hpp
CDT/CDT/include/CDTUtils.h
CDT/CDT/include/CDTUtils.hpp
CDT/CDT/include/KDTree.h
CDT/CDT/include/LocatorKDTree.h
CDT/CDT/include/Triangulation.h
CDT/CDT/include/Triangulation.hpp
CDT/CDT/include/portable_nth_element.hpp
CDT/CDT/include/predicates.h
CDT/CDT/include/remove_at.hpp
CDT/CDT/src/CDT.cpp
CDT/CDT/tests/cdt.test.cpp
CDT/CDT/tests/Catch2/.bazelrc
CDT/CDT/tests/Catch2/.clang-format
CDT/CDT/tests/Catch2/.clang-tidy
CDT/CDT/tests/Catch2/.git
CDT/CDT/tests/Catch2/.gitattributes
CDT/CDT/tests/Catch2/.gitignore
CDT/CDT/tests/Catch2/BUILD.bazel
CDT/CDT/tests/Catch2/CMakeLists.txt
CDT/CDT/tests/Catch2/CMakePresets.json
CDT/CDT/tests/Catch2/CODE_OF_CONDUCT.md
CDT/CDT/tests/Catch2/Doxyfile
CDT/CDT/tests/Catch2/LICENSE.txt
CDT/CDT/tests/Catch2/MODULE.bazel
CDT/CDT/tests/Catch2/README.md
CDT/CDT/tests/Catch2/SECURITY.md
CDT/CDT/tests/Catch2/appveyor.yml
CDT/CDT/tests/Catch2/codecov.yml
CDT/CDT/tests/Catch2/conanfile.py
CDT/CDT/tests/Catch2/mdsnippets.json
CDT/CDT/tests/Catch2/meson.build
CDT/CDT/tests/Catch2/meson_options.txt
CDT/CDT/tests/Catch2/.conan/build.py
CDT/CDT/tests/Catch2/.conan/test_package/CMakeLists.txt
CDT/CDT/tests/Catch2/.conan/test_package/conanfile.py
CDT/CDT/tests/Catch2/.conan/test_package/test_package.cpp
CDT/CDT/tests/Catch2/.github/FUNDING.yml
CDT/CDT/tests/Catch2/.github/pull_request_template.md
CDT/CDT/tests/Catch2/.github/ISSUE_TEMPLATE/bug_report.md
CDT/CDT/tests/Catch2/.github/ISSUE_TEMPLATE/feature_request.md
CDT/CDT/tests/Catch2/.github/workflows/linux-bazel-builds.yml
CDT/CDT/tests/Catch2/.github/workflows/linux-meson-builds.yml
CDT/CDT/tests/Catch2/.github/workflows/linux-other-builds.yml
CDT/CDT/tests/Catch2/.github/workflows/linux-simple-builds.yml
CDT/CDT/tests/Catch2/.github/workflows/mac-builds-m1.yml
CDT/CDT/tests/Catch2/.github/workflows/mac-builds.yml
CDT/CDT/tests/Catch2/.github/workflows/package-manager-builds.yaml
CDT/CDT/tests/Catch2/.github/workflows/validate-header-guards.yml
CDT/CDT/tests/Catch2/.github/workflows/windows-simple-builds.yml
CDT/CDT/tests/Catch2/CMake/Catch2Config.cmake.in
CDT/CDT/tests/Catch2/CMake/CatchConfigOptions.cmake
CDT/CDT/tests/Catch2/CMake/CatchMiscFunctions.cmake
CDT/CDT/tests/Catch2/CMake/FindGcov.cmake
CDT/CDT/tests/Catch2/CMake/FindLcov.cmake
CDT/CDT/tests/Catch2/CMake/Findcodecov.cmake
CDT/CDT/tests/Catch2/CMake/catch2-with-main.pc.in
CDT/CDT/tests/Catch2/CMake/catch2.pc.in
CDT/CDT/tests/Catch2/CMake/llvm-cov-wrapper
CDT/CDT/tests/Catch2/data/artwork/catch2-c-logo.png
CDT/CDT/tests/Catch2/data/artwork/catch2-hand-logo.png
CDT/CDT/tests/Catch2/data/artwork/catch2-logo-small-with-background.png
CDT/CDT/tests/Catch2/data/artwork/catch2-logo-small.png
CDT/CDT/tests/Catch2/docs/Readme.md
CDT/CDT/tests/Catch2/docs/assertions.md
CDT/CDT/tests/Catch2/docs/benchmarks.md
CDT/CDT/tests/Catch2/docs/ci-and-misc.md
CDT/CDT/tests/Catch2/docs/cmake-integration.md
CDT/CDT/tests/Catch2/docs/command-line.md
CDT/CDT/tests/Catch2/docs/commercial-users.md
CDT/CDT/tests/Catch2/docs/comparing-floating-point-numbers.md
CDT/CDT/tests/Catch2/docs/configuration.md
CDT/CDT/tests/Catch2/docs/contributing.md
CDT/CDT/tests/Catch2/docs/deprecations.md
CDT/CDT/tests/Catch2/docs/event-listeners.md
CDT/CDT/tests/Catch2/docs/faq.md
CDT/CDT/tests/Catch2/docs/generators.md
CDT/CDT/tests/Catch2/docs/limitations.md
CDT/CDT/tests/Catch2/docs/list-of-examples.md
CDT/CDT/tests/Catch2/docs/logging.md
CDT/CDT/tests/Catch2/docs/matchers.md
CDT/CDT/tests/Catch2/docs/migrate-v2-to-v3.md
CDT/CDT/tests/Catch2/docs/opensource-users.md
CDT/CDT/tests/Catch2/docs/other-macros.md
CDT/CDT/tests/Catch2/docs/own-main.md
CDT/CDT/tests/Catch2/docs/release-notes.md
CDT/CDT/tests/Catch2/docs/release-process.md
CDT/CDT/tests/Catch2/docs/reporter-events.md
CDT/CDT/tests/Catch2/docs/reporters.md
CDT/CDT/tests/Catch2/docs/skipping-passing-failing.md
CDT/CDT/tests/Catch2/docs/test-cases-and-sections.md
CDT/CDT/tests/Catch2/docs/test-fixtures.md
CDT/CDT/tests/Catch2/docs/tostring.md
CDT/CDT/tests/Catch2/docs/tutorial.md
CDT/CDT/tests/Catch2/docs/usage-tips.md
CDT/CDT/tests/Catch2/docs/why-catch.md
CDT/CDT/tests/Catch2/examples/010-TestCase.cpp
CDT/CDT/tests/Catch2/examples/020-TestCase-1.cpp
CDT/CDT/tests/Catch2/examples/020-TestCase-2.cpp
CDT/CDT/tests/Catch2/examples/030-Asn-Require-Check.cpp
CDT/CDT/tests/Catch2/examples/100-Fix-Section.cpp
CDT/CDT/tests/Catch2/examples/110-Fix-ClassFixture.cpp
CDT/CDT/tests/Catch2/examples/111-Fix-PersistentFixture.cpp
CDT/CDT/tests/Catch2/examples/120-Bdd-ScenarioGivenWhenThen.cpp
CDT/CDT/tests/Catch2/examples/210-Evt-EventListeners.cpp
CDT/CDT/tests/Catch2/examples/231-Cfg-OutputStreams.cpp
CDT/CDT/tests/Catch2/examples/232-Cfg-CustomMain.cpp
CDT/CDT/tests/Catch2/examples/300-Gen-OwnGenerator.cpp
CDT/CDT/tests/Catch2/examples/301-Gen-MapTypeConversion.cpp
CDT/CDT/tests/Catch2/examples/302-Gen-Table.cpp
CDT/CDT/tests/Catch2/examples/310-Gen-VariablesInGenerators.cpp
CDT/CDT/tests/Catch2/examples/311-Gen-CustomCapture.cpp
CDT/CDT/tests/Catch2/examples/CMakeLists.txt
CDT/CDT/tests/Catch2/extras/Catch.cmake
CDT/CDT/tests/Catch2/extras/CatchAddTests.cmake
CDT/CDT/tests/Catch2/extras/CatchShardTests.cmake
CDT/CDT/tests/Catch2/extras/CatchShardTestsImpl.cmake
CDT/CDT/tests/Catch2/extras/ParseAndAddCatchTests.cmake
CDT/CDT/tests/Catch2/extras/catch_amalgamated.cpp
CDT/CDT/tests/Catch2/extras/catch_amalgamated.hpp
CDT/CDT/tests/Catch2/extras/gdbinit
CDT/CDT/tests/Catch2/extras/lldbinit
CDT/CDT/tests/Catch2/fuzzing/CMakeLists.txt
CDT/CDT/tests/Catch2/fuzzing/NullOStream.cpp
CDT/CDT/tests/Catch2/fuzzing/NullOStream.h
CDT/CDT/tests/Catch2/fuzzing/build_fuzzers.sh
CDT/CDT/tests/Catch2/fuzzing/fuzz_TestSpecParser.cpp
CDT/CDT/tests/Catch2/fuzzing/fuzz_XmlWriter.cpp
CDT/CDT/tests/Catch2/fuzzing/fuzz_textflow.cpp
CDT/CDT/tests/Catch2/src/CMakeLists.txt
CDT/CDT/tests/Catch2/src/catch2/catch_all.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_approx.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_approx.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_assertion_info.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_assertion_result.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_assertion_result.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_case_sensitive.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_config.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_config.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_get_random_seed.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_get_random_seed.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_message.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_message.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_registry_hub.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_section_info.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_session.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_session.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_tag_alias.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_tag_alias_autoregistrar.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_tag_alias_autoregistrar.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_template_test_macros.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_test_case_info.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_test_case_info.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_test_macros.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_test_spec.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_test_spec.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_timer.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_timer.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_tostring.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_tostring.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_totals.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_totals.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_translate_exception.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_translate_exception.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_user_config.hpp.in
CDT/CDT/tests/Catch2/src/catch2/catch_version.cpp
CDT/CDT/tests/Catch2/src/catch2/catch_version.hpp
CDT/CDT/tests/Catch2/src/catch2/catch_version_macros.hpp
CDT/CDT/tests/Catch2/src/catch2/meson.build
CDT/CDT/tests/Catch2/src/catch2/benchmark/catch_benchmark.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/catch_benchmark_all.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/catch_chronometer.cpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/catch_chronometer.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/catch_clock.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/catch_constructor.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/catch_environment.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/catch_estimate.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/catch_execution_plan.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/catch_optimizer.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/catch_outlier_classification.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/catch_sample_analysis.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_analyse.cpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_analyse.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_benchmark_function.cpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_benchmark_function.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_benchmark_stats.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_benchmark_stats_fwd.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_complete_invoke.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_estimate_clock.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_measure.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_repeat.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_run_for_at_least.cpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_run_for_at_least.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_stats.cpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_stats.hpp
CDT/CDT/tests/Catch2/src/catch2/benchmark/detail/catch_timing.hpp
CDT/CDT/tests/Catch2/src/catch2/generators/catch_generator_exception.cpp
CDT/CDT/tests/Catch2/src/catch2/generators/catch_generator_exception.hpp
CDT/CDT/tests/Catch2/src/catch2/generators/catch_generators.cpp
CDT/CDT/tests/Catch2/src/catch2/generators/catch_generators.hpp
CDT/CDT/tests/Catch2/src/catch2/generators/catch_generators_adapters.hpp
CDT/CDT/tests/Catch2/src/catch2/generators/catch_generators_all.hpp
CDT/CDT/tests/Catch2/src/catch2/generators/catch_generators_random.cpp
CDT/CDT/tests/Catch2/src/catch2/generators/catch_generators_random.hpp
CDT/CDT/tests/Catch2/src/catch2/generators/catch_generators_range.hpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_all.hpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_capture.cpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_capture.hpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_config.cpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_config.hpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_enum_values_registry.hpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_exception.cpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_exception.hpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_generatortracker.cpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_generatortracker.hpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_registry_hub.cpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_registry_hub.hpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_reporter.cpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_reporter.hpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_reporter_factory.cpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_reporter_factory.hpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_tag_alias_registry.hpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_test_invoker.hpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_testcase.cpp
CDT/CDT/tests/Catch2/src/catch2/interfaces/catch_interfaces_testcase.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_assertion_handler.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_assertion_handler.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_case_insensitive_comparisons.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_case_insensitive_comparisons.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_clara.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_clara.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_commandline.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_commandline.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_compare_traits.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_compiler_capabilities.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_config_android_logwrite.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_config_counter.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_config_prefix_messages.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_config_static_analysis_support.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_config_uncaught_exceptions.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_config_wchar.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_console_colour.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_console_colour.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_console_width.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_container_nonmembers.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_context.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_context.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_debug_console.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_debug_console.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_debugger.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_debugger.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_decomposer.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_decomposer.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_enforce.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_enforce.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_enum_values_registry.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_enum_values_registry.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_errno_guard.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_errno_guard.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_exception_translator_registry.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_exception_translator_registry.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_fatal_condition_handler.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_fatal_condition_handler.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_floating_point_helpers.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_floating_point_helpers.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_getenv.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_getenv.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_is_permutation.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_istream.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_istream.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_jsonwriter.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_jsonwriter.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_lazy_expr.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_lazy_expr.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_leak_detector.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_leak_detector.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_list.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_list.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_logical_traits.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_main.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_message_info.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_message_info.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_meta.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_move_and_forward.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_noncopyable.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_optional.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_output_redirect.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_output_redirect.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_parse_numbers.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_parse_numbers.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_platform.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_polyfills.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_polyfills.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_preprocessor.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_preprocessor_internal_stringify.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_preprocessor_remove_parens.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_random_floating_point_helpers.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_random_integer_helpers.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_random_number_generator.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_random_number_generator.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_random_seed_generation.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_random_seed_generation.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_reporter_registry.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_reporter_registry.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_reporter_spec_parser.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_reporter_spec_parser.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_result_type.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_reusable_string_stream.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_reusable_string_stream.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_run_context.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_run_context.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_section.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_section.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_sharding.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_singletons.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_singletons.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_source_line_info.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_source_line_info.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_startup_exception_registry.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_startup_exception_registry.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_stdstreams.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_stdstreams.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_stream_end_stop.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_string_manip.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_string_manip.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_stringref.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_stringref.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_tag_alias_registry.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_tag_alias_registry.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_template_test_registry.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_case_info_hasher.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_case_info_hasher.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_case_registry_impl.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_case_registry_impl.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_case_tracker.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_case_tracker.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_failure_exception.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_failure_exception.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_macro_impl.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_registry.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_registry.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_run_info.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_spec_parser.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_test_spec_parser.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_textflow.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_textflow.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_to_string.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_uncaught_exceptions.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_uncaught_exceptions.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_uniform_floating_point_distribution.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_uniform_integer_distribution.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_unique_name.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_unique_ptr.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_void_type.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_wildcard_pattern.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_wildcard_pattern.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_windows_h_proxy.hpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_xmlwriter.cpp
CDT/CDT/tests/Catch2/src/catch2/internal/catch_xmlwriter.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers.cpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_all.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_container_properties.cpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_container_properties.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_contains.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_exception.cpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_exception.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_floating_point.cpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_floating_point.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_predicate.cpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_predicate.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_quantifiers.cpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_quantifiers.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_range_equals.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_string.cpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_string.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_templated.cpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_templated.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/catch_matchers_vector.hpp
CDT/CDT/tests/Catch2/src/catch2/matchers/internal/catch_matchers_impl.cpp
CDT/CDT/tests/Catch2/src/catch2/matchers/internal/catch_matchers_impl.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_automake.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_automake.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_common_base.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_common_base.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_compact.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_compact.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_console.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_console.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_cumulative_base.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_cumulative_base.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_event_listener.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_event_listener.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_helpers.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_helpers.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_json.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_json.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_junit.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_junit.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_multi.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_multi.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_registrars.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_registrars.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_sonarqube.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_sonarqube.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_streaming_base.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_streaming_base.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_tap.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_tap.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_teamcity.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_teamcity.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_xml.cpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporter_xml.hpp
CDT/CDT/tests/Catch2/src/catch2/reporters/catch_reporters_all.hpp
CDT/CDT/tests/Catch2/tests/BUILD.bazel
CDT/CDT/tests/Catch2/tests/CMakeLists.txt
CDT/CDT/tests/Catch2/tests/meson.build
CDT/CDT/tests/Catch2/tests/ExtraTests/CMakeLists.txt
CDT/CDT/tests/Catch2/tests/ExtraTests/ToDo.txt
CDT/CDT/tests/Catch2/tests/ExtraTests/X01-PrefixedMacros.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X02-DisabledMacros.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X03-DisabledExceptions-DefaultHandler.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X04-DisabledExceptions-CustomHandler.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X05-DeferredStaticChecks.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X10-FallbackStringifier.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X11-DisableStringification.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X12-CustomDebugBreakMacro.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X20-AssertionStartingEventGoesBeforeAssertionIsEvaluated.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X21-PartialTestCaseEvents.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X22-BenchmarksInCumulativeReporter.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X23-CasingInReporterNames.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X24-ListenerStdoutCaptureInMultireporter.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X25-ListenerCanAskForCapturedStdout.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X26-ReporterPreferencesForPassingAssertionsIsRespected.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X27-CapturedStdoutInTestCaseEvents.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X28-ListenersGetEventsBeforeReporters.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X29-CustomArgumentsForReporters.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X30-BazelReporter.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X31-DuplicatedTestCases.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X32-DuplicatedTestCasesDifferentTags.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X33-DuplicatedTestCaseMethods.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X34-DuplicatedTestCaseMethodsDifferentFixtures.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X35-DuplicatedReporterNames.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X36-ReportingCrashWithJunitReporter.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X90-WindowsHeaderInclusion.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X91-AmalgamatedCatch.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X92-NoTests.cpp
CDT/CDT/tests/Catch2/tests/ExtraTests/X93-AllSkipped.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/TestRegistrations.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/automake.std.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/automake.sw.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/automake.sw.multi.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/compact.sw.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/compact.sw.multi.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/console.std.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/console.sw.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/console.sw.multi.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/console.swa4.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/default.sw.multi.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/junit.sw.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/junit.sw.multi.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/sonarqube.sw.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/tap.sw.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/tap.sw.multi.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/teamcity.sw.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/xml.sw.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/Baselines/xml.sw.multi.approved.txt
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/Algorithms.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/AssertionHandler.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/Clara.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/CmdLine.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/CmdLineHelpers.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/ColourImpl.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/Details.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/FloatingPoint.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/Integer.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/InternalBenchmark.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/Json.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/Parse.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/PartTracker.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/RandomNumberGeneration.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/Sharding.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/Stream.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/String.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/StringManip.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/Tag.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/TestCaseInfoHasher.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/TestSpec.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/TestSpecParser.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/ToString.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/Traits.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/UniquePtr.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/IntrospectiveTests/Xml.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/Misc/invalid-test-names.input
CDT/CDT/tests/Catch2/tests/SelfTest/Misc/plain-old-tests.input
CDT/CDT/tests/Catch2/tests/SelfTest/Misc/special-characters-in-file.input
CDT/CDT/tests/Catch2/tests/SelfTest/TimingTests/Sleep.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Approx.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/BDD.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Benchmark.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Class.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Compilation.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Condition.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Decomposition.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/EnumToString.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Exception.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Generators.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Matchers.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/MatchersRanges.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Message.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Misc.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Skip.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/ToStringByte.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/ToStringChrono.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/ToStringGeneral.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/ToStringOptional.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/ToStringPair.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/ToStringTuple.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/ToStringVariant.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/ToStringVector.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/ToStringWhich.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/Tricky.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/UsageTests/VariadicMacros.tests.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/helpers/parse_test_spec.cpp
CDT/CDT/tests/Catch2/tests/SelfTest/helpers/parse_test_spec.hpp
CDT/CDT/tests/Catch2/tests/SelfTest/helpers/range_test_helpers.hpp
CDT/CDT/tests/Catch2/tests/SelfTest/helpers/type_with_lit_0_comparisons.hpp
CDT/CDT/tests/Catch2/tests/TestScripts/ConfigureTestsCommon.py
CDT/CDT/tests/Catch2/tests/TestScripts/testBazelReporter.py
CDT/CDT/tests/Catch2/tests/TestScripts/testBazelSharding.py
CDT/CDT/tests/Catch2/tests/TestScripts/testConfigureDefaultReporter.py
CDT/CDT/tests/Catch2/tests/TestScripts/testConfigureDisable.py
CDT/CDT/tests/Catch2/tests/TestScripts/testConfigureDisableStringification.py
CDT/CDT/tests/Catch2/tests/TestScripts/testConfigureExperimentalRedirect.py
CDT/CDT/tests/Catch2/tests/TestScripts/testPartialTestCaseEvent.py
CDT/CDT/tests/Catch2/tests/TestScripts/testRandomOrder.py
CDT/CDT/tests/Catch2/tests/TestScripts/testSharding.py
CDT/CDT/tests/Catch2/tests/TestScripts/DiscoverTests/CMakeLists.txt
CDT/CDT/tests/Catch2/tests/TestScripts/DiscoverTests/VerifyRegistration.py
CDT/CDT/tests/Catch2/tests/TestScripts/DiscoverTests/register-tests.cpp
CDT/CDT/tests/Catch2/third_party/clara.hpp
CDT/CDT/tests/Catch2/tools/misc/CMakeLists.txt
CDT/CDT/tests/Catch2/tools/misc/SelfTest.vcxproj.user
CDT/CDT/tests/Catch2/tools/misc/appveyorBuildConfigurationScript.bat
CDT/CDT/tests/Catch2/tools/misc/appveyorMergeCoverageScript.py
CDT/CDT/tests/Catch2/tools/misc/appveyorTestRunScript.bat
CDT/CDT/tests/Catch2/tools/misc/coverage-helper.cpp
CDT/CDT/tests/Catch2/tools/misc/installOpenCppCoverage.ps1
CDT/CDT/tests/Catch2/tools/scripts/approvalTests.py
CDT/CDT/tests/Catch2/tools/scripts/approve.py
CDT/CDT/tests/Catch2/tools/scripts/buildAndTest.cmd
CDT/CDT/tests/Catch2/tools/scripts/buildAndTest.sh
CDT/CDT/tests/Catch2/tools/scripts/checkConvenienceHeaders.py
CDT/CDT/tests/Catch2/tools/scripts/checkDuplicateFilenames.py
CDT/CDT/tests/Catch2/tools/scripts/checkLicense.py
CDT/CDT/tests/Catch2/tools/scripts/developBuild.py
CDT/CDT/tests/Catch2/tools/scripts/extractFeaturesFromReleaseNotes.py
CDT/CDT/tests/Catch2/tools/scripts/fixWhitespace.py
CDT/CDT/tests/Catch2/tools/scripts/generateAmalgamatedFiles.py
CDT/CDT/tests/Catch2/tools/scripts/majorRelease.py
CDT/CDT/tests/Catch2/tools/scripts/minorRelease.py
CDT/CDT/tests/Catch2/tools/scripts/patchRelease.py
CDT/CDT/tests/Catch2/tools/scripts/releaseCommon.py
CDT/CDT/tests/Catch2/tools/scripts/scriptCommon.py
CDT/CDT/tests/Catch2/tools/scripts/updateDocumentSnippets.py
CDT/CDT/tests/Catch2/tools/scripts/updateDocumentToC.py
CDT/CDT/tests/expected/154_1.txt
CDT/CDT/tests/expected/154_2.txt
CDT/CDT/tests/expected/154_3.txt
CDT/CDT/tests/expected/Capital A__as-provided_ignore_all.txt
CDT/CDT/tests/expected/Capital A__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/Capital A__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/Capital A__as-provided_ignore_super.txt
CDT/CDT/tests/expected/Capital A__as-provided_resolve_all.txt
CDT/CDT/tests/expected/Capital A__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/Capital A__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/Capital A__as-provided_resolve_super.txt
CDT/CDT/tests/expected/Capital A__auto_ignore_all.txt
CDT/CDT/tests/expected/Capital A__auto_ignore_auto.txt
CDT/CDT/tests/expected/Capital A__auto_ignore_outer.txt
CDT/CDT/tests/expected/Capital A__auto_ignore_super.txt
CDT/CDT/tests/expected/Capital A__auto_resolve_all.txt
CDT/CDT/tests/expected/Capital A__auto_resolve_auto.txt
CDT/CDT/tests/expected/Capital A__auto_resolve_outer.txt
CDT/CDT/tests/expected/Capital A__auto_resolve_super.txt
CDT/CDT/tests/expected/Capital A__conforming_auto_ignore_auto.txt
CDT/CDT/tests/expected/Hanging2__as-provided_ignore_all.txt
CDT/CDT/tests/expected/Hanging2__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/Hanging2__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/Hanging2__as-provided_ignore_super.txt
CDT/CDT/tests/expected/Hanging2__as-provided_resolve_all.txt
CDT/CDT/tests/expected/Hanging2__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/Hanging2__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/Hanging2__as-provided_resolve_super.txt
CDT/CDT/tests/expected/Hanging2__auto_ignore_all.txt
CDT/CDT/tests/expected/Hanging2__auto_ignore_auto.txt
CDT/CDT/tests/expected/Hanging2__auto_ignore_outer.txt
CDT/CDT/tests/expected/Hanging2__auto_ignore_super.txt
CDT/CDT/tests/expected/Hanging2__auto_resolve_all.txt
CDT/CDT/tests/expected/Hanging2__auto_resolve_auto.txt
CDT/CDT/tests/expected/Hanging2__auto_resolve_outer.txt
CDT/CDT/tests/expected/Hanging2__auto_resolve_super.txt
CDT/CDT/tests/expected/Hanging2__conforming_auto_ignore_auto.txt
CDT/CDT/tests/expected/HangingIntersection__f64_auto_resolve_all.txt
CDT/CDT/tests/expected/Hanging__as-provided_ignore_all.txt
CDT/CDT/tests/expected/Hanging__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/Hanging__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/Hanging__as-provided_ignore_super.txt
CDT/CDT/tests/expected/Hanging__as-provided_resolve_all.txt
CDT/CDT/tests/expected/Hanging__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/Hanging__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/Hanging__as-provided_resolve_super.txt
CDT/CDT/tests/expected/Hanging__auto_ignore_all.txt
CDT/CDT/tests/expected/Hanging__auto_ignore_auto.txt
CDT/CDT/tests/expected/Hanging__auto_ignore_outer.txt
CDT/CDT/tests/expected/Hanging__auto_ignore_super.txt
CDT/CDT/tests/expected/Hanging__auto_resolve_all.txt
CDT/CDT/tests/expected/Hanging__auto_resolve_auto.txt
CDT/CDT/tests/expected/Hanging__auto_resolve_outer.txt
CDT/CDT/tests/expected/Hanging__auto_resolve_super.txt
CDT/CDT/tests/expected/Letter u__as-provided_ignore_all.txt
CDT/CDT/tests/expected/Letter u__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/Letter u__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/Letter u__as-provided_ignore_super.txt
CDT/CDT/tests/expected/Letter u__as-provided_resolve_all.txt
CDT/CDT/tests/expected/Letter u__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/Letter u__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/Letter u__as-provided_resolve_super.txt
CDT/CDT/tests/expected/Letter u__auto_ignore_all.txt
CDT/CDT/tests/expected/Letter u__auto_ignore_auto.txt
CDT/CDT/tests/expected/Letter u__auto_ignore_outer.txt
CDT/CDT/tests/expected/Letter u__auto_ignore_super.txt
CDT/CDT/tests/expected/Letter u__auto_resolve_all.txt
CDT/CDT/tests/expected/Letter u__auto_resolve_auto.txt
CDT/CDT/tests/expected/Letter u__auto_resolve_outer.txt
CDT/CDT/tests/expected/Letter u__auto_resolve_super.txt
CDT/CDT/tests/expected/OnEdge__as-provided_ignore_all.txt
CDT/CDT/tests/expected/OnEdge__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/OnEdge__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/OnEdge__as-provided_ignore_super.txt
CDT/CDT/tests/expected/OnEdge__as-provided_resolve_all.txt
CDT/CDT/tests/expected/OnEdge__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/OnEdge__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/OnEdge__as-provided_resolve_super.txt
CDT/CDT/tests/expected/OnEdge__auto_ignore_all.txt
CDT/CDT/tests/expected/OnEdge__auto_ignore_auto.txt
CDT/CDT/tests/expected/OnEdge__auto_ignore_outer.txt
CDT/CDT/tests/expected/OnEdge__auto_ignore_super.txt
CDT/CDT/tests/expected/OnEdge__auto_resolve_all.txt
CDT/CDT/tests/expected/OnEdge__auto_resolve_auto.txt
CDT/CDT/tests/expected/OnEdge__auto_resolve_outer.txt
CDT/CDT/tests/expected/OnEdge__auto_resolve_super.txt
CDT/CDT/tests/expected/ProblematicCase1__as-provided_ignore_all.txt
CDT/CDT/tests/expected/ProblematicCase1__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/ProblematicCase1__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/ProblematicCase1__as-provided_ignore_super.txt
CDT/CDT/tests/expected/ProblematicCase1__as-provided_resolve_all.txt
CDT/CDT/tests/expected/ProblematicCase1__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/ProblematicCase1__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/ProblematicCase1__as-provided_resolve_super.txt
CDT/CDT/tests/expected/ProblematicCase1__auto_ignore_all.txt
CDT/CDT/tests/expected/ProblematicCase1__auto_ignore_auto.txt
CDT/CDT/tests/expected/ProblematicCase1__auto_ignore_outer.txt
CDT/CDT/tests/expected/ProblematicCase1__auto_ignore_super.txt
CDT/CDT/tests/expected/ProblematicCase1__auto_resolve_all.txt
CDT/CDT/tests/expected/ProblematicCase1__auto_resolve_auto.txt
CDT/CDT/tests/expected/ProblematicCase1__auto_resolve_outer.txt
CDT/CDT/tests/expected/ProblematicCase1__auto_resolve_super.txt
CDT/CDT/tests/expected/ProblematicCase1__conforming_auto_ignore_auto.txt
CDT/CDT/tests/expected/cdt__as-provided_ignore_all.txt
CDT/CDT/tests/expected/cdt__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/cdt__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/cdt__as-provided_ignore_super.txt
CDT/CDT/tests/expected/cdt__as-provided_resolve_all.txt
CDT/CDT/tests/expected/cdt__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/cdt__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/cdt__as-provided_resolve_super.txt
CDT/CDT/tests/expected/cdt__auto_ignore_all.txt
CDT/CDT/tests/expected/cdt__auto_ignore_auto.txt
CDT/CDT/tests/expected/cdt__auto_ignore_outer.txt
CDT/CDT/tests/expected/cdt__auto_ignore_super.txt
CDT/CDT/tests/expected/cdt__auto_resolve_all.txt
CDT/CDT/tests/expected/cdt__auto_resolve_auto.txt
CDT/CDT/tests/expected/cdt__auto_resolve_outer.txt
CDT/CDT/tests/expected/cdt__auto_resolve_super.txt
CDT/CDT/tests/expected/cdt__conforming_auto_ignore_auto.txt
CDT/CDT/tests/expected/corner cases__as-provided_resolve_all.txt
CDT/CDT/tests/expected/corner cases__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/corner cases__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/corner cases__as-provided_resolve_super.txt
CDT/CDT/tests/expected/corner cases__auto_resolve_all.txt
CDT/CDT/tests/expected/corner cases__auto_resolve_auto.txt
CDT/CDT/tests/expected/corner cases__auto_resolve_outer.txt
CDT/CDT/tests/expected/corner cases__auto_resolve_super.txt
CDT/CDT/tests/expected/crossing-edges__auto_resolve_all.txt
CDT/CDT/tests/expected/crossing-edges__conforming_auto_resolve_all.txt
CDT/CDT/tests/expected/ditch__as-provided_ignore_all.txt
CDT/CDT/tests/expected/ditch__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/ditch__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/ditch__as-provided_ignore_super.txt
CDT/CDT/tests/expected/ditch__as-provided_resolve_all.txt
CDT/CDT/tests/expected/ditch__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/ditch__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/ditch__as-provided_resolve_super.txt
CDT/CDT/tests/expected/ditch__auto_ignore_all.txt
CDT/CDT/tests/expected/ditch__auto_ignore_auto.txt
CDT/CDT/tests/expected/ditch__auto_ignore_outer.txt
CDT/CDT/tests/expected/ditch__auto_ignore_super.txt
CDT/CDT/tests/expected/ditch__auto_resolve_all.txt
CDT/CDT/tests/expected/ditch__auto_resolve_auto.txt
CDT/CDT/tests/expected/ditch__auto_resolve_outer.txt
CDT/CDT/tests/expected/ditch__auto_resolve_super.txt
CDT/CDT/tests/expected/ditch__conforming_auto_ignore_auto.txt
CDT/CDT/tests/expected/dont_flip_constraint_when_resolving_intersection__f64_as-provided_resolve_all.txt
CDT/CDT/tests/expected/double-hanging__as-provided_ignore_all.txt
CDT/CDT/tests/expected/double-hanging__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/double-hanging__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/double-hanging__as-provided_ignore_super.txt
CDT/CDT/tests/expected/double-hanging__as-provided_resolve_all.txt
CDT/CDT/tests/expected/double-hanging__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/double-hanging__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/double-hanging__as-provided_resolve_super.txt
CDT/CDT/tests/expected/double-hanging__auto_ignore_all.txt
CDT/CDT/tests/expected/double-hanging__auto_ignore_auto.txt
CDT/CDT/tests/expected/double-hanging__auto_ignore_outer.txt
CDT/CDT/tests/expected/double-hanging__auto_ignore_super.txt
CDT/CDT/tests/expected/double-hanging__auto_resolve_all.txt
CDT/CDT/tests/expected/double-hanging__auto_resolve_auto.txt
CDT/CDT/tests/expected/double-hanging__auto_resolve_outer.txt
CDT/CDT/tests/expected/double-hanging__auto_resolve_super.txt
CDT/CDT/tests/expected/double-hanging__conforming_auto_ignore_auto.txt
CDT/CDT/tests/expected/gh_issue__as-provided_ignore_all.txt
CDT/CDT/tests/expected/gh_issue__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/gh_issue__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/gh_issue__as-provided_ignore_super.txt
CDT/CDT/tests/expected/gh_issue__as-provided_resolve_all.txt
CDT/CDT/tests/expected/gh_issue__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/gh_issue__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/gh_issue__as-provided_resolve_super.txt
CDT/CDT/tests/expected/gh_issue__auto_ignore_all.txt
CDT/CDT/tests/expected/gh_issue__auto_ignore_auto.txt
CDT/CDT/tests/expected/gh_issue__auto_ignore_outer.txt
CDT/CDT/tests/expected/gh_issue__auto_ignore_super.txt
CDT/CDT/tests/expected/gh_issue__auto_resolve_all.txt
CDT/CDT/tests/expected/gh_issue__auto_resolve_auto.txt
CDT/CDT/tests/expected/gh_issue__auto_resolve_outer.txt
CDT/CDT/tests/expected/gh_issue__auto_resolve_super.txt
CDT/CDT/tests/expected/gh_issue__conforming_auto_ignore_auto.txt
CDT/CDT/tests/expected/guitar no box__conforming_f32_auto_ignore_auto.txt
CDT/CDT/tests/expected/guitar no box__conforming_f64_auto_ignore_auto.txt
CDT/CDT/tests/expected/guitar no box__f32_as-provided_ignore_all.txt
CDT/CDT/tests/expected/guitar no box__f32_as-provided_ignore_auto.txt
CDT/CDT/tests/expected/guitar no box__f32_as-provided_ignore_outer.txt
CDT/CDT/tests/expected/guitar no box__f32_as-provided_ignore_super.txt
CDT/CDT/tests/expected/guitar no box__f32_as-provided_resolve_all.txt
CDT/CDT/tests/expected/guitar no box__f32_as-provided_resolve_auto.txt
CDT/CDT/tests/expected/guitar no box__f32_as-provided_resolve_outer.txt
CDT/CDT/tests/expected/guitar no box__f32_as-provided_resolve_super.txt
CDT/CDT/tests/expected/guitar no box__f32_auto_ignore_all.txt
CDT/CDT/tests/expected/guitar no box__f32_auto_ignore_auto.txt
CDT/CDT/tests/expected/guitar no box__f32_auto_ignore_outer.txt
CDT/CDT/tests/expected/guitar no box__f32_auto_ignore_super.txt
CDT/CDT/tests/expected/guitar no box__f32_auto_resolve_all.txt
CDT/CDT/tests/expected/guitar no box__f32_auto_resolve_auto.txt
CDT/CDT/tests/expected/guitar no box__f32_auto_resolve_outer.txt
CDT/CDT/tests/expected/guitar no box__f32_auto_resolve_super.txt
CDT/CDT/tests/expected/guitar no box__f64_as-provided_ignore_all.txt
CDT/CDT/tests/expected/guitar no box__f64_as-provided_ignore_auto.txt
CDT/CDT/tests/expected/guitar no box__f64_as-provided_ignore_outer.txt
CDT/CDT/tests/expected/guitar no box__f64_as-provided_ignore_super.txt
CDT/CDT/tests/expected/guitar no box__f64_as-provided_resolve_all.txt
CDT/CDT/tests/expected/guitar no box__f64_as-provided_resolve_auto.txt
CDT/CDT/tests/expected/guitar no box__f64_as-provided_resolve_outer.txt
CDT/CDT/tests/expected/guitar no box__f64_as-provided_resolve_super.txt
CDT/CDT/tests/expected/guitar no box__f64_auto_ignore_all.txt
CDT/CDT/tests/expected/guitar no box__f64_auto_ignore_auto.txt
CDT/CDT/tests/expected/guitar no box__f64_auto_ignore_outer.txt
CDT/CDT/tests/expected/guitar no box__f64_auto_ignore_super.txt
CDT/CDT/tests/expected/guitar no box__f64_auto_resolve_all.txt
CDT/CDT/tests/expected/guitar no box__f64_auto_resolve_auto.txt
CDT/CDT/tests/expected/guitar no box__f64_auto_resolve_outer.txt
CDT/CDT/tests/expected/guitar no box__f64_auto_resolve_super.txt
CDT/CDT/tests/expected/island__as-provided_ignore_all.txt
CDT/CDT/tests/expected/island__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/island__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/island__as-provided_ignore_super.txt
CDT/CDT/tests/expected/island__as-provided_resolve_all.txt
CDT/CDT/tests/expected/island__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/island__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/island__as-provided_resolve_super.txt
CDT/CDT/tests/expected/island__auto_ignore_all.txt
CDT/CDT/tests/expected/island__auto_ignore_auto.txt
CDT/CDT/tests/expected/island__auto_ignore_outer.txt
CDT/CDT/tests/expected/island__auto_ignore_super.txt
CDT/CDT/tests/expected/island__auto_resolve_all.txt
CDT/CDT/tests/expected/island__auto_resolve_auto.txt
CDT/CDT/tests/expected/island__auto_resolve_outer.txt
CDT/CDT/tests/expected/island__auto_resolve_super.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__as-provided_ignore_all.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__as-provided_ignore_super.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__as-provided_resolve_all.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__as-provided_resolve_super.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__auto_ignore_all.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__auto_ignore_auto.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__auto_ignore_outer.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__auto_ignore_super.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__auto_resolve_all.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__auto_resolve_auto.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__auto_resolve_outer.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__auto_resolve_super.txt
CDT/CDT/tests/expected/issue-142-double-hanging-edge__conforming_auto_ignore_auto.txt
CDT/CDT/tests/expected/issue-148-crossing-edges__auto_resolve_all.txt
CDT/CDT/tests/expected/issue-148-crossing-edges__conforming_auto_resolve_all.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_as-provided_ignore_all.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_as-provided_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_as-provided_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_as-provided_ignore_super.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_as-provided_resolve_all.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_as-provided_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_as-provided_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_as-provided_resolve_super.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_auto_ignore_all.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_auto_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_auto_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_auto_ignore_super.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_auto_resolve_all.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_auto_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_auto_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f32_auto_resolve_super.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_as-provided_ignore_all.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_as-provided_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_as-provided_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_as-provided_ignore_super.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_as-provided_resolve_all.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_as-provided_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_as-provided_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_as-provided_resolve_super.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_auto_ignore_all.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_auto_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_auto_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_auto_ignore_super.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_auto_resolve_all.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_auto_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_auto_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-full-boundary-overlap__f64_auto_resolve_super.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__as-provided_ignore_all.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__as-provided_ignore_super.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__as-provided_resolve_all.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__as-provided_resolve_super.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__auto_ignore_all.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__auto_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__auto_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__auto_ignore_super.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__auto_resolve_all.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__auto_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__auto_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-hole-overlaps-bondary__auto_resolve_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_as-provided_ignore_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_as-provided_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_as-provided_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_as-provided_ignore_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_as-provided_resolve_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_as-provided_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_as-provided_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_as-provided_resolve_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_auto_ignore_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_auto_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_auto_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_auto_ignore_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_auto_resolve_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_auto_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_auto_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f32_auto_resolve_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_as-provided_ignore_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_as-provided_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_as-provided_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_as-provided_ignore_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_as-provided_resolve_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_as-provided_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_as-provided_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_as-provided_resolve_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_auto_ignore_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_auto_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_auto_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_auto_ignore_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_auto_resolve_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_auto_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_auto_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps-conform-to-edge__f64_auto_resolve_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__conforming_f32_auto_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__conforming_f64_auto_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_as-provided_ignore_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_as-provided_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_as-provided_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_as-provided_ignore_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_as-provided_resolve_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_as-provided_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_as-provided_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_as-provided_resolve_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_auto_ignore_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_auto_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_auto_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_auto_ignore_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_auto_resolve_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_auto_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_auto_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f32_auto_resolve_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_as-provided_ignore_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_as-provided_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_as-provided_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_as-provided_ignore_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_as-provided_resolve_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_as-provided_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_as-provided_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_as-provided_resolve_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_auto_ignore_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_auto_ignore_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_auto_ignore_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_auto_ignore_super.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_auto_resolve_all.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_auto_resolve_auto.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_auto_resolve_outer.txt
CDT/CDT/tests/expected/issue-42-multiple-boundary-overlaps__f64_auto_resolve_super.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__as-provided_ignore_all.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__as-provided_ignore_super.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__as-provided_resolve_all.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__as-provided_resolve_super.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__auto_ignore_all.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__auto_ignore_auto.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__auto_ignore_outer.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__auto_ignore_super.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__auto_resolve_all.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__auto_resolve_auto.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__auto_resolve_outer.txt
CDT/CDT/tests/expected/issue-65-wrong-edges__auto_resolve_super.txt
CDT/CDT/tests/expected/kidney__as-provided_ignore_all.txt
CDT/CDT/tests/expected/kidney__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/kidney__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/kidney__as-provided_ignore_super.txt
CDT/CDT/tests/expected/kidney__as-provided_resolve_all.txt
CDT/CDT/tests/expected/kidney__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/kidney__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/kidney__as-provided_resolve_super.txt
CDT/CDT/tests/expected/kidney__auto_ignore_all.txt
CDT/CDT/tests/expected/kidney__auto_ignore_auto.txt
CDT/CDT/tests/expected/kidney__auto_ignore_outer.txt
CDT/CDT/tests/expected/kidney__auto_ignore_super.txt
CDT/CDT/tests/expected/kidney__auto_resolve_all.txt
CDT/CDT/tests/expected/kidney__auto_resolve_auto.txt
CDT/CDT/tests/expected/kidney__auto_resolve_outer.txt
CDT/CDT/tests/expected/kidney__auto_resolve_super.txt
CDT/CDT/tests/expected/overlapping constraints2__as-provided_ignore_all.txt
CDT/CDT/tests/expected/overlapping constraints2__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/overlapping constraints2__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/overlapping constraints2__as-provided_ignore_super.txt
CDT/CDT/tests/expected/overlapping constraints2__as-provided_resolve_all.txt
CDT/CDT/tests/expected/overlapping constraints2__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/overlapping constraints2__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/overlapping constraints2__as-provided_resolve_super.txt
CDT/CDT/tests/expected/overlapping constraints2__auto_ignore_all.txt
CDT/CDT/tests/expected/overlapping constraints2__auto_ignore_auto.txt
CDT/CDT/tests/expected/overlapping constraints2__auto_ignore_outer.txt
CDT/CDT/tests/expected/overlapping constraints2__auto_ignore_super.txt
CDT/CDT/tests/expected/overlapping constraints2__auto_resolve_all.txt
CDT/CDT/tests/expected/overlapping constraints2__auto_resolve_auto.txt
CDT/CDT/tests/expected/overlapping constraints2__auto_resolve_outer.txt
CDT/CDT/tests/expected/overlapping constraints2__auto_resolve_super.txt
CDT/CDT/tests/expected/overlapping constraints__f32_as-provided_ignore_all.txt
CDT/CDT/tests/expected/overlapping constraints__f32_as-provided_ignore_auto.txt
CDT/CDT/tests/expected/overlapping constraints__f32_as-provided_ignore_outer.txt
CDT/CDT/tests/expected/overlapping constraints__f32_as-provided_ignore_super.txt
CDT/CDT/tests/expected/overlapping constraints__f32_as-provided_resolve_all.txt
CDT/CDT/tests/expected/overlapping constraints__f32_as-provided_resolve_auto.txt
CDT/CDT/tests/expected/overlapping constraints__f32_as-provided_resolve_outer.txt
CDT/CDT/tests/expected/overlapping constraints__f32_as-provided_resolve_super.txt
CDT/CDT/tests/expected/overlapping constraints__f32_auto_ignore_all.txt
CDT/CDT/tests/expected/overlapping constraints__f32_auto_ignore_auto.txt
CDT/CDT/tests/expected/overlapping constraints__f32_auto_ignore_outer.txt
CDT/CDT/tests/expected/overlapping constraints__f32_auto_ignore_super.txt
CDT/CDT/tests/expected/overlapping constraints__f32_auto_resolve_all.txt
CDT/CDT/tests/expected/overlapping constraints__f32_auto_resolve_auto.txt
CDT/CDT/tests/expected/overlapping constraints__f32_auto_resolve_outer.txt
CDT/CDT/tests/expected/overlapping constraints__f32_auto_resolve_super.txt
CDT/CDT/tests/expected/overlapping constraints__f64_as-provided_ignore_all.txt
CDT/CDT/tests/expected/overlapping constraints__f64_as-provided_ignore_auto.txt
CDT/CDT/tests/expected/overlapping constraints__f64_as-provided_ignore_outer.txt
CDT/CDT/tests/expected/overlapping constraints__f64_as-provided_ignore_super.txt
CDT/CDT/tests/expected/overlapping constraints__f64_as-provided_resolve_all.txt
CDT/CDT/tests/expected/overlapping constraints__f64_as-provided_resolve_auto.txt
CDT/CDT/tests/expected/overlapping constraints__f64_as-provided_resolve_outer.txt
CDT/CDT/tests/expected/overlapping constraints__f64_as-provided_resolve_super.txt
CDT/CDT/tests/expected/overlapping constraints__f64_auto_ignore_all.txt
CDT/CDT/tests/expected/overlapping constraints__f64_auto_ignore_auto.txt
CDT/CDT/tests/expected/overlapping constraints__f64_auto_ignore_outer.txt
CDT/CDT/tests/expected/overlapping constraints__f64_auto_ignore_super.txt
CDT/CDT/tests/expected/overlapping constraints__f64_auto_resolve_all.txt
CDT/CDT/tests/expected/overlapping constraints__f64_auto_resolve_auto.txt
CDT/CDT/tests/expected/overlapping constraints__f64_auto_resolve_outer.txt
CDT/CDT/tests/expected/overlapping constraints__f64_auto_resolve_super.txt
CDT/CDT/tests/expected/points_on_constraint_edge__as-provided_ignore_all.txt
CDT/CDT/tests/expected/points_on_constraint_edge__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/points_on_constraint_edge__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/points_on_constraint_edge__as-provided_ignore_super.txt
CDT/CDT/tests/expected/points_on_constraint_edge__as-provided_resolve_all.txt
CDT/CDT/tests/expected/points_on_constraint_edge__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/points_on_constraint_edge__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/points_on_constraint_edge__as-provided_resolve_super.txt
CDT/CDT/tests/expected/points_on_constraint_edge__auto_ignore_all.txt
CDT/CDT/tests/expected/points_on_constraint_edge__auto_ignore_auto.txt
CDT/CDT/tests/expected/points_on_constraint_edge__auto_ignore_outer.txt
CDT/CDT/tests/expected/points_on_constraint_edge__auto_ignore_super.txt
CDT/CDT/tests/expected/points_on_constraint_edge__auto_resolve_all.txt
CDT/CDT/tests/expected/points_on_constraint_edge__auto_resolve_auto.txt
CDT/CDT/tests/expected/points_on_constraint_edge__auto_resolve_outer.txt
CDT/CDT/tests/expected/points_on_constraint_edge__auto_resolve_super.txt
CDT/CDT/tests/expected/points_on_constraint_edge__conforming_auto_ignore_auto.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__as-provided_ignore_all.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__as-provided_ignore_super.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__as-provided_resolve_all.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__as-provided_resolve_super.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__auto_ignore_all.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__auto_ignore_auto.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__auto_ignore_outer.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__auto_ignore_super.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__auto_resolve_all.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__auto_resolve_auto.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__auto_resolve_outer.txt
CDT/CDT/tests/expected/regression_issue_38_wrong_hull_small__auto_resolve_super.txt
CDT/CDT/tests/expected/square with crack__as-provided_ignore_all.txt
CDT/CDT/tests/expected/square with crack__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/square with crack__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/square with crack__as-provided_ignore_super.txt
CDT/CDT/tests/expected/square with crack__as-provided_resolve_all.txt
CDT/CDT/tests/expected/square with crack__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/square with crack__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/square with crack__as-provided_resolve_super.txt
CDT/CDT/tests/expected/square with crack__auto_ignore_all.txt
CDT/CDT/tests/expected/square with crack__auto_ignore_auto.txt
CDT/CDT/tests/expected/square with crack__auto_ignore_outer.txt
CDT/CDT/tests/expected/square with crack__auto_ignore_super.txt
CDT/CDT/tests/expected/square with crack__auto_resolve_all.txt
CDT/CDT/tests/expected/square with crack__auto_resolve_auto.txt
CDT/CDT/tests/expected/square with crack__auto_resolve_outer.txt
CDT/CDT/tests/expected/square with crack__auto_resolve_super.txt
CDT/CDT/tests/expected/test_data_small__as-provided_ignore_all.txt
CDT/CDT/tests/expected/test_data_small__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/test_data_small__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/test_data_small__as-provided_ignore_super.txt
CDT/CDT/tests/expected/test_data_small__as-provided_resolve_all.txt
CDT/CDT/tests/expected/test_data_small__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/test_data_small__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/test_data_small__as-provided_resolve_super.txt
CDT/CDT/tests/expected/test_data_small__auto_ignore_all.txt
CDT/CDT/tests/expected/test_data_small__auto_ignore_auto.txt
CDT/CDT/tests/expected/test_data_small__auto_ignore_outer.txt
CDT/CDT/tests/expected/test_data_small__auto_ignore_super.txt
CDT/CDT/tests/expected/test_data_small__auto_resolve_all.txt
CDT/CDT/tests/expected/test_data_small__auto_resolve_auto.txt
CDT/CDT/tests/expected/test_data_small__auto_resolve_outer.txt
CDT/CDT/tests/expected/test_data_small__auto_resolve_super.txt
CDT/CDT/tests/expected/triple-hanging-flipped__as-provided_ignore_all.txt
CDT/CDT/tests/expected/triple-hanging-flipped__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/triple-hanging-flipped__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/triple-hanging-flipped__as-provided_ignore_super.txt
CDT/CDT/tests/expected/triple-hanging-flipped__as-provided_resolve_all.txt
CDT/CDT/tests/expected/triple-hanging-flipped__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/triple-hanging-flipped__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/triple-hanging-flipped__as-provided_resolve_super.txt
CDT/CDT/tests/expected/triple-hanging-flipped__auto_ignore_all.txt
CDT/CDT/tests/expected/triple-hanging-flipped__auto_ignore_auto.txt
CDT/CDT/tests/expected/triple-hanging-flipped__auto_ignore_outer.txt
CDT/CDT/tests/expected/triple-hanging-flipped__auto_ignore_super.txt
CDT/CDT/tests/expected/triple-hanging-flipped__auto_resolve_all.txt
CDT/CDT/tests/expected/triple-hanging-flipped__auto_resolve_auto.txt
CDT/CDT/tests/expected/triple-hanging-flipped__auto_resolve_outer.txt
CDT/CDT/tests/expected/triple-hanging-flipped__auto_resolve_super.txt
CDT/CDT/tests/expected/triple-hanging-flipped__conforming_auto_ignore_auto.txt
CDT/CDT/tests/expected/triple-hanging__as-provided_ignore_all.txt
CDT/CDT/tests/expected/triple-hanging__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/triple-hanging__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/triple-hanging__as-provided_ignore_super.txt
CDT/CDT/tests/expected/triple-hanging__as-provided_resolve_all.txt
CDT/CDT/tests/expected/triple-hanging__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/triple-hanging__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/triple-hanging__as-provided_resolve_super.txt
CDT/CDT/tests/expected/triple-hanging__auto_ignore_all.txt
CDT/CDT/tests/expected/triple-hanging__auto_ignore_auto.txt
CDT/CDT/tests/expected/triple-hanging__auto_ignore_outer.txt
CDT/CDT/tests/expected/triple-hanging__auto_ignore_super.txt
CDT/CDT/tests/expected/triple-hanging__auto_resolve_all.txt
CDT/CDT/tests/expected/triple-hanging__auto_resolve_auto.txt
CDT/CDT/tests/expected/triple-hanging__auto_resolve_outer.txt
CDT/CDT/tests/expected/triple-hanging__auto_resolve_super.txt
CDT/CDT/tests/expected/triple-hanging__conforming_auto_ignore_auto.txt
CDT/CDT/tests/expected/unit square__as-provided_ignore_all.txt
CDT/CDT/tests/expected/unit square__as-provided_ignore_auto.txt
CDT/CDT/tests/expected/unit square__as-provided_ignore_outer.txt
CDT/CDT/tests/expected/unit square__as-provided_ignore_super.txt
CDT/CDT/tests/expected/unit square__as-provided_resolve_all.txt
CDT/CDT/tests/expected/unit square__as-provided_resolve_auto.txt
CDT/CDT/tests/expected/unit square__as-provided_resolve_outer.txt
CDT/CDT/tests/expected/unit square__as-provided_resolve_super.txt
CDT/CDT/tests/expected/unit square__auto_ignore_all.txt
CDT/CDT/tests/expected/unit square__auto_ignore_auto.txt
CDT/CDT/tests/expected/unit square__auto_ignore_outer.txt
CDT/CDT/tests/expected/unit square__auto_ignore_super.txt
CDT/CDT/tests/expected/unit square__auto_resolve_all.txt
CDT/CDT/tests/expected/unit square__auto_resolve_auto.txt
CDT/CDT/tests/expected/unit square__auto_resolve_outer.txt
CDT/CDT/tests/expected/unit square__auto_resolve_super.txt
CDT/CDT/tests/expected/unit square__conforming_auto_ignore_auto.txt
CDT/CDT/tests/inputs/Capital A.txt
CDT/CDT/tests/inputs/Constrained Sweden.txt
CDT/CDT/tests/inputs/Hanging.txt
CDT/CDT/tests/inputs/Hanging2.txt
CDT/CDT/tests/inputs/HangingIntersection.txt
CDT/CDT/tests/inputs/Letter u.txt
CDT/CDT/tests/inputs/OnEdge.txt
CDT/CDT/tests/inputs/ProblematicCase1.txt
CDT/CDT/tests/inputs/cdt.txt
CDT/CDT/tests/inputs/corner cases.txt
CDT/CDT/tests/inputs/crossing-edges.txt
CDT/CDT/tests/inputs/debug2.txt
CDT/CDT/tests/inputs/ditch.txt
CDT/CDT/tests/inputs/dont_flip_constraint_when_resolving_intersection.txt
CDT/CDT/tests/inputs/double-hanging.txt
CDT/CDT/tests/inputs/gh_issue.txt
CDT/CDT/tests/inputs/guitar no box.txt
CDT/CDT/tests/inputs/hanging3.txt
CDT/CDT/tests/inputs/island.txt
CDT/CDT/tests/inputs/issue-142-double-hanging-edge.txt
CDT/CDT/tests/inputs/issue-148-crossing-edges.txt
CDT/CDT/tests/inputs/issue-42-full-boundary-overlap.txt
CDT/CDT/tests/inputs/issue-42-hole-overlaps-bondary.txt
CDT/CDT/tests/inputs/issue-42-multiple-boundary-overlaps-conform-to-edge.txt
CDT/CDT/tests/inputs/issue-42-multiple-boundary-overlaps.txt
CDT/CDT/tests/inputs/issue-65-wrong-edges.txt
CDT/CDT/tests/inputs/kidney.txt
CDT/CDT/tests/inputs/overlapping constraints.txt
CDT/CDT/tests/inputs/overlapping constraints2.txt
CDT/CDT/tests/inputs/points_on_constraint_edge.txt
CDT/CDT/tests/inputs/regression_issue_38_wrong_hull_small.txt
CDT/CDT/tests/inputs/square with crack.txt
CDT/CDT/tests/inputs/test_data_small.txt
CDT/CDT/tests/inputs/triple-hanging-flipped.txt
CDT/CDT/tests/inputs/triple-hanging.txt
CDT/CDT/tests/inputs/unit square.txt
CDT/docs/README.md
CDT/docs/doxygen-custom/DoxygenLayout.xml
CDT/docs/doxygen-custom/custom.css
CDT/docs/doxygen-custom/header.html
CDT/docs/doxygen-custom/logo.drawio
CDT/docs/doxygen-custom/logo.png
CDT/docs/doxygen-custom/logo.svg
CDT/docs/doxygen-custom/doxygen-awesome/LICENSE
CDT/docs/doxygen-custom/doxygen-awesome/doxygen-awesome-darkmode-toggle.js
CDT/docs/doxygen-custom/doxygen-awesome/doxygen-awesome-fragment-copy-button.js
CDT/docs/doxygen-custom/doxygen-awesome/doxygen-awesome-paragraph-link.js
CDT/docs/doxygen-custom/doxygen-awesome/doxygen-awesome-sidebar-only-darkmode-toggle.css
CDT/docs/doxygen-custom/doxygen-awesome/doxygen-awesome-sidebar-only.css
CDT/docs/doxygen-custom/doxygen-awesome/doxygen-awesome.css
CDT/docs/doxygen-custom/favicon/android-chrome-192x192.png
CDT/docs/doxygen-custom/favicon/android-chrome-512x512.png
CDT/docs/doxygen-custom/favicon/apple-touch-icon.png
CDT/docs/doxygen-custom/favicon/favicon.ico
CDT/docs/doxygen-custom/favicon/site.webmanifest
CDT/docs/images/A.png
CDT/docs/images/Bean.png
CDT/docs/images/CDT_logo.png
CDT/docs/images/Guitar.png
CDT/docs/images/Guitar_no_holes.png
CDT/docs/images/LakeSuperior.png
CDT/docs/images/Overlapping_boundaries.png
CDT/docs/images/Sweden.png
CDT/docs/images/corner-cases.png
CDT/docs/images/show-case.png
CDT/visualizer/CMakeLists.txt
CDT/visualizer/LICENSE
CDT/visualizer/main.cpp
CDT/visualizer/data/Capital A.txt
CDT/visualizer/data/Constrained Sweden.txt
CDT/visualizer/data/Hanging.txt
CDT/visualizer/data/Hanging2.txt
CDT/visualizer/data/HangingIntersection.txt
CDT/visualizer/data/LakeSuperior.txt
CDT/visualizer/data/Letter u.txt
CDT/visualizer/data/OnEdge.txt
CDT/visualizer/data/OnEdge2.txt
CDT/visualizer/data/Orange County.txt
CDT/visualizer/data/ProblematicCase1.txt
CDT/visualizer/data/Sweden with constraints.txt
CDT/visualizer/data/Sweden with duplicate points.txt
CDT/visualizer/data/Sweden.txt
CDT/visualizer/data/cdt.txt
CDT/visualizer/data/cdt_duplicates.txt
CDT/visualizer/data/corner cases.txt
CDT/visualizer/data/crossing-edges.txt
CDT/visualizer/data/ditch.txt
CDT/visualizer/data/duplicates.txt
CDT/visualizer/data/gh_issue.txt
CDT/visualizer/data/guitar no box.txt
CDT/visualizer/data/guitar.txt
CDT/visualizer/data/island.txt
CDT/visualizer/data/issue-42-full-boundary-overlap-2.txt
CDT/visualizer/data/issue-42-full-boundary-overlap.txt
CDT/visualizer/data/issue-42-hole-overlaps-bondary.txt
CDT/visualizer/data/issue-42-multiple-boundary-overlaps-conform-to-edge.txt
CDT/visualizer/data/issue-42-multiple-boundary-overlaps.txt
CDT/visualizer/data/issue-65-wrong-edges.txt
CDT/visualizer/data/kidney.txt
CDT/visualizer/data/overlapping constraints.txt
CDT/visualizer/data/overlapping constraints2.txt
CDT/visualizer/data/points_on_constraint_edge.txt
CDT/visualizer/data/regression_issue_38_wrong_hull.txt
CDT/visualizer/data/regression_issue_38_wrong_hull_small.txt
CDT/visualizer/data/square with crack.txt
CDT/visualizer/data/unit square.txt
eigen/.clang-format
eigen/.git
eigen/.git-blame-ignore-revs
eigen/.gitignore
eigen/.gitlab-ci.yml
eigen/.hgeol
eigen/CHANGELOG.md
eigen/CMakeLists.txt
eigen/COPYING.APACHE
eigen/COPYING.BSD
eigen/COPYING.MINPACK
eigen/COPYING.MPL2
eigen/COPYING.README
eigen/CTestConfig.cmake
eigen/CTestCustom.cmake.in
eigen/INSTALL
eigen/LICENSE
eigen/README.md
eigen/eigen3.pc.in
eigen/signature_of_eigen3_matrix_library
eigen/.gitlab/issue_templates/Bug Report.md
eigen/.gitlab/issue_templates/Feature Request.md
eigen/.gitlab/merge_request_templates/Merge Request Template.md
eigen/Eigen/AccelerateSupport
eigen/Eigen/Cholesky
eigen/Eigen/CholmodSupport
eigen/Eigen/Core
eigen/Eigen/Dense
eigen/Eigen/Eigen
eigen/Eigen/Eigenvalues
eigen/Eigen/Geometry
eigen/Eigen/Householder
eigen/Eigen/IterativeLinearSolvers
eigen/Eigen/Jacobi
eigen/Eigen/KLUSupport
eigen/Eigen/LU
eigen/Eigen/MetisSupport
eigen/Eigen/OrderingMethods
eigen/Eigen/PaStiXSupport
eigen/Eigen/PardisoSupport
eigen/Eigen/QR
eigen/Eigen/QtAlignedMalloc
eigen/Eigen/SPQRSupport
eigen/Eigen/SVD
eigen/Eigen/Sparse
eigen/Eigen/SparseCholesky
eigen/Eigen/SparseCore
eigen/Eigen/SparseLU
eigen/Eigen/SparseQR
eigen/Eigen/StdDeque
eigen/Eigen/StdList
eigen/Eigen/StdVector
eigen/Eigen/SuperLUSupport
eigen/Eigen/ThreadPool
eigen/Eigen/UmfPackSupport
eigen/Eigen/src/AccelerateSupport/AccelerateSupport.h
eigen/Eigen/src/AccelerateSupport/InternalHeaderCheck.h
eigen/Eigen/src/Cholesky/InternalHeaderCheck.h
eigen/Eigen/src/Cholesky/LDLT.h
eigen/Eigen/src/Cholesky/LLT.h
eigen/Eigen/src/Cholesky/LLT_LAPACKE.h
eigen/Eigen/src/CholmodSupport/CholmodSupport.h
eigen/Eigen/src/CholmodSupport/InternalHeaderCheck.h
eigen/Eigen/src/Core/ArithmeticSequence.h
eigen/Eigen/src/Core/Array.h
eigen/Eigen/src/Core/ArrayBase.h
eigen/Eigen/src/Core/ArrayWrapper.h
eigen/Eigen/src/Core/Assign.h
eigen/Eigen/src/Core/AssignEvaluator.h
eigen/Eigen/src/Core/Assign_MKL.h
eigen/Eigen/src/Core/BandMatrix.h
eigen/Eigen/src/Core/Block.h
eigen/Eigen/src/Core/CommaInitializer.h
eigen/Eigen/src/Core/ConditionEstimator.h
eigen/Eigen/src/Core/CoreEvaluators.h
eigen/Eigen/src/Core/CoreIterators.h
eigen/Eigen/src/Core/CwiseBinaryOp.h
eigen/Eigen/src/Core/CwiseNullaryOp.h
eigen/Eigen/src/Core/CwiseTernaryOp.h
eigen/Eigen/src/Core/CwiseUnaryOp.h
eigen/Eigen/src/Core/CwiseUnaryView.h
eigen/Eigen/src/Core/DenseBase.h
eigen/Eigen/src/Core/DenseCoeffsBase.h
eigen/Eigen/src/Core/DenseStorage.h
eigen/Eigen/src/Core/DeviceWrapper.h
eigen/Eigen/src/Core/Diagonal.h
eigen/Eigen/src/Core/DiagonalMatrix.h
eigen/Eigen/src/Core/DiagonalProduct.h
eigen/Eigen/src/Core/Dot.h
eigen/Eigen/src/Core/EigenBase.h
eigen/Eigen/src/Core/Fill.h
eigen/Eigen/src/Core/FindCoeff.h
eigen/Eigen/src/Core/ForceAlignedAccess.h
eigen/Eigen/src/Core/Fuzzy.h
eigen/Eigen/src/Core/GeneralProduct.h
eigen/Eigen/src/Core/GenericPacketMath.h
eigen/Eigen/src/Core/GlobalFunctions.h
eigen/Eigen/src/Core/IO.h
eigen/Eigen/src/Core/IndexedView.h
eigen/Eigen/src/Core/InnerProduct.h
eigen/Eigen/src/Core/InternalHeaderCheck.h
eigen/Eigen/src/Core/Inverse.h
eigen/Eigen/src/Core/Map.h
eigen/Eigen/src/Core/MapBase.h
eigen/Eigen/src/Core/MathFunctions.h
eigen/Eigen/src/Core/MathFunctionsImpl.h
eigen/Eigen/src/Core/Matrix.h
eigen/Eigen/src/Core/MatrixBase.h
eigen/Eigen/src/Core/NestByValue.h
eigen/Eigen/src/Core/NoAlias.h
eigen/Eigen/src/Core/NumTraits.h
eigen/Eigen/src/Core/PartialReduxEvaluator.h
eigen/Eigen/src/Core/PermutationMatrix.h
eigen/Eigen/src/Core/PlainObjectBase.h
eigen/Eigen/src/Core/Product.h
eigen/Eigen/src/Core/ProductEvaluators.h
eigen/Eigen/src/Core/Random.h
eigen/Eigen/src/Core/RandomImpl.h
eigen/Eigen/src/Core/RealView.h
eigen/Eigen/src/Core/Redux.h
eigen/Eigen/src/Core/Ref.h
eigen/Eigen/src/Core/Replicate.h
eigen/Eigen/src/Core/Reshaped.h
eigen/Eigen/src/Core/ReturnByValue.h
eigen/Eigen/src/Core/Reverse.h
eigen/Eigen/src/Core/Select.h
eigen/Eigen/src/Core/SelfAdjointView.h
eigen/Eigen/src/Core/SelfCwiseBinaryOp.h
eigen/Eigen/src/Core/SkewSymmetricMatrix3.h
eigen/Eigen/src/Core/Solve.h
eigen/Eigen/src/Core/SolveTriangular.h
eigen/Eigen/src/Core/SolverBase.h
eigen/Eigen/src/Core/StableNorm.h
eigen/Eigen/src/Core/StlIterators.h
eigen/Eigen/src/Core/Stride.h
eigen/Eigen/src/Core/Swap.h
eigen/Eigen/src/Core/Transpose.h
eigen/Eigen/src/Core/Transpositions.h
eigen/Eigen/src/Core/TriangularMatrix.h
eigen/Eigen/src/Core/VectorBlock.h
eigen/Eigen/src/Core/VectorwiseOp.h
eigen/Eigen/src/Core/Visitor.h
eigen/Eigen/src/Core/arch/AVX/Complex.h
eigen/Eigen/src/Core/arch/AVX/MathFunctions.h
eigen/Eigen/src/Core/arch/AVX/PacketMath.h
eigen/Eigen/src/Core/arch/AVX/Reductions.h
eigen/Eigen/src/Core/arch/AVX/TypeCasting.h
eigen/Eigen/src/Core/arch/AVX512/Complex.h
eigen/Eigen/src/Core/arch/AVX512/GemmKernel.h
eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h
eigen/Eigen/src/Core/arch/AVX512/MathFunctionsFP16.h
eigen/Eigen/src/Core/arch/AVX512/PacketMath.h
eigen/Eigen/src/Core/arch/AVX512/PacketMathFP16.h
eigen/Eigen/src/Core/arch/AVX512/Reductions.h
eigen/Eigen/src/Core/arch/AVX512/TrsmKernel.h
eigen/Eigen/src/Core/arch/AVX512/TrsmUnrolls.inc
eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h
eigen/Eigen/src/Core/arch/AVX512/TypeCastingFP16.h
eigen/Eigen/src/Core/arch/AltiVec/Complex.h
eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h
eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h
eigen/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h
eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h
eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMAbfloat16.h
eigen/Eigen/src/Core/arch/AltiVec/MatrixVectorProduct.inc
eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h
eigen/Eigen/src/Core/arch/AltiVec/TypeCasting.h
eigen/Eigen/src/Core/arch/Default/BFloat16.h
eigen/Eigen/src/Core/arch/Default/ConjHelper.h
eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h
eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h
eigen/Eigen/src/Core/arch/Default/Half.h
eigen/Eigen/src/Core/arch/Default/Settings.h
eigen/Eigen/src/Core/arch/GPU/Complex.h
eigen/Eigen/src/Core/arch/GPU/MathFunctions.h
eigen/Eigen/src/Core/arch/GPU/PacketMath.h
eigen/Eigen/src/Core/arch/GPU/Tuple.h
eigen/Eigen/src/Core/arch/GPU/TypeCasting.h
eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h
eigen/Eigen/src/Core/arch/HVX/PacketMath.h
eigen/Eigen/src/Core/arch/LSX/Complex.h
eigen/Eigen/src/Core/arch/LSX/GeneralBlockPanelKernel.h
eigen/Eigen/src/Core/arch/LSX/MathFunctions.h
eigen/Eigen/src/Core/arch/LSX/PacketMath.h
eigen/Eigen/src/Core/arch/LSX/TypeCasting.h
eigen/Eigen/src/Core/arch/MSA/Complex.h
eigen/Eigen/src/Core/arch/MSA/MathFunctions.h
eigen/Eigen/src/Core/arch/MSA/PacketMath.h
eigen/Eigen/src/Core/arch/NEON/Complex.h
eigen/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h
eigen/Eigen/src/Core/arch/NEON/MathFunctions.h
eigen/Eigen/src/Core/arch/NEON/PacketMath.h
eigen/Eigen/src/Core/arch/NEON/TypeCasting.h
eigen/Eigen/src/Core/arch/NEON/UnaryFunctors.h
eigen/Eigen/src/Core/arch/SSE/Complex.h
eigen/Eigen/src/Core/arch/SSE/MathFunctions.h
eigen/Eigen/src/Core/arch/SSE/PacketMath.h
eigen/Eigen/src/Core/arch/SSE/Reductions.h
eigen/Eigen/src/Core/arch/SSE/TypeCasting.h
eigen/Eigen/src/Core/arch/SVE/MathFunctions.h
eigen/Eigen/src/Core/arch/SVE/PacketMath.h
eigen/Eigen/src/Core/arch/SVE/TypeCasting.h
eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h
eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h
eigen/Eigen/src/Core/arch/SYCL/PacketMath.h
eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h
eigen/Eigen/src/Core/arch/ZVector/Complex.h
eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h
eigen/Eigen/src/Core/arch/ZVector/PacketMath.h
eigen/Eigen/src/Core/functors/AssignmentFunctors.h
eigen/Eigen/src/Core/functors/BinaryFunctors.h
eigen/Eigen/src/Core/functors/NullaryFunctors.h
eigen/Eigen/src/Core/functors/StlFunctors.h
eigen/Eigen/src/Core/functors/TernaryFunctors.h
eigen/Eigen/src/Core/functors/UnaryFunctors.h
eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h
eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h
eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h
eigen/Eigen/src/Core/products/GeneralMatrixVector.h
eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h
eigen/Eigen/src/Core/products/Parallelizer.h
eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h
eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h
eigen/Eigen/src/Core/products/SelfadjointProduct.h
eigen/Eigen/src/Core/products/SelfadjointRank2Update.h
eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h
eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h
eigen/Eigen/src/Core/products/TriangularMatrixVector.h
eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h
eigen/Eigen/src/Core/products/TriangularSolverMatrix.h
eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h
eigen/Eigen/src/Core/products/TriangularSolverVector.h
eigen/Eigen/src/Core/util/Assert.h
eigen/Eigen/src/Core/util/BlasUtil.h
eigen/Eigen/src/Core/util/ConfigureVectorization.h
eigen/Eigen/src/Core/util/Constants.h
eigen/Eigen/src/Core/util/DisableStupidWarnings.h
eigen/Eigen/src/Core/util/EmulateArray.h
eigen/Eigen/src/Core/util/ForwardDeclarations.h
eigen/Eigen/src/Core/util/GpuHipCudaDefines.inc
eigen/Eigen/src/Core/util/GpuHipCudaUndefines.inc
eigen/Eigen/src/Core/util/IndexedViewHelper.h
eigen/Eigen/src/Core/util/IntegralConstant.h
eigen/Eigen/src/Core/util/MKL_support.h
eigen/Eigen/src/Core/util/Macros.h
eigen/Eigen/src/Core/util/MaxSizeVector.h
eigen/Eigen/src/Core/util/Memory.h
eigen/Eigen/src/Core/util/Meta.h
eigen/Eigen/src/Core/util/MoreMeta.h
eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
eigen/Eigen/src/Core/util/ReshapedHelper.h
eigen/Eigen/src/Core/util/Serializer.h
eigen/Eigen/src/Core/util/StaticAssert.h
eigen/Eigen/src/Core/util/SymbolicIndex.h
eigen/Eigen/src/Core/util/XprHelper.h
eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h
eigen/Eigen/src/Eigenvalues/ComplexSchur.h
eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h
eigen/Eigen/src/Eigenvalues/EigenSolver.h
eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h
eigen/Eigen/src/Eigenvalues/InternalHeaderCheck.h
eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
eigen/Eigen/src/Eigenvalues/RealQZ.h
eigen/Eigen/src/Eigenvalues/RealSchur.h
eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h
eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
eigen/Eigen/src/Eigenvalues/Tridiagonalization.h
eigen/Eigen/src/Geometry/AlignedBox.h
eigen/Eigen/src/Geometry/AngleAxis.h
eigen/Eigen/src/Geometry/EulerAngles.h
eigen/Eigen/src/Geometry/Homogeneous.h
eigen/Eigen/src/Geometry/Hyperplane.h
eigen/Eigen/src/Geometry/InternalHeaderCheck.h
eigen/Eigen/src/Geometry/OrthoMethods.h
eigen/Eigen/src/Geometry/ParametrizedLine.h
eigen/Eigen/src/Geometry/Quaternion.h
eigen/Eigen/src/Geometry/Rotation2D.h
eigen/Eigen/src/Geometry/RotationBase.h
eigen/Eigen/src/Geometry/Scaling.h
eigen/Eigen/src/Geometry/Transform.h
eigen/Eigen/src/Geometry/Translation.h
eigen/Eigen/src/Geometry/Umeyama.h
eigen/Eigen/src/Geometry/arch/Geometry_SIMD.h
eigen/Eigen/src/Householder/BlockHouseholder.h
eigen/Eigen/src/Householder/Householder.h
eigen/Eigen/src/Householder/HouseholderSequence.h
eigen/Eigen/src/Householder/InternalHeaderCheck.h
eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h
eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
eigen/Eigen/src/IterativeLinearSolvers/InternalHeaderCheck.h
eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h
eigen/Eigen/src/Jacobi/InternalHeaderCheck.h
eigen/Eigen/src/Jacobi/Jacobi.h
eigen/Eigen/src/KLUSupport/InternalHeaderCheck.h
eigen/Eigen/src/KLUSupport/KLUSupport.h
eigen/Eigen/src/LU/Determinant.h
eigen/Eigen/src/LU/FullPivLU.h
eigen/Eigen/src/LU/InternalHeaderCheck.h
eigen/Eigen/src/LU/InverseImpl.h
eigen/Eigen/src/LU/PartialPivLU.h
eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h
eigen/Eigen/src/LU/arch/InverseSize4.h
eigen/Eigen/src/MetisSupport/InternalHeaderCheck.h
eigen/Eigen/src/MetisSupport/MetisSupport.h
eigen/Eigen/src/OrderingMethods/Amd.h
eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h
eigen/Eigen/src/OrderingMethods/InternalHeaderCheck.h
eigen/Eigen/src/OrderingMethods/Ordering.h
eigen/Eigen/src/PaStiXSupport/InternalHeaderCheck.h
eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h
eigen/Eigen/src/PardisoSupport/InternalHeaderCheck.h
eigen/Eigen/src/PardisoSupport/PardisoSupport.h
eigen/Eigen/src/QR/ColPivHouseholderQR.h
eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h
eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h
eigen/Eigen/src/QR/FullPivHouseholderQR.h
eigen/Eigen/src/QR/HouseholderQR.h
eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h
eigen/Eigen/src/QR/InternalHeaderCheck.h
eigen/Eigen/src/SPQRSupport/InternalHeaderCheck.h
eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h
eigen/Eigen/src/SVD/BDCSVD.h
eigen/Eigen/src/SVD/BDCSVD_LAPACKE.h
eigen/Eigen/src/SVD/InternalHeaderCheck.h
eigen/Eigen/src/SVD/JacobiSVD.h
eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h
eigen/Eigen/src/SVD/SVDBase.h
eigen/Eigen/src/SVD/UpperBidiagonalization.h
eigen/Eigen/src/SparseCholesky/InternalHeaderCheck.h
eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h
eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h
eigen/Eigen/src/SparseCore/AmbiVector.h
eigen/Eigen/src/SparseCore/CompressedStorage.h
eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
eigen/Eigen/src/SparseCore/InternalHeaderCheck.h
eigen/Eigen/src/SparseCore/SparseAssign.h
eigen/Eigen/src/SparseCore/SparseBlock.h
eigen/Eigen/src/SparseCore/SparseColEtree.h
eigen/Eigen/src/SparseCore/SparseCompressedBase.h
eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h
eigen/Eigen/src/SparseCore/SparseDenseProduct.h
eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h
eigen/Eigen/src/SparseCore/SparseDot.h
eigen/Eigen/src/SparseCore/SparseFuzzy.h
eigen/Eigen/src/SparseCore/SparseMap.h
eigen/Eigen/src/SparseCore/SparseMatrix.h
eigen/Eigen/src/SparseCore/SparseMatrixBase.h
eigen/Eigen/src/SparseCore/SparsePermutation.h
eigen/Eigen/src/SparseCore/SparseProduct.h
eigen/Eigen/src/SparseCore/SparseRedux.h
eigen/Eigen/src/SparseCore/SparseRef.h
eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h
eigen/Eigen/src/SparseCore/SparseSolverBase.h
eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
eigen/Eigen/src/SparseCore/SparseTranspose.h
eigen/Eigen/src/SparseCore/SparseTriangularView.h
eigen/Eigen/src/SparseCore/SparseUtil.h
eigen/Eigen/src/SparseCore/SparseVector.h
eigen/Eigen/src/SparseCore/SparseView.h
eigen/Eigen/src/SparseCore/TriangularSolver.h
eigen/Eigen/src/SparseLU/InternalHeaderCheck.h
eigen/Eigen/src/SparseLU/SparseLU.h
eigen/Eigen/src/SparseLU/SparseLUImpl.h
eigen/Eigen/src/SparseLU/SparseLU_Memory.h
eigen/Eigen/src/SparseLU/SparseLU_Structs.h
eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
eigen/Eigen/src/SparseLU/SparseLU_Utils.h
eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h
eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h
eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h
eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h
eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h
eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h
eigen/Eigen/src/SparseLU/SparseLU_pivotL.h
eigen/Eigen/src/SparseLU/SparseLU_pruneL.h
eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h
eigen/Eigen/src/SparseQR/InternalHeaderCheck.h
eigen/Eigen/src/SparseQR/SparseQR.h
eigen/Eigen/src/StlSupport/StdDeque.h
eigen/Eigen/src/StlSupport/StdList.h
eigen/Eigen/src/StlSupport/StdVector.h
eigen/Eigen/src/StlSupport/details.h
eigen/Eigen/src/SuperLUSupport/InternalHeaderCheck.h
eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h
eigen/Eigen/src/ThreadPool/Barrier.h
eigen/Eigen/src/ThreadPool/CoreThreadPoolDevice.h
eigen/Eigen/src/ThreadPool/EventCount.h
eigen/Eigen/src/ThreadPool/ForkJoin.h
eigen/Eigen/src/ThreadPool/InternalHeaderCheck.h
eigen/Eigen/src/ThreadPool/NonBlockingThreadPool.h
eigen/Eigen/src/ThreadPool/RunQueue.h
eigen/Eigen/src/ThreadPool/ThreadCancel.h
eigen/Eigen/src/ThreadPool/ThreadEnvironment.h
eigen/Eigen/src/ThreadPool/ThreadLocal.h
eigen/Eigen/src/ThreadPool/ThreadPoolInterface.h
eigen/Eigen/src/ThreadPool/ThreadYield.h
eigen/Eigen/src/UmfPackSupport/InternalHeaderCheck.h
eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h
eigen/Eigen/src/misc/Image.h
eigen/Eigen/src/misc/InternalHeaderCheck.h
eigen/Eigen/src/misc/Kernel.h
eigen/Eigen/src/misc/RealSvd2x2.h
eigen/Eigen/src/misc/blas.h
eigen/Eigen/src/misc/lapacke.h
eigen/Eigen/src/misc/lapacke_helpers.h
eigen/Eigen/src/misc/lapacke_mangling.h
eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.inc
eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.inc
eigen/Eigen/src/plugins/BlockMethods.inc
eigen/Eigen/src/plugins/CommonCwiseBinaryOps.inc
eigen/Eigen/src/plugins/CommonCwiseUnaryOps.inc
eigen/Eigen/src/plugins/IndexedViewMethods.inc
eigen/Eigen/src/plugins/InternalHeaderCheck.inc
eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.inc
eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.inc
eigen/Eigen/src/plugins/ReshapedMethods.inc
eigen/bench/BenchSparseUtil.h
eigen/bench/BenchTimer.h
eigen/bench/BenchUtil.h
eigen/bench/README.txt
eigen/bench/analyze-blocking-sizes.cpp
eigen/bench/basicbench.cxxlist
eigen/bench/basicbenchmark.cpp
eigen/bench/basicbenchmark.h
eigen/bench/benchBlasGemm.cpp
eigen/bench/benchCholesky.cpp
eigen/bench/benchEigenSolver.cpp
eigen/bench/benchFFT.cpp
eigen/bench/benchGeometry.cpp
eigen/bench/benchVecAdd.cpp
eigen/bench/bench_gemm.cpp
eigen/bench/bench_move_semantics.cpp
eigen/bench/bench_multi_compilers.sh
eigen/bench/bench_norm.cpp
eigen/bench/bench_reverse.cpp
eigen/bench/bench_sum.cpp
eigen/bench/bench_unrolling
eigen/bench/benchmark-blocking-sizes.cpp
eigen/bench/benchmark.cpp
eigen/bench/benchmarkSlice.cpp
eigen/bench/benchmarkX.cpp
eigen/bench/benchmarkXcwise.cpp
eigen/bench/benchmark_suite
eigen/bench/check_cache_queries.cpp
eigen/bench/dense_solvers.cpp
eigen/bench/eig33.cpp
eigen/bench/geometry.cpp
eigen/bench/product_threshold.cpp
eigen/bench/quat_slerp.cpp
eigen/bench/quatmul.cpp
eigen/bench/sparse_cholesky.cpp
eigen/bench/sparse_dense_product.cpp
eigen/bench/sparse_lu.cpp
eigen/bench/sparse_product.cpp
eigen/bench/sparse_randomsetter.cpp
eigen/bench/sparse_setter.cpp
eigen/bench/sparse_transpose.cpp
eigen/bench/sparse_trisolver.cpp
eigen/bench/spmv.cpp
eigen/bench/vdw_new.cpp
eigen/bench/btl/CMakeLists.txt
eigen/bench/btl/COPYING
eigen/bench/btl/README
eigen/bench/btl/actions/action_aat_product.hh
eigen/bench/btl/actions/action_ata_product.hh
eigen/bench/btl/actions/action_atv_product.hh
eigen/bench/btl/actions/action_axpby.hh
eigen/bench/btl/actions/action_axpy.hh
eigen/bench/btl/actions/action_cholesky.hh
eigen/bench/btl/actions/action_ger.hh
eigen/bench/btl/actions/action_hessenberg.hh
eigen/bench/btl/actions/action_lu_decomp.hh
eigen/bench/btl/actions/action_lu_solve.hh
eigen/bench/btl/actions/action_matrix_matrix_product.hh
eigen/bench/btl/actions/action_matrix_matrix_product_bis.hh
eigen/bench/btl/actions/action_matrix_vector_product.hh
eigen/bench/btl/actions/action_partial_lu.hh
eigen/bench/btl/actions/action_rot.hh
eigen/bench/btl/actions/action_symv.hh
eigen/bench/btl/actions/action_syr2.hh
eigen/bench/btl/actions/action_trisolve.hh
eigen/bench/btl/actions/action_trisolve_matrix.hh
eigen/bench/btl/actions/action_trmm.hh
eigen/bench/btl/actions/basic_actions.hh
eigen/bench/btl/cmake/FindACML.cmake
eigen/bench/btl/cmake/FindATLAS.cmake
eigen/bench/btl/cmake/FindBLAZE.cmake
eigen/bench/btl/cmake/FindBlitz.cmake
eigen/bench/btl/cmake/FindCBLAS.cmake
eigen/bench/btl/cmake/FindGMM.cmake
eigen/bench/btl/cmake/FindMKL.cmake
eigen/bench/btl/cmake/FindMTL4.cmake
eigen/bench/btl/cmake/FindOPENBLAS.cmake
eigen/bench/btl/cmake/FindPackageHandleStandardArgs.cmake
eigen/bench/btl/cmake/FindTvmet.cmake
eigen/bench/btl/cmake/MacroOptionalAddSubdirectory.cmake
eigen/bench/btl/data/CMakeLists.txt
eigen/bench/btl/data/action_settings.txt
eigen/bench/btl/data/gnuplot_common_settings.hh
eigen/bench/btl/data/go_mean
eigen/bench/btl/data/mean.cxx
eigen/bench/btl/data/mk_gnuplot_script.sh
eigen/bench/btl/data/mk_mean_script.sh
eigen/bench/btl/data/mk_new_gnuplot.sh
eigen/bench/btl/data/perlib_plot_settings.txt
eigen/bench/btl/data/regularize.cxx
eigen/bench/btl/data/smooth.cxx
eigen/bench/btl/data/smooth_all.sh
eigen/bench/btl/generic_bench/bench.hh
eigen/bench/btl/generic_bench/bench_parameter.hh
eigen/bench/btl/generic_bench/btl.hh
eigen/bench/btl/generic_bench/init/init_function.hh
eigen/bench/btl/generic_bench/init/init_matrix.hh
eigen/bench/btl/generic_bench/init/init_vector.hh
eigen/bench/btl/generic_bench/static/bench_static.hh
eigen/bench/btl/generic_bench/static/intel_bench_fixed_size.hh
eigen/bench/btl/generic_bench/static/static_size_generator.hh
eigen/bench/btl/generic_bench/timers/STL_perf_analyzer.hh
eigen/bench/btl/generic_bench/timers/STL_timer.hh
eigen/bench/btl/generic_bench/timers/mixed_perf_analyzer.hh
eigen/bench/btl/generic_bench/timers/portable_perf_analyzer.hh
eigen/bench/btl/generic_bench/timers/portable_perf_analyzer_old.hh
eigen/bench/btl/generic_bench/timers/portable_timer.hh
eigen/bench/btl/generic_bench/timers/x86_perf_analyzer.hh
eigen/bench/btl/generic_bench/timers/x86_timer.hh
eigen/bench/btl/generic_bench/utils/size_lin_log.hh
eigen/bench/btl/generic_bench/utils/size_log.hh
eigen/bench/btl/generic_bench/utils/utilities.h
eigen/bench/btl/generic_bench/utils/xy_file.hh
eigen/bench/btl/libs/BLAS/CMakeLists.txt
eigen/bench/btl/libs/BLAS/blas.h
eigen/bench/btl/libs/BLAS/blas_interface.hh
eigen/bench/btl/libs/BLAS/blas_interface_impl.hh
eigen/bench/btl/libs/BLAS/c_interface_base.h
eigen/bench/btl/libs/BLAS/main.cpp
eigen/bench/btl/libs/STL/CMakeLists.txt
eigen/bench/btl/libs/STL/STL_interface.hh
eigen/bench/btl/libs/STL/main.cpp
eigen/bench/btl/libs/blaze/CMakeLists.txt
eigen/bench/btl/libs/blaze/blaze_interface.hh
eigen/bench/btl/libs/blaze/main.cpp
eigen/bench/btl/libs/blitz/CMakeLists.txt
eigen/bench/btl/libs/blitz/blitz_LU_solve_interface.hh
eigen/bench/btl/libs/blitz/blitz_interface.hh
eigen/bench/btl/libs/blitz/btl_blitz.cpp
eigen/bench/btl/libs/blitz/btl_tiny_blitz.cpp
eigen/bench/btl/libs/blitz/tiny_blitz_interface.hh
eigen/bench/btl/libs/eigen2/CMakeLists.txt
eigen/bench/btl/libs/eigen2/btl_tiny_eigen2.cpp
eigen/bench/btl/libs/eigen2/eigen2_interface.hh
eigen/bench/btl/libs/eigen2/main_adv.cpp
eigen/bench/btl/libs/eigen2/main_linear.cpp
eigen/bench/btl/libs/eigen2/main_matmat.cpp
eigen/bench/btl/libs/eigen2/main_vecmat.cpp
eigen/bench/btl/libs/eigen3/CMakeLists.txt
eigen/bench/btl/libs/eigen3/btl_tiny_eigen3.cpp
eigen/bench/btl/libs/eigen3/eigen3_interface.hh
eigen/bench/btl/libs/eigen3/main_adv.cpp
eigen/bench/btl/libs/eigen3/main_linear.cpp
eigen/bench/btl/libs/eigen3/main_matmat.cpp
eigen/bench/btl/libs/eigen3/main_vecmat.cpp
eigen/bench/btl/libs/gmm/CMakeLists.txt
eigen/bench/btl/libs/gmm/gmm_LU_solve_interface.hh
eigen/bench/btl/libs/gmm/gmm_interface.hh
eigen/bench/btl/libs/gmm/main.cpp
eigen/bench/btl/libs/mtl4/.kdbgrc.main
eigen/bench/btl/libs/mtl4/CMakeLists.txt
eigen/bench/btl/libs/mtl4/main.cpp
eigen/bench/btl/libs/mtl4/mtl4_LU_solve_interface.hh
eigen/bench/btl/libs/mtl4/mtl4_interface.hh
eigen/bench/btl/libs/tensors/CMakeLists.txt
eigen/bench/btl/libs/tensors/main_linear.cpp
eigen/bench/btl/libs/tensors/main_matmat.cpp
eigen/bench/btl/libs/tensors/main_vecmat.cpp
eigen/bench/btl/libs/tensors/tensor_interface.hh
eigen/bench/btl/libs/tvmet/CMakeLists.txt
eigen/bench/btl/libs/tvmet/main.cpp
eigen/bench/btl/libs/tvmet/tvmet_interface.hh
eigen/bench/btl/libs/ublas/CMakeLists.txt
eigen/bench/btl/libs/ublas/main.cpp
eigen/bench/btl/libs/ublas/ublas_interface.hh
eigen/bench/perf_monitoring/changesets.txt
eigen/bench/perf_monitoring/gemm.cpp
eigen/bench/perf_monitoring/gemm_common.h
eigen/bench/perf_monitoring/gemm_settings.txt
eigen/bench/perf_monitoring/gemm_square_settings.txt
eigen/bench/perf_monitoring/gemv.cpp
eigen/bench/perf_monitoring/gemv_common.h
eigen/bench/perf_monitoring/gemv_settings.txt
eigen/bench/perf_monitoring/gemv_square_settings.txt
eigen/bench/perf_monitoring/gemvt.cpp
eigen/bench/perf_monitoring/lazy_gemm.cpp
eigen/bench/perf_monitoring/lazy_gemm_settings.txt
eigen/bench/perf_monitoring/llt.cpp
eigen/bench/perf_monitoring/make_plot.sh
eigen/bench/perf_monitoring/run.sh
eigen/bench/perf_monitoring/runall.sh
eigen/bench/perf_monitoring/trmv_lo.cpp
eigen/bench/perf_monitoring/trmv_lot.cpp
eigen/bench/perf_monitoring/trmv_up.cpp
eigen/bench/perf_monitoring/trmv_upt.cpp
eigen/bench/perf_monitoring/resources/chart_footer.html
eigen/bench/perf_monitoring/resources/chart_header.html
eigen/bench/perf_monitoring/resources/footer.html
eigen/bench/perf_monitoring/resources/header.html
eigen/bench/perf_monitoring/resources/s1.js
eigen/bench/perf_monitoring/resources/s2.js
eigen/bench/spbench/CMakeLists.txt
eigen/bench/spbench/sp_solver.cpp
eigen/bench/spbench/spbench.dtd
eigen/bench/spbench/spbenchsolver.cpp
eigen/bench/spbench/spbenchsolver.h
eigen/bench/spbench/spbenchstyle.h
eigen/bench/spbench/test_sparseLU.cpp
eigen/bench/tensors/README
eigen/bench/tensors/benchmark.h
eigen/bench/tensors/benchmark_main.cc
eigen/bench/tensors/contraction_benchmarks_cpu.cc
eigen/bench/tensors/eigen_sycl_bench.sh
eigen/bench/tensors/eigen_sycl_bench_contract.sh
eigen/bench/tensors/tensor_benchmarks.h
eigen/bench/tensors/tensor_benchmarks_cpu.cc
eigen/bench/tensors/tensor_benchmarks_fp16_gpu.cu
eigen/bench/tensors/tensor_benchmarks_gpu.cu
eigen/bench/tensors/tensor_benchmarks_sycl.cc
eigen/bench/tensors/tensor_contract_sycl_bench.cc
eigen/blas/BandTriangularSolver.h
eigen/blas/CMakeLists.txt
eigen/blas/GeneralRank1Update.h
eigen/blas/PackedSelfadjointProduct.h
eigen/blas/PackedTriangularMatrixVector.h
eigen/blas/PackedTriangularSolverVector.h
eigen/blas/README.txt
eigen/blas/Rank2Update.h
eigen/blas/blas.h
eigen/blas/common.h
eigen/blas/complex_double.cpp
eigen/blas/complex_single.cpp
eigen/blas/double.cpp
eigen/blas/level1_cplx_impl.h
eigen/blas/level1_impl.h
eigen/blas/level1_real_impl.h
eigen/blas/level2_cplx_impl.h
eigen/blas/level2_impl.h
eigen/blas/level2_real_impl.h
eigen/blas/level3_impl.h
eigen/blas/single.cpp
eigen/blas/xerbla.cpp
eigen/blas/f2c/chbmv.c
eigen/blas/f2c/chpmv.c
eigen/blas/f2c/complexdots.c
eigen/blas/f2c/ctbmv.c
eigen/blas/f2c/datatypes.h
eigen/blas/f2c/drotm.c
eigen/blas/f2c/drotmg.c
eigen/blas/f2c/dsbmv.c
eigen/blas/f2c/dspmv.c
eigen/blas/f2c/dtbmv.c
eigen/blas/f2c/lsame.c
eigen/blas/f2c/srotm.c
eigen/blas/f2c/srotmg.c
eigen/blas/f2c/ssbmv.c
eigen/blas/f2c/sspmv.c
eigen/blas/f2c/stbmv.c
eigen/blas/f2c/zhbmv.c
eigen/blas/f2c/zhpmv.c
eigen/blas/f2c/ztbmv.c
eigen/blas/testing/CMakeLists.txt
eigen/blas/testing/cblat1.f
eigen/blas/testing/cblat2.dat
eigen/blas/testing/cblat2.f
eigen/blas/testing/cblat3.dat
eigen/blas/testing/cblat3.f
eigen/blas/testing/dblat1.f
eigen/blas/testing/dblat2.dat
eigen/blas/testing/dblat2.f
eigen/blas/testing/dblat3.dat
eigen/blas/testing/dblat3.f
eigen/blas/testing/runblastest.sh
eigen/blas/testing/sblat1.f
eigen/blas/testing/sblat2.dat
eigen/blas/testing/sblat2.f
eigen/blas/testing/sblat3.dat
eigen/blas/testing/sblat3.f
eigen/blas/testing/zblat1.f
eigen/blas/testing/zblat2.dat
eigen/blas/testing/zblat2.f
eigen/blas/testing/zblat3.dat
eigen/blas/testing/zblat3.f
eigen/ci/CTest2JUnit.xsl
eigen/ci/README.md
eigen/ci/build.linux.gitlab-ci.yml
eigen/ci/build.windows.gitlab-ci.yml
eigen/ci/checkformat.gitlab-ci.yml
eigen/ci/common.gitlab-ci.yml
eigen/ci/deploy.gitlab-ci.yml
eigen/ci/test.linux.gitlab-ci.yml
eigen/ci/test.windows.gitlab-ci.yml
eigen/ci/scripts/build.linux.script.sh
eigen/ci/scripts/build.windows.script.ps1
eigen/ci/scripts/build_and_install_doxygen.sh
eigen/ci/scripts/common.linux.before_script.sh
eigen/ci/scripts/common.windows.before_script.ps1
eigen/ci/scripts/test.linux.after_script.sh
eigen/ci/scripts/test.linux.script.sh
eigen/ci/scripts/test.windows.after_script.ps1
eigen/ci/scripts/test.windows.script.ps1
eigen/ci/scripts/vars.linux.sh
eigen/ci/scripts/vars.windows.ps1
eigen/cmake/ComputeCppCompilerChecks.cmake
eigen/cmake/ComputeCppIRMap.cmake
eigen/cmake/Eigen3Config.cmake.in
eigen/cmake/EigenConfigureTesting.cmake
eigen/cmake/EigenSmokeTestList.cmake
eigen/cmake/EigenTesting.cmake
eigen/cmake/EigenUninstall.cmake
eigen/cmake/FindAccelerate.cmake
eigen/cmake/FindAdolc.cmake
eigen/cmake/FindBLASEXT.cmake
eigen/cmake/FindCHOLMOD.cmake
eigen/cmake/FindCLANG_FORMAT.cmake
eigen/cmake/FindComputeCpp.cmake
eigen/cmake/FindDPCPP.cmake
eigen/cmake/FindFFTW.cmake
eigen/cmake/FindGMP.cmake
eigen/cmake/FindGoogleHash.cmake
eigen/cmake/FindHWLOC.cmake
eigen/cmake/FindKLU.cmake
eigen/cmake/FindMPFR.cmake
eigen/cmake/FindMPREAL.cmake
eigen/cmake/FindMetis.cmake
eigen/cmake/FindPASTIX.cmake
eigen/cmake/FindPTSCOTCH.cmake
eigen/cmake/FindSCOTCH.cmake
eigen/cmake/FindSPQR.cmake
eigen/cmake/FindStandardMathLibrary.cmake
eigen/cmake/FindSuperLU.cmake
eigen/cmake/FindTriSYCL.cmake
eigen/cmake/FindUMFPACK.cmake
eigen/cmake/RegexUtils.cmake
eigen/cmake/SyclConfigureTesting.cmake
eigen/debug/gdb/__init__.py
eigen/debug/gdb/printers.py
eigen/debug/lldb/eigenlldb.py
eigen/debug/msvc/eigen.natvis
eigen/debug/msvc/eigen_autoexp_part.dat
eigen/demos/CMakeLists.txt
eigen/demos/mandelbrot/CMakeLists.txt
eigen/demos/mandelbrot/README
eigen/demos/mandelbrot/mandelbrot.cpp
eigen/demos/mandelbrot/mandelbrot.h
eigen/demos/mix_eigen_and_c/README
eigen/demos/mix_eigen_and_c/binary_library.cpp
eigen/demos/mix_eigen_and_c/binary_library.h
eigen/demos/mix_eigen_and_c/example.c
eigen/demos/opengl/CMakeLists.txt
eigen/demos/opengl/README
eigen/demos/opengl/camera.cpp
eigen/demos/opengl/camera.h
eigen/demos/opengl/gpuhelper.cpp
eigen/demos/opengl/gpuhelper.h
eigen/demos/opengl/icosphere.cpp
eigen/demos/opengl/icosphere.h
eigen/demos/opengl/quaternion_demo.cpp
eigen/demos/opengl/quaternion_demo.h
eigen/demos/opengl/trackball.cpp
eigen/demos/opengl/trackball.h
eigen/doc/AsciiQuickReference.txt
eigen/doc/B01_Experimental.dox
eigen/doc/CMakeLists.txt
eigen/doc/ClassHierarchy.dox
eigen/doc/CoeffwiseMathFunctionsTable.dox
eigen/doc/CustomizingEigen_CustomScalar.dox
eigen/doc/CustomizingEigen_InheritingMatrix.dox
eigen/doc/CustomizingEigen_NullaryExpr.dox
eigen/doc/CustomizingEigen_Plugins.dox
eigen/doc/DenseDecompositionBenchmark.dox
eigen/doc/Doxyfile.in
eigen/doc/Eigen_Silly_Professor_64x64.png
eigen/doc/FixedSizeVectorizable.dox
eigen/doc/FunctionsTakingEigenTypes.dox
eigen/doc/HiPerformance.dox
eigen/doc/InplaceDecomposition.dox
eigen/doc/InsideEigenExample.dox
eigen/doc/LeastSquares.dox
eigen/doc/Manual.dox
eigen/doc/MatrixfreeSolverExample.dox
eigen/doc/NewExpressionType.dox
eigen/doc/Overview.dox
eigen/doc/PassingByValue.dox
eigen/doc/Pitfalls.dox
eigen/doc/PreprocessorDirectives.dox
eigen/doc/QuickReference.dox
eigen/doc/QuickStartGuide.dox
eigen/doc/SparseLinearSystems.dox
eigen/doc/SparseQuickReference.dox
eigen/doc/StlContainers.dox
eigen/doc/StorageOrders.dox
eigen/doc/StructHavingEigenMembers.dox
eigen/doc/TemplateKeyword.dox
eigen/doc/TopicAliasing.dox
eigen/doc/TopicAssertions.dox
eigen/doc/TopicCMakeGuide.dox
eigen/doc/TopicEigenExpressionTemplates.dox
eigen/doc/TopicLazyEvaluation.dox
eigen/doc/TopicLinearAlgebraDecompositions.dox
eigen/doc/TopicMultithreading.dox
eigen/doc/TopicResizing.dox
eigen/doc/TopicScalarTypes.dox
eigen/doc/TopicVectorization.dox
eigen/doc/TutorialAdvancedInitialization.dox
eigen/doc/TutorialArrayClass.dox
eigen/doc/TutorialBlockOperations.dox
eigen/doc/TutorialGeometry.dox
eigen/doc/TutorialLinearAlgebra.dox
eigen/doc/TutorialMapClass.dox
eigen/doc/TutorialMatrixArithmetic.dox
eigen/doc/TutorialMatrixClass.dox
eigen/doc/TutorialReductionsVisitorsBroadcasting.dox
eigen/doc/TutorialReshape.dox
eigen/doc/TutorialSTL.dox
eigen/doc/TutorialSlicingIndexing.dox
eigen/doc/TutorialSparse.dox
eigen/doc/TutorialSparse_example_details.dox
eigen/doc/UnalignedArrayAssert.dox
eigen/doc/UsingBlasLapackBackends.dox
eigen/doc/UsingIntelMKL.dox
eigen/doc/UsingNVCC.dox
eigen/doc/WrongStackAlignment.dox
eigen/doc/eigendoxy.css
eigen/doc/eigendoxy_footer.html.in
eigen/doc/eigendoxy_header.html.in
eigen/doc/eigendoxy_layout.xml.in
eigen/doc/eigendoxy_tabs.css
eigen/doc/ftv2node.png
eigen/doc/ftv2pnode.png
eigen/doc/tutorial.cpp
eigen/doc/examples/.krazy
eigen/doc/examples/CMakeLists.txt
eigen/doc/examples/CustomizingEigen_Inheritance.cpp
eigen/doc/examples/Cwise_erf.cpp
eigen/doc/examples/Cwise_erfc.cpp
eigen/doc/examples/Cwise_lgamma.cpp
eigen/doc/examples/DenseBase_middleCols_int.cpp
eigen/doc/examples/DenseBase_middleRows_int.cpp
eigen/doc/examples/DenseBase_template_int_middleCols.cpp
eigen/doc/examples/DenseBase_template_int_middleRows.cpp
eigen/doc/examples/QuickStart_example.cpp
eigen/doc/examples/QuickStart_example2_dynamic.cpp
eigen/doc/examples/QuickStart_example2_fixed.cpp
eigen/doc/examples/TemplateKeyword_flexible.cpp
eigen/doc/examples/TemplateKeyword_simple.cpp
eigen/doc/examples/TutorialInplaceLU.cpp
eigen/doc/examples/TutorialLinAlgComputeTwice.cpp
eigen/doc/examples/TutorialLinAlgExComputeSolveError.cpp
eigen/doc/examples/TutorialLinAlgExSolveColPivHouseholderQR.cpp
eigen/doc/examples/TutorialLinAlgExSolveLDLT.cpp
eigen/doc/examples/TutorialLinAlgInverseDeterminant.cpp
eigen/doc/examples/TutorialLinAlgRankRevealing.cpp
eigen/doc/examples/TutorialLinAlgSVDSolve.cpp
eigen/doc/examples/TutorialLinAlgSelfAdjointEigenSolver.cpp
eigen/doc/examples/TutorialLinAlgSetThreshold.cpp
eigen/doc/examples/Tutorial_ArrayClass_accessors.cpp
eigen/doc/examples/Tutorial_ArrayClass_addition.cpp
eigen/doc/examples/Tutorial_ArrayClass_cwise_other.cpp
eigen/doc/examples/Tutorial_ArrayClass_interop.cpp
eigen/doc/examples/Tutorial_ArrayClass_interop_matrix.cpp
eigen/doc/examples/Tutorial_ArrayClass_mult.cpp
eigen/doc/examples/Tutorial_BlockOperations_block_assignment.cpp
eigen/doc/examples/Tutorial_BlockOperations_colrow.cpp
eigen/doc/examples/Tutorial_BlockOperations_corner.cpp
eigen/doc/examples/Tutorial_BlockOperations_print_block.cpp
eigen/doc/examples/Tutorial_BlockOperations_vector.cpp
eigen/doc/examples/Tutorial_PartialLU_solve.cpp
eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp
eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp
eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp
eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp
eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp
eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_bool.cpp
eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp
eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_operatornorm.cpp
eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp
eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp
eigen/doc/examples/Tutorial_simple_example_dynamic_size.cpp
eigen/doc/examples/Tutorial_simple_example_fixed_size.cpp
eigen/doc/examples/class_Block.cpp
eigen/doc/examples/class_CwiseBinaryOp.cpp
eigen/doc/examples/class_CwiseUnaryOp.cpp
eigen/doc/examples/class_CwiseUnaryOp_ptrfun.cpp
eigen/doc/examples/class_FixedBlock.cpp
eigen/doc/examples/class_FixedReshaped.cpp
eigen/doc/examples/class_FixedVectorBlock.cpp
eigen/doc/examples/class_Reshaped.cpp
eigen/doc/examples/class_VectorBlock.cpp
eigen/doc/examples/function_taking_eigenbase.cpp
eigen/doc/examples/function_taking_ref.cpp
eigen/doc/examples/make_circulant.cpp
eigen/doc/examples/make_circulant.cpp.entry
eigen/doc/examples/make_circulant.cpp.evaluator
eigen/doc/examples/make_circulant.cpp.expression
eigen/doc/examples/make_circulant.cpp.main
eigen/doc/examples/make_circulant.cpp.preamble
eigen/doc/examples/make_circulant.cpp.traits
eigen/doc/examples/make_circulant2.cpp
eigen/doc/examples/matrixfree_cg.cpp
eigen/doc/examples/nullary_indexing.cpp
eigen/doc/examples/tut_arithmetic_add_sub.cpp
eigen/doc/examples/tut_arithmetic_dot_cross.cpp
eigen/doc/examples/tut_arithmetic_matrix_mul.cpp
eigen/doc/examples/tut_arithmetic_redux_basic.cpp
eigen/doc/examples/tut_arithmetic_scalar_mul_div.cpp
eigen/doc/examples/tut_matrix_coefficient_accessors.cpp
eigen/doc/examples/tut_matrix_resize.cpp
eigen/doc/examples/tut_matrix_resize_fixed_size.cpp
eigen/doc/snippets/.krazy
eigen/doc/snippets/AngleAxis_mimic_euler.cpp
eigen/doc/snippets/Array_initializer_list_23_cxx11.cpp
eigen/doc/snippets/Array_initializer_list_vector_cxx11.cpp
eigen/doc/snippets/Array_variadic_ctor_cxx11.cpp
eigen/doc/snippets/BiCGSTAB_simple.cpp
eigen/doc/snippets/BiCGSTAB_step_by_step.cpp
eigen/doc/snippets/CMakeLists.txt
eigen/doc/snippets/ColPivHouseholderQR_solve.cpp
eigen/doc/snippets/ComplexEigenSolver_compute.cpp
eigen/doc/snippets/ComplexEigenSolver_eigenvalues.cpp
eigen/doc/snippets/ComplexEigenSolver_eigenvectors.cpp
eigen/doc/snippets/ComplexSchur_compute.cpp
eigen/doc/snippets/ComplexSchur_matrixT.cpp
eigen/doc/snippets/ComplexSchur_matrixU.cpp
eigen/doc/snippets/Cwise_abs.cpp
eigen/doc/snippets/Cwise_abs2.cpp
eigen/doc/snippets/Cwise_acos.cpp
eigen/doc/snippets/Cwise_arg.cpp
eigen/doc/snippets/Cwise_array_atan2_array.cpp
eigen/doc/snippets/Cwise_array_power_array.cpp
eigen/doc/snippets/Cwise_asin.cpp
eigen/doc/snippets/Cwise_atan.cpp
eigen/doc/snippets/Cwise_boolean_and.cpp
eigen/doc/snippets/Cwise_boolean_not.cpp
eigen/doc/snippets/Cwise_boolean_or.cpp
eigen/doc/snippets/Cwise_cbrt.cpp
eigen/doc/snippets/Cwise_ceil.cpp
eigen/doc/snippets/Cwise_cos.cpp
eigen/doc/snippets/Cwise_cosh.cpp
eigen/doc/snippets/Cwise_cube.cpp
eigen/doc/snippets/Cwise_equal_equal.cpp
eigen/doc/snippets/Cwise_exp.cpp
eigen/doc/snippets/Cwise_floor.cpp
eigen/doc/snippets/Cwise_greater.cpp
eigen/doc/snippets/Cwise_greater_equal.cpp
eigen/doc/snippets/Cwise_inverse.cpp
eigen/doc/snippets/Cwise_isFinite.cpp
eigen/doc/snippets/Cwise_isInf.cpp
eigen/doc/snippets/Cwise_isNaN.cpp
eigen/doc/snippets/Cwise_less.cpp
eigen/doc/snippets/Cwise_less_equal.cpp
eigen/doc/snippets/Cwise_log.cpp
eigen/doc/snippets/Cwise_log10.cpp
eigen/doc/snippets/Cwise_max.cpp
eigen/doc/snippets/Cwise_min.cpp
eigen/doc/snippets/Cwise_minus.cpp
eigen/doc/snippets/Cwise_minus_equal.cpp
eigen/doc/snippets/Cwise_not_equal.cpp
eigen/doc/snippets/Cwise_plus.cpp
eigen/doc/snippets/Cwise_plus_equal.cpp
eigen/doc/snippets/Cwise_pow.cpp
eigen/doc/snippets/Cwise_product.cpp
eigen/doc/snippets/Cwise_quotient.cpp
eigen/doc/snippets/Cwise_rint.cpp
eigen/doc/snippets/Cwise_round.cpp
eigen/doc/snippets/Cwise_scalar_power_array.cpp
eigen/doc/snippets/Cwise_sign.cpp
eigen/doc/snippets/Cwise_sin.cpp
eigen/doc/snippets/Cwise_sinh.cpp
eigen/doc/snippets/Cwise_slash_equal.cpp
eigen/doc/snippets/Cwise_sqrt.cpp
eigen/doc/snippets/Cwise_square.cpp
eigen/doc/snippets/Cwise_tan.cpp
eigen/doc/snippets/Cwise_tanh.cpp
eigen/doc/snippets/Cwise_times_equal.cpp
eigen/doc/snippets/Cwise_trunc.cpp
eigen/doc/snippets/DenseBase_LinSpaced.cpp
eigen/doc/snippets/DenseBase_LinSpacedInt.cpp
eigen/doc/snippets/DenseBase_LinSpaced_seq_deprecated.cpp
eigen/doc/snippets/DenseBase_setLinSpaced.cpp
eigen/doc/snippets/DirectionWise_hnormalized.cpp
eigen/doc/snippets/DirectionWise_replicate.cpp
eigen/doc/snippets/DirectionWise_replicate_int.cpp
eigen/doc/snippets/EigenSolver_EigenSolver_MatrixType.cpp
eigen/doc/snippets/EigenSolver_compute.cpp
eigen/doc/snippets/EigenSolver_eigenvalues.cpp
eigen/doc/snippets/EigenSolver_eigenvectors.cpp
eigen/doc/snippets/EigenSolver_pseudoEigenvectors.cpp
eigen/doc/snippets/FullPivHouseholderQR_solve.cpp
eigen/doc/snippets/FullPivLU_image.cpp
eigen/doc/snippets/FullPivLU_kernel.cpp
eigen/doc/snippets/FullPivLU_solve.cpp
eigen/doc/snippets/GeneralizedEigenSolver.cpp
eigen/doc/snippets/HessenbergDecomposition_compute.cpp
eigen/doc/snippets/HessenbergDecomposition_matrixH.cpp
eigen/doc/snippets/HessenbergDecomposition_packedMatrix.cpp
eigen/doc/snippets/HouseholderQR_householderQ.cpp
eigen/doc/snippets/HouseholderQR_solve.cpp
eigen/doc/snippets/HouseholderSequence_HouseholderSequence.cpp
eigen/doc/snippets/IOFormat.cpp
eigen/doc/snippets/JacobiSVD_basic.cpp
eigen/doc/snippets/Jacobi_makeGivens.cpp
eigen/doc/snippets/Jacobi_makeJacobi.cpp
eigen/doc/snippets/LLT_example.cpp
eigen/doc/snippets/LLT_solve.cpp
eigen/doc/snippets/LeastSquaresNormalEquations.cpp
eigen/doc/snippets/LeastSquaresQR.cpp
eigen/doc/snippets/Map_general_stride.cpp
eigen/doc/snippets/Map_inner_stride.cpp
eigen/doc/snippets/Map_outer_stride.cpp
eigen/doc/snippets/Map_placement_new.cpp
eigen/doc/snippets/Map_simple.cpp
eigen/doc/snippets/MatrixBase_adjoint.cpp
eigen/doc/snippets/MatrixBase_all.cpp
eigen/doc/snippets/MatrixBase_applyOnTheLeft.cpp
eigen/doc/snippets/MatrixBase_applyOnTheRight.cpp
eigen/doc/snippets/MatrixBase_array.cpp
eigen/doc/snippets/MatrixBase_array_const.cpp
eigen/doc/snippets/MatrixBase_asDiagonal.cpp
eigen/doc/snippets/MatrixBase_block_int_int.cpp
eigen/doc/snippets/MatrixBase_block_int_int_int_int.cpp
eigen/doc/snippets/MatrixBase_bottomLeftCorner_int_int.cpp
eigen/doc/snippets/MatrixBase_bottomRightCorner_int_int.cpp
eigen/doc/snippets/MatrixBase_bottomRows_int.cpp
eigen/doc/snippets/MatrixBase_cast.cpp
eigen/doc/snippets/MatrixBase_col.cpp
eigen/doc/snippets/MatrixBase_colwise.cpp
eigen/doc/snippets/MatrixBase_colwise_iterator_cxx11.cpp
eigen/doc/snippets/MatrixBase_computeInverseAndDetWithCheck.cpp
eigen/doc/snippets/MatrixBase_computeInverseWithCheck.cpp
eigen/doc/snippets/MatrixBase_cwiseAbs.cpp
eigen/doc/snippets/MatrixBase_cwiseAbs2.cpp
eigen/doc/snippets/MatrixBase_cwiseArg.cpp
eigen/doc/snippets/MatrixBase_cwiseEqual.cpp
eigen/doc/snippets/MatrixBase_cwiseInverse.cpp
eigen/doc/snippets/MatrixBase_cwiseMax.cpp
eigen/doc/snippets/MatrixBase_cwiseMin.cpp
eigen/doc/snippets/MatrixBase_cwiseNotEqual.cpp
eigen/doc/snippets/MatrixBase_cwiseProduct.cpp
eigen/doc/snippets/MatrixBase_cwiseQuotient.cpp
eigen/doc/snippets/MatrixBase_cwiseSign.cpp
eigen/doc/snippets/MatrixBase_cwiseSqrt.cpp
eigen/doc/snippets/MatrixBase_diagonal.cpp
eigen/doc/snippets/MatrixBase_diagonal_int.cpp
eigen/doc/snippets/MatrixBase_diagonal_template_int.cpp
eigen/doc/snippets/MatrixBase_eigenvalues.cpp
eigen/doc/snippets/MatrixBase_end_int.cpp
eigen/doc/snippets/MatrixBase_eval.cpp
eigen/doc/snippets/MatrixBase_fixedBlock_int_int.cpp
eigen/doc/snippets/MatrixBase_hnormalized.cpp
eigen/doc/snippets/MatrixBase_homogeneous.cpp
eigen/doc/snippets/MatrixBase_identity.cpp
eigen/doc/snippets/MatrixBase_identity_int_int.cpp
eigen/doc/snippets/MatrixBase_inverse.cpp
eigen/doc/snippets/MatrixBase_isDiagonal.cpp
eigen/doc/snippets/MatrixBase_isIdentity.cpp
eigen/doc/snippets/MatrixBase_isOnes.cpp
eigen/doc/snippets/MatrixBase_isOrthogonal.cpp
eigen/doc/snippets/MatrixBase_isUnitary.cpp
eigen/doc/snippets/MatrixBase_isZero.cpp
eigen/doc/snippets/MatrixBase_leftCols_int.cpp
eigen/doc/snippets/MatrixBase_noalias.cpp
eigen/doc/snippets/MatrixBase_ones.cpp
eigen/doc/snippets/MatrixBase_ones_int.cpp
eigen/doc/snippets/MatrixBase_ones_int_int.cpp
eigen/doc/snippets/MatrixBase_operatorNorm.cpp
eigen/doc/snippets/MatrixBase_prod.cpp
eigen/doc/snippets/MatrixBase_random.cpp
eigen/doc/snippets/MatrixBase_random_int.cpp
eigen/doc/snippets/MatrixBase_random_int_int.cpp
eigen/doc/snippets/MatrixBase_replicate.cpp
eigen/doc/snippets/MatrixBase_replicate_int_int.cpp
eigen/doc/snippets/MatrixBase_reshaped_auto.cpp
eigen/doc/snippets/MatrixBase_reshaped_fixed.cpp
eigen/doc/snippets/MatrixBase_reshaped_int_int.cpp
eigen/doc/snippets/MatrixBase_reshaped_to_vector.cpp
eigen/doc/snippets/MatrixBase_reverse.cpp
eigen/doc/snippets/MatrixBase_rightCols_int.cpp
eigen/doc/snippets/MatrixBase_row.cpp
eigen/doc/snippets/MatrixBase_rowwise.cpp
eigen/doc/snippets/MatrixBase_segment_int_int.cpp
eigen/doc/snippets/MatrixBase_select.cpp
eigen/doc/snippets/MatrixBase_selfadjointView.cpp
eigen/doc/snippets/MatrixBase_set.cpp
eigen/doc/snippets/MatrixBase_setIdentity.cpp
eigen/doc/snippets/MatrixBase_setOnes.cpp
eigen/doc/snippets/MatrixBase_setRandom.cpp
eigen/doc/snippets/MatrixBase_setZero.cpp
eigen/doc/snippets/MatrixBase_start_int.cpp
eigen/doc/snippets/MatrixBase_template_int_bottomRows.cpp
eigen/doc/snippets/MatrixBase_template_int_end.cpp
eigen/doc/snippets/MatrixBase_template_int_int_block_int_int_int_int.cpp
eigen/doc/snippets/MatrixBase_template_int_int_bottomLeftCorner.cpp
eigen/doc/snippets/MatrixBase_template_int_int_bottomLeftCorner_int_int.cpp
eigen/doc/snippets/MatrixBase_template_int_int_bottomRightCorner.cpp
eigen/doc/snippets/MatrixBase_template_int_int_bottomRightCorner_int_int.cpp
eigen/doc/snippets/MatrixBase_template_int_int_topLeftCorner.cpp
eigen/doc/snippets/MatrixBase_template_int_int_topLeftCorner_int_int.cpp
eigen/doc/snippets/MatrixBase_template_int_int_topRightCorner.cpp
eigen/doc/snippets/MatrixBase_template_int_int_topRightCorner_int_int.cpp
eigen/doc/snippets/MatrixBase_template_int_leftCols.cpp
eigen/doc/snippets/MatrixBase_template_int_rightCols.cpp
eigen/doc/snippets/MatrixBase_template_int_segment.cpp
eigen/doc/snippets/MatrixBase_template_int_start.cpp
eigen/doc/snippets/MatrixBase_template_int_topRows.cpp
eigen/doc/snippets/MatrixBase_topLeftCorner_int_int.cpp
eigen/doc/snippets/MatrixBase_topRightCorner_int_int.cpp
eigen/doc/snippets/MatrixBase_topRows_int.cpp
eigen/doc/snippets/MatrixBase_transpose.cpp
eigen/doc/snippets/MatrixBase_triangularView.cpp
eigen/doc/snippets/MatrixBase_zero.cpp
eigen/doc/snippets/MatrixBase_zero_int.cpp
eigen/doc/snippets/MatrixBase_zero_int_int.cpp
eigen/doc/snippets/Matrix_Map_stride.cpp
eigen/doc/snippets/Matrix_initializer_list_23_cxx11.cpp
eigen/doc/snippets/Matrix_initializer_list_vector_cxx11.cpp
eigen/doc/snippets/Matrix_resize_NoChange_int.cpp
eigen/doc/snippets/Matrix_resize_int.cpp
eigen/doc/snippets/Matrix_resize_int_NoChange.cpp
eigen/doc/snippets/Matrix_resize_int_int.cpp
eigen/doc/snippets/Matrix_setConstant_int.cpp
eigen/doc/snippets/Matrix_setConstant_int_int.cpp
eigen/doc/snippets/Matrix_setIdentity_int_int.cpp
eigen/doc/snippets/Matrix_setOnes_int.cpp
eigen/doc/snippets/Matrix_setOnes_int_int.cpp
eigen/doc/snippets/Matrix_setRandom_int.cpp
eigen/doc/snippets/Matrix_setRandom_int_int.cpp
eigen/doc/snippets/Matrix_setZero_int.cpp
eigen/doc/snippets/Matrix_setZero_int_int.cpp
eigen/doc/snippets/Matrix_variadic_ctor_cxx11.cpp
eigen/doc/snippets/PartialPivLU_solve.cpp
eigen/doc/snippets/PartialRedux_count.cpp
eigen/doc/snippets/PartialRedux_maxCoeff.cpp
eigen/doc/snippets/PartialRedux_minCoeff.cpp
eigen/doc/snippets/PartialRedux_norm.cpp
eigen/doc/snippets/PartialRedux_prod.cpp
eigen/doc/snippets/PartialRedux_squaredNorm.cpp
eigen/doc/snippets/PartialRedux_sum.cpp
eigen/doc/snippets/RealQZ_compute.cpp
eigen/doc/snippets/RealSchur_RealSchur_MatrixType.cpp
eigen/doc/snippets/RealSchur_compute.cpp
eigen/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp
eigen/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp
eigen/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp
eigen/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType.cpp
eigen/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType2.cpp
eigen/doc/snippets/SelfAdjointEigenSolver_eigenvalues.cpp
eigen/doc/snippets/SelfAdjointEigenSolver_eigenvectors.cpp
eigen/doc/snippets/SelfAdjointEigenSolver_operatorInverseSqrt.cpp
eigen/doc/snippets/SelfAdjointEigenSolver_operatorSqrt.cpp
eigen/doc/snippets/SelfAdjointView_eigenvalues.cpp
eigen/doc/snippets/SelfAdjointView_operatorNorm.cpp
eigen/doc/snippets/Slicing_arrayexpr.cpp
eigen/doc/snippets/Slicing_custom_padding_cxx11.cpp
eigen/doc/snippets/Slicing_rawarray_cxx11.cpp
eigen/doc/snippets/Slicing_stdvector_cxx11.cpp
eigen/doc/snippets/SparseMatrix_coeffs.cpp
eigen/doc/snippets/TopicAliasing_block.cpp
eigen/doc/snippets/TopicAliasing_block_correct.cpp
eigen/doc/snippets/TopicAliasing_cwise.cpp
eigen/doc/snippets/TopicAliasing_mult1.cpp
eigen/doc/snippets/TopicAliasing_mult2.cpp
eigen/doc/snippets/TopicAliasing_mult3.cpp
eigen/doc/snippets/TopicAliasing_mult4.cpp
eigen/doc/snippets/TopicAliasing_mult5.cpp
eigen/doc/snippets/TopicStorageOrders_example.cpp
eigen/doc/snippets/Triangular_solve.cpp
eigen/doc/snippets/Tridiagonalization_Tridiagonalization_MatrixType.cpp
eigen/doc/snippets/Tridiagonalization_compute.cpp
eigen/doc/snippets/Tridiagonalization_decomposeInPlace.cpp
eigen/doc/snippets/Tridiagonalization_diagonal.cpp
eigen/doc/snippets/Tridiagonalization_householderCoefficients.cpp
eigen/doc/snippets/Tridiagonalization_packedMatrix.cpp
eigen/doc/snippets/Tutorial_AdvancedInitialization_Block.cpp
eigen/doc/snippets/Tutorial_AdvancedInitialization_CommaTemporary.cpp
eigen/doc/snippets/Tutorial_AdvancedInitialization_Join.cpp
eigen/doc/snippets/Tutorial_AdvancedInitialization_LinSpaced.cpp
eigen/doc/snippets/Tutorial_AdvancedInitialization_ThreeWays.cpp
eigen/doc/snippets/Tutorial_AdvancedInitialization_Zero.cpp
eigen/doc/snippets/Tutorial_Map_rowmajor.cpp
eigen/doc/snippets/Tutorial_Map_using.cpp
eigen/doc/snippets/Tutorial_ReshapeMat2Mat.cpp
eigen/doc/snippets/Tutorial_ReshapeMat2Vec.cpp
eigen/doc/snippets/Tutorial_SlicingCol.cpp
eigen/doc/snippets/Tutorial_SlicingVec.cpp
eigen/doc/snippets/Tutorial_commainit_01.cpp
eigen/doc/snippets/Tutorial_commainit_01b.cpp
eigen/doc/snippets/Tutorial_commainit_02.cpp
eigen/doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp
eigen/doc/snippets/Tutorial_range_for_loop_2d_cxx11.cpp
eigen/doc/snippets/Tutorial_reshaped_vs_resize_1.cpp
eigen/doc/snippets/Tutorial_reshaped_vs_resize_2.cpp
eigen/doc/snippets/Tutorial_solve_matrix_inverse.cpp
eigen/doc/snippets/Tutorial_solve_multiple_rhs.cpp
eigen/doc/snippets/Tutorial_solve_reuse_decomposition.cpp
eigen/doc/snippets/Tutorial_solve_singular.cpp
eigen/doc/snippets/Tutorial_solve_triangular.cpp
eigen/doc/snippets/Tutorial_solve_triangular_inplace.cpp
eigen/doc/snippets/Tutorial_std_sort.cpp
eigen/doc/snippets/Tutorial_std_sort_rows_cxx11.cpp
eigen/doc/snippets/VectorwiseOp_homogeneous.cpp
eigen/doc/snippets/Vectorwise_reverse.cpp
eigen/doc/snippets/class_FullPivLU.cpp
eigen/doc/snippets/compile_snippet.cpp.in
eigen/doc/snippets/tut_arithmetic_redux_minmax.cpp
eigen/doc/snippets/tut_arithmetic_transpose_aliasing.cpp
eigen/doc/snippets/tut_arithmetic_transpose_conjugate.cpp
eigen/doc/snippets/tut_arithmetic_transpose_inplace.cpp
eigen/doc/snippets/tut_matrix_assignment_resizing.cpp
eigen/doc/special_examples/CMakeLists.txt
eigen/doc/special_examples/Tutorial_sparse_example.cpp
eigen/doc/special_examples/Tutorial_sparse_example_details.cpp
eigen/doc/special_examples/random_cpp11.cpp
eigen/failtest/CMakeLists.txt
eigen/failtest/bdcsvd_int.cpp
eigen/failtest/block_nonconst_ctor_on_const_xpr_0.cpp
eigen/failtest/block_nonconst_ctor_on_const_xpr_1.cpp
eigen/failtest/block_nonconst_ctor_on_const_xpr_2.cpp
eigen/failtest/block_on_const_type_actually_const_0.cpp
eigen/failtest/block_on_const_type_actually_const_1.cpp
eigen/failtest/colpivqr_int.cpp
eigen/failtest/const_qualified_block_method_retval_0.cpp
eigen/failtest/const_qualified_block_method_retval_1.cpp
eigen/failtest/const_qualified_diagonal_method_retval.cpp
eigen/failtest/const_qualified_transpose_method_retval.cpp
eigen/failtest/cwiseunaryview_nonconst_ctor_on_const_xpr.cpp
eigen/failtest/cwiseunaryview_on_const_type_actually_const.cpp
eigen/failtest/diagonal_nonconst_ctor_on_const_xpr.cpp
eigen/failtest/diagonal_on_const_type_actually_const.cpp
eigen/failtest/eigensolver_cplx.cpp
eigen/failtest/eigensolver_int.cpp
eigen/failtest/failtest_sanity_check.cpp
eigen/failtest/fullpivlu_int.cpp
eigen/failtest/fullpivqr_int.cpp
eigen/failtest/initializer_list_1.cpp
eigen/failtest/initializer_list_2.cpp
eigen/failtest/jacobisvd_int.cpp
eigen/failtest/ldlt_int.cpp
eigen/failtest/llt_int.cpp
eigen/failtest/map_nonconst_ctor_on_const_ptr_0.cpp
eigen/failtest/map_nonconst_ctor_on_const_ptr_1.cpp
eigen/failtest/map_nonconst_ctor_on_const_ptr_2.cpp
eigen/failtest/map_nonconst_ctor_on_const_ptr_3.cpp
eigen/failtest/map_nonconst_ctor_on_const_ptr_4.cpp
eigen/failtest/map_on_const_type_actually_const_0.cpp
eigen/failtest/map_on_const_type_actually_const_1.cpp
eigen/failtest/partialpivlu_int.cpp
eigen/failtest/qr_int.cpp
eigen/failtest/ref_1.cpp
eigen/failtest/ref_2.cpp
eigen/failtest/ref_3.cpp
eigen/failtest/ref_4.cpp
eigen/failtest/ref_5.cpp
eigen/failtest/ref_6.cpp
eigen/failtest/ref_7.cpp
eigen/failtest/selfadjointview_nonconst_ctor_on_const_xpr.cpp
eigen/failtest/selfadjointview_on_const_type_actually_const.cpp
eigen/failtest/sparse_ref_1.cpp
eigen/failtest/sparse_ref_2.cpp
eigen/failtest/sparse_ref_3.cpp
eigen/failtest/sparse_ref_4.cpp
eigen/failtest/sparse_ref_5.cpp
eigen/failtest/sparse_storage_mismatch.cpp
eigen/failtest/swap_1.cpp
eigen/failtest/swap_2.cpp
eigen/failtest/ternary_1.cpp
eigen/failtest/ternary_2.cpp
eigen/failtest/transpose_nonconst_ctor_on_const_xpr.cpp
eigen/failtest/transpose_on_const_type_actually_const.cpp
eigen/failtest/triangularview_nonconst_ctor_on_const_xpr.cpp
eigen/failtest/triangularview_on_const_type_actually_const.cpp
eigen/lapack/CMakeLists.txt
eigen/lapack/cholesky.inc
eigen/lapack/clacgv.f
eigen/lapack/cladiv.f
eigen/lapack/clarf.f
eigen/lapack/clarfb.f
eigen/lapack/clarfg.f
eigen/lapack/clarft.f
eigen/lapack/complex_double.cpp
eigen/lapack/complex_single.cpp
eigen/lapack/dladiv.f
eigen/lapack/dlamch.f
eigen/lapack/dlapy2.f
eigen/lapack/dlapy3.f
eigen/lapack/dlarf.f
eigen/lapack/dlarfb.f
eigen/lapack/dlarfg.f
eigen/lapack/dlarft.f
eigen/lapack/double.cpp
eigen/lapack/dsecnd_INT_CPU_TIME.cpp
eigen/lapack/dsecnd_NONE.f
eigen/lapack/eigenvalues.inc
eigen/lapack/ilaclc.f
eigen/lapack/ilaclr.f
eigen/lapack/iladlc.f
eigen/lapack/iladlr.f
eigen/lapack/ilaslc.f
eigen/lapack/ilaslr.f
eigen/lapack/ilazlc.f
eigen/lapack/ilazlr.f
eigen/lapack/lapack.h
eigen/lapack/lapack_common.h
eigen/lapack/lu.inc
eigen/lapack/second_INT_CPU_TIME.cpp
eigen/lapack/second_NONE.f
eigen/lapack/single.cpp
eigen/lapack/sladiv.f
eigen/lapack/slamch.f
eigen/lapack/slapy2.f
eigen/lapack/slapy3.f
eigen/lapack/slarf.f
eigen/lapack/slarfb.f
eigen/lapack/slarfg.f
eigen/lapack/slarft.f
eigen/lapack/svd.inc
eigen/lapack/zlacgv.f
eigen/lapack/zladiv.f
eigen/lapack/zlarf.f
eigen/lapack/zlarfb.f
eigen/lapack/zlarfg.f
eigen/lapack/zlarft.f
eigen/scripts/CMakeLists.txt
eigen/scripts/buildtests.in
eigen/scripts/cdashtesting.cmake.in
eigen/scripts/check.in
eigen/scripts/ci_cmake_msvc.ps1
eigen/scripts/ci_cmake_msvc_cuda.ps1
eigen/scripts/debug.in
eigen/scripts/eigen_gen_credits.cpp
eigen/scripts/eigen_gen_docs
eigen/scripts/eigen_gen_split_test_help.cmake
eigen/scripts/eigen_monitor_perf.sh
eigen/scripts/format.sh
eigen/scripts/msvc_setup.ps1
eigen/scripts/release.in
eigen/test/AnnoyingScalar.h
eigen/test/CMakeLists.txt
eigen/test/CustomComplex.h
eigen/test/MovableScalar.h
eigen/test/OffByOneScalar.h
eigen/test/SafeScalar.h
eigen/test/accelerate_support.cpp
eigen/test/adjoint.cpp
eigen/test/array_cwise.cpp
eigen/test/array_for_matrix.cpp
eigen/test/array_of_string.cpp
eigen/test/array_replicate.cpp
eigen/test/array_reverse.cpp
eigen/test/assignment_threaded.cpp
eigen/test/bandmatrix.cpp
eigen/test/basicstuff.cpp
eigen/test/bdcsvd.cpp
eigen/test/bfloat16_float.cpp
eigen/test/bicgstab.cpp
eigen/test/blasutil.cpp
eigen/test/block.cpp
eigen/test/boostmultiprec.cpp
eigen/test/bug1213.cpp
eigen/test/bug1213.h
eigen/test/bug1213_main.cpp
eigen/test/cholesky.cpp
eigen/test/cholmod_support.cpp
eigen/test/clz.cpp
eigen/test/commainitializer.cpp
eigen/test/conjugate_gradient.cpp
eigen/test/conservative_resize.cpp
eigen/test/constexpr.cpp
eigen/test/constructor.cpp
eigen/test/corners.cpp
eigen/test/ctorleak.cpp
eigen/test/denseLM.cpp
eigen/test/dense_storage.cpp
eigen/test/determinant.cpp
eigen/test/diagonal.cpp
eigen/test/diagonal_matrix_variadic_ctor.cpp
eigen/test/diagonalmatrices.cpp
eigen/test/dontalign.cpp
eigen/test/dynalloc.cpp
eigen/test/eigen2support.cpp
eigen/test/eigensolver_complex.cpp
eigen/test/eigensolver_generalized_real.cpp
eigen/test/eigensolver_generic.cpp
eigen/test/eigensolver_selfadjoint.cpp
eigen/test/evaluator_common.h
eigen/test/evaluators.cpp
eigen/test/exceptions.cpp
eigen/test/fastmath.cpp
eigen/test/first_aligned.cpp
eigen/test/float_conversion.cpp
eigen/test/geo_alignedbox.cpp
eigen/test/geo_eulerangles.cpp
eigen/test/geo_homogeneous.cpp
eigen/test/geo_hyperplane.cpp
eigen/test/geo_orthomethods.cpp
eigen/test/geo_parametrizedline.cpp
eigen/test/geo_quaternion.cpp
eigen/test/geo_transformations.cpp
eigen/test/gpu_basic.cu
eigen/test/gpu_common.h
eigen/test/gpu_example.cu
eigen/test/gpu_test_helper.h
eigen/test/half_float.cpp
eigen/test/hessenberg.cpp
eigen/test/householder.cpp
eigen/test/incomplete_LUT.cpp
eigen/test/incomplete_cholesky.cpp
eigen/test/indexed_view.cpp
eigen/test/initializer_list_construction.cpp
eigen/test/inplace_decomposition.cpp
eigen/test/integer_types.cpp
eigen/test/inverse.cpp
eigen/test/io.cpp
eigen/test/is_same_dense.cpp
eigen/test/jacobi.cpp
eigen/test/jacobisvd.cpp
eigen/test/klu_support.cpp
eigen/test/linearstructure.cpp
eigen/test/lscg.cpp
eigen/test/lu.cpp
eigen/test/main.h
eigen/test/mapped_matrix.cpp
eigen/test/mapstaticmethods.cpp
eigen/test/mapstride.cpp
eigen/test/matrix_cwise.cpp
eigen/test/maxsizevector.cpp
eigen/test/meta.cpp
eigen/test/metis_support.cpp
eigen/test/miscmatrices.cpp
eigen/test/mixingtypes.cpp
eigen/test/nestbyvalue.cpp
eigen/test/nesting_ops.cpp
eigen/test/nomalloc.cpp
eigen/test/nullary.cpp
eigen/test/num_dimensions.cpp
eigen/test/numext.cpp
eigen/test/packet_segment.cpp
eigen/test/packetmath.cpp
eigen/test/packetmath_test_shared.h
eigen/test/pardiso_support.cpp
eigen/test/pastix_support.cpp
eigen/test/permutationmatrices.cpp
eigen/test/prec_inverse_4x4.cpp
eigen/test/product.h
eigen/test/product_extra.cpp
eigen/test/product_large.cpp
eigen/test/product_mmtr.cpp
eigen/test/product_notemporary.cpp
eigen/test/product_selfadjoint.cpp
eigen/test/product_small.cpp
eigen/test/product_symm.cpp
eigen/test/product_syrk.cpp
eigen/test/product_threaded.cpp
eigen/test/product_trmm.cpp
eigen/test/product_trmv.cpp
eigen/test/product_trsolve.cpp
eigen/test/qr.cpp
eigen/test/qr_colpivoting.cpp
eigen/test/qr_fullpivoting.cpp
eigen/test/qtvector.cpp
eigen/test/rand.cpp
eigen/test/random_matrix.cpp
eigen/test/random_matrix_helper.h
eigen/test/random_without_cast_overflow.h
eigen/test/real_qz.cpp
eigen/test/realview.cpp
eigen/test/redux.cpp
eigen/test/ref.cpp
eigen/test/reshape.cpp
eigen/test/resize.cpp
eigen/test/rvalue_types.cpp
eigen/test/schur_complex.cpp
eigen/test/schur_real.cpp
eigen/test/selfadjoint.cpp
eigen/test/serializer.cpp
eigen/test/simplicial_cholesky.cpp
eigen/test/sizeof.cpp
eigen/test/sizeoverflow.cpp
eigen/test/skew_symmetric_matrix3.cpp
eigen/test/smallvectors.cpp
eigen/test/solverbase.h
eigen/test/sparse.h
eigen/test/sparseLM.cpp
eigen/test/sparse_basic.cpp
eigen/test/sparse_block.cpp
eigen/test/sparse_permutations.cpp
eigen/test/sparse_product.cpp
eigen/test/sparse_ref.cpp
eigen/test/sparse_solver.h
eigen/test/sparse_solvers.cpp
eigen/test/sparse_vector.cpp
eigen/test/sparselu.cpp
eigen/test/sparseqr.cpp
eigen/test/special_numbers.cpp
eigen/test/split_test_helper.h
eigen/test/spqr_support.cpp
eigen/test/stable_norm.cpp
eigen/test/stddeque.cpp
eigen/test/stddeque_overload.cpp
eigen/test/stdlist.cpp
eigen/test/stdlist_overload.cpp
eigen/test/stdvector.cpp
eigen/test/stdvector_overload.cpp
eigen/test/stl_iterators.cpp
eigen/test/superlu_support.cpp
eigen/test/svd_common.h
eigen/test/svd_fill.h
eigen/test/swap.cpp
eigen/test/sycl_basic.cpp
eigen/test/symbolic_index.cpp
eigen/test/threads_eventcount.cpp
eigen/test/threads_fork_join.cpp
eigen/test/threads_non_blocking_thread_pool.cpp
eigen/test/threads_runqueue.cpp
eigen/test/triangular.cpp
eigen/test/tuple_test.cpp
eigen/test/type_alias.cpp
eigen/test/umeyama.cpp
eigen/test/umfpack_support.cpp
eigen/test/unalignedcount.cpp
eigen/test/unaryview.cpp
eigen/test/upperbidiagonalization.cpp
eigen/test/vectorization_logic.cpp
eigen/test/vectorwiseop.cpp
eigen/test/visitor.cpp
eigen/test/zerosized.cpp
eigen/unsupported/CMakeLists.txt
eigen/unsupported/README.txt
eigen/unsupported/Eigen/AdolcForward
eigen/unsupported/Eigen/AlignedVector3
eigen/unsupported/Eigen/ArpackSupport
eigen/unsupported/Eigen/AutoDiff
eigen/unsupported/Eigen/BVH
eigen/unsupported/Eigen/CMakeLists.txt
eigen/unsupported/Eigen/EulerAngles
eigen/unsupported/Eigen/FFT
eigen/unsupported/Eigen/IterativeSolvers
eigen/unsupported/Eigen/KroneckerProduct
eigen/unsupported/Eigen/LevenbergMarquardt
eigen/unsupported/Eigen/MPRealSupport
eigen/unsupported/Eigen/MatrixFunctions
eigen/unsupported/Eigen/NNLS
eigen/unsupported/Eigen/NonLinearOptimization
eigen/unsupported/Eigen/NumericalDiff
eigen/unsupported/Eigen/OpenGLSupport
eigen/unsupported/Eigen/Polynomials
eigen/unsupported/Eigen/SparseExtra
eigen/unsupported/Eigen/SpecialFunctions
eigen/unsupported/Eigen/Splines
eigen/unsupported/Eigen/CXX11/CMakeLists.txt
eigen/unsupported/Eigen/CXX11/Tensor
eigen/unsupported/Eigen/CXX11/TensorSymmetry
eigen/unsupported/Eigen/CXX11/ThreadPool
eigen/unsupported/Eigen/CXX11/src/Tensor/InternalHeaderCheck.h
eigen/unsupported/Eigen/CXX11/src/Tensor/README.md
eigen/unsupported/Eigen/CXX11/src/Tensor/Tensor.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRoll.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h
eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h
eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/InternalHeaderCheck.h
eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h
eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h
eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h
eigen/unsupported/Eigen/CXX11/src/util/CXX11Meta.h
eigen/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h
eigen/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h
eigen/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h
eigen/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h
eigen/unsupported/Eigen/src/AutoDiff/CoherentPadOp.h
eigen/unsupported/Eigen/src/AutoDiff/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/BVH/BVAlgorithms.h
eigen/unsupported/Eigen/src/BVH/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/BVH/KdBVH.h
eigen/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h
eigen/unsupported/Eigen/src/Eigenvalues/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/EulerAngles/CMakeLists.txt
eigen/unsupported/Eigen/src/EulerAngles/EulerAngles.h
eigen/unsupported/Eigen/src/EulerAngles/EulerSystem.h
eigen/unsupported/Eigen/src/EulerAngles/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/FFT/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/FFT/duccfft_impl.h
eigen/unsupported/Eigen/src/FFT/fftw_impl.h
eigen/unsupported/Eigen/src/FFT/imklfft_impl.h
eigen/unsupported/Eigen/src/FFT/kissfft_impl.h
eigen/unsupported/Eigen/src/FFT/pocketfft_impl.h
eigen/unsupported/Eigen/src/IterativeSolvers/BiCGSTABL.h
eigen/unsupported/Eigen/src/IterativeSolvers/DGMRES.h
eigen/unsupported/Eigen/src/IterativeSolvers/GMRES.h
eigen/unsupported/Eigen/src/IterativeSolvers/IDRS.h
eigen/unsupported/Eigen/src/IterativeSolvers/IDRSTABL.h
eigen/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h
eigen/unsupported/Eigen/src/IterativeSolvers/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/IterativeSolvers/MINRES.h
eigen/unsupported/Eigen/src/IterativeSolvers/Scaling.h
eigen/unsupported/Eigen/src/KroneckerProduct/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h
eigen/unsupported/Eigen/src/LevenbergMarquardt/CopyrightMINPACK.txt
eigen/unsupported/Eigen/src/LevenbergMarquardt/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h
eigen/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h
eigen/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h
eigen/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h
eigen/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h
eigen/unsupported/Eigen/src/MatrixFunctions/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h
eigen/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h
eigen/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h
eigen/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h
eigen/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h
eigen/unsupported/Eigen/src/MatrixFunctions/StemFunction.h
eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
eigen/unsupported/Eigen/src/NonLinearOptimization/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
eigen/unsupported/Eigen/src/NonLinearOptimization/chkder.h
eigen/unsupported/Eigen/src/NonLinearOptimization/covar.h
eigen/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
eigen/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
eigen/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
eigen/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
eigen/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
eigen/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
eigen/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
eigen/unsupported/Eigen/src/NumericalDiff/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
eigen/unsupported/Eigen/src/Polynomials/Companion.h
eigen/unsupported/Eigen/src/Polynomials/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/Polynomials/PolynomialSolver.h
eigen/unsupported/Eigen/src/Polynomials/PolynomialUtils.h
eigen/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h
eigen/unsupported/Eigen/src/SparseExtra/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/SparseExtra/MarketIO.h
eigen/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h
eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h
eigen/unsupported/Eigen/src/SparseExtra/SparseInverse.h
eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h
eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h
eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h
eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h
eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h
eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h
eigen/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h
eigen/unsupported/Eigen/src/SpecialFunctions/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h
eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h
eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h
eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h
eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h
eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h
eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h
eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h
eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h
eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h
eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h
eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h
eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h
eigen/unsupported/Eigen/src/Splines/InternalHeaderCheck.h
eigen/unsupported/Eigen/src/Splines/Spline.h
eigen/unsupported/Eigen/src/Splines/SplineFitting.h
eigen/unsupported/Eigen/src/Splines/SplineFwd.h
eigen/unsupported/bench/bench_svd.cpp
eigen/unsupported/doc/CMakeLists.txt
eigen/unsupported/doc/Overview.dox
eigen/unsupported/doc/SYCL.dox
eigen/unsupported/doc/eigendoxy_layout.xml.in
eigen/unsupported/doc/examples/BVH_Example.cpp
eigen/unsupported/doc/examples/CMakeLists.txt
eigen/unsupported/doc/examples/EulerAngles.cpp
eigen/unsupported/doc/examples/FFT.cpp
eigen/unsupported/doc/examples/MatrixExponential.cpp
eigen/unsupported/doc/examples/MatrixFunction.cpp
eigen/unsupported/doc/examples/MatrixLogarithm.cpp
eigen/unsupported/doc/examples/MatrixPower.cpp
eigen/unsupported/doc/examples/MatrixPower_optimal.cpp
eigen/unsupported/doc/examples/MatrixSine.cpp
eigen/unsupported/doc/examples/MatrixSinh.cpp
eigen/unsupported/doc/examples/MatrixSquareRoot.cpp
eigen/unsupported/doc/examples/PolynomialSolver1.cpp
eigen/unsupported/doc/examples/PolynomialUtils1.cpp
eigen/unsupported/doc/examples/SYCL/CMakeLists.txt
eigen/unsupported/doc/examples/SYCL/CwiseMul.cpp
eigen/unsupported/doc/snippets/CMakeLists.txt
eigen/unsupported/test/BVH.cpp
eigen/unsupported/test/CMakeLists.txt
eigen/unsupported/test/EulerAngles.cpp
eigen/unsupported/test/FFT.cpp
eigen/unsupported/test/FFTW.cpp
eigen/unsupported/test/NNLS.cpp
eigen/unsupported/test/NonLinearOptimization.cpp
eigen/unsupported/test/NumericalDiff.cpp
eigen/unsupported/test/alignedvector3.cpp
eigen/unsupported/test/autodiff.cpp
eigen/unsupported/test/autodiff_scalar.cpp
eigen/unsupported/test/bessel_functions.cpp
eigen/unsupported/test/bicgstabl.cpp
eigen/unsupported/test/cxx11_tensor_argmax.cpp
eigen/unsupported/test/cxx11_tensor_argmax_gpu.cu
eigen/unsupported/test/cxx11_tensor_argmax_sycl.cpp
eigen/unsupported/test/cxx11_tensor_assign.cpp
eigen/unsupported/test/cxx11_tensor_block_access.cpp
eigen/unsupported/test/cxx11_tensor_block_eval.cpp
eigen/unsupported/test/cxx11_tensor_block_io.cpp
eigen/unsupported/test/cxx11_tensor_broadcast_sycl.cpp
eigen/unsupported/test/cxx11_tensor_broadcasting.cpp
eigen/unsupported/test/cxx11_tensor_builtins_sycl.cpp
eigen/unsupported/test/cxx11_tensor_cast_float16_gpu.cu
eigen/unsupported/test/cxx11_tensor_casts.cpp
eigen/unsupported/test/cxx11_tensor_chipping.cpp
eigen/unsupported/test/cxx11_tensor_chipping_sycl.cpp
eigen/unsupported/test/cxx11_tensor_comparisons.cpp
eigen/unsupported/test/cxx11_tensor_complex_cwise_ops_gpu.cu
eigen/unsupported/test/cxx11_tensor_complex_gpu.cu
eigen/unsupported/test/cxx11_tensor_concatenation.cpp
eigen/unsupported/test/cxx11_tensor_concatenation_sycl.cpp
eigen/unsupported/test/cxx11_tensor_const.cpp
eigen/unsupported/test/cxx11_tensor_contract_gpu.cu
eigen/unsupported/test/cxx11_tensor_contract_sycl.cpp
eigen/unsupported/test/cxx11_tensor_contraction.cpp
eigen/unsupported/test/cxx11_tensor_convolution.cpp
eigen/unsupported/test/cxx11_tensor_convolution_sycl.cpp
eigen/unsupported/test/cxx11_tensor_custom_index.cpp
eigen/unsupported/test/cxx11_tensor_custom_op.cpp
eigen/unsupported/test/cxx11_tensor_custom_op_sycl.cpp
eigen/unsupported/test/cxx11_tensor_device.cu
eigen/unsupported/test/cxx11_tensor_device_sycl.cpp
eigen/unsupported/test/cxx11_tensor_dimension.cpp
eigen/unsupported/test/cxx11_tensor_empty.cpp
eigen/unsupported/test/cxx11_tensor_executor.cpp
eigen/unsupported/test/cxx11_tensor_expr.cpp
eigen/unsupported/test/cxx11_tensor_fft.cpp
eigen/unsupported/test/cxx11_tensor_fixed_size.cpp
eigen/unsupported/test/cxx11_tensor_forced_eval.cpp
eigen/unsupported/test/cxx11_tensor_forced_eval_sycl.cpp
eigen/unsupported/test/cxx11_tensor_generator.cpp
eigen/unsupported/test/cxx11_tensor_generator_sycl.cpp
eigen/unsupported/test/cxx11_tensor_gpu.cu
eigen/unsupported/test/cxx11_tensor_ifft.cpp
eigen/unsupported/test/cxx11_tensor_image_op_sycl.cpp
eigen/unsupported/test/cxx11_tensor_image_patch.cpp
eigen/unsupported/test/cxx11_tensor_image_patch_sycl.cpp
eigen/unsupported/test/cxx11_tensor_index_list.cpp
eigen/unsupported/test/cxx11_tensor_inflation.cpp
eigen/unsupported/test/cxx11_tensor_inflation_sycl.cpp
eigen/unsupported/test/cxx11_tensor_intdiv.cpp
eigen/unsupported/test/cxx11_tensor_io.cpp
eigen/unsupported/test/cxx11_tensor_layout_swap.cpp
eigen/unsupported/test/cxx11_tensor_layout_swap_sycl.cpp
eigen/unsupported/test/cxx11_tensor_lvalue.cpp
eigen/unsupported/test/cxx11_tensor_map.cpp
eigen/unsupported/test/cxx11_tensor_math.cpp
eigen/unsupported/test/cxx11_tensor_math_sycl.cpp
eigen/unsupported/test/cxx11_tensor_mixed_indices.cpp
eigen/unsupported/test/cxx11_tensor_morphing.cpp
eigen/unsupported/test/cxx11_tensor_morphing_sycl.cpp
eigen/unsupported/test/cxx11_tensor_move.cpp
eigen/unsupported/test/cxx11_tensor_notification.cpp
eigen/unsupported/test/cxx11_tensor_of_bfloat16_gpu.cu
eigen/unsupported/test/cxx11_tensor_of_complex.cpp
eigen/unsupported/test/cxx11_tensor_of_const_values.cpp
eigen/unsupported/test/cxx11_tensor_of_float16_gpu.cu
eigen/unsupported/test/cxx11_tensor_of_float16_sycl.cpp
eigen/unsupported/test/cxx11_tensor_of_strings.cpp
eigen/unsupported/test/cxx11_tensor_padding.cpp
eigen/unsupported/test/cxx11_tensor_padding_sycl.cpp
eigen/unsupported/test/cxx11_tensor_patch.cpp
eigen/unsupported/test/cxx11_tensor_patch_sycl.cpp
eigen/unsupported/test/cxx11_tensor_random.cpp
eigen/unsupported/test/cxx11_tensor_random_gpu.cu
eigen/unsupported/test/cxx11_tensor_random_sycl.cpp
eigen/unsupported/test/cxx11_tensor_reduction.cpp
eigen/unsupported/test/cxx11_tensor_reduction_gpu.cu
eigen/unsupported/test/cxx11_tensor_reduction_sycl.cpp
eigen/unsupported/test/cxx11_tensor_ref.cpp
eigen/unsupported/test/cxx11_tensor_reverse.cpp
eigen/unsupported/test/cxx11_tensor_reverse_sycl.cpp
eigen/unsupported/test/cxx11_tensor_roll.cpp
eigen/unsupported/test/cxx11_tensor_roundings.cpp
eigen/unsupported/test/cxx11_tensor_scan.cpp
eigen/unsupported/test/cxx11_tensor_scan_gpu.cu
eigen/unsupported/test/cxx11_tensor_scan_sycl.cpp
eigen/unsupported/test/cxx11_tensor_shuffling.cpp
eigen/unsupported/test/cxx11_tensor_shuffling_sycl.cpp
eigen/unsupported/test/cxx11_tensor_simple.cpp
eigen/unsupported/test/cxx11_tensor_striding.cpp
eigen/unsupported/test/cxx11_tensor_striding_sycl.cpp
eigen/unsupported/test/cxx11_tensor_sugar.cpp
eigen/unsupported/test/cxx11_tensor_sycl.cpp
eigen/unsupported/test/cxx11_tensor_symmetry.cpp
eigen/unsupported/test/cxx11_tensor_thread_local.cpp
eigen/unsupported/test/cxx11_tensor_thread_pool.cpp
eigen/unsupported/test/cxx11_tensor_trace.cpp
eigen/unsupported/test/cxx11_tensor_uint128.cpp
eigen/unsupported/test/cxx11_tensor_volume_patch.cpp
eigen/unsupported/test/cxx11_tensor_volume_patch_sycl.cpp
eigen/unsupported/test/dgmres.cpp
eigen/unsupported/test/duccfft.cpp
eigen/unsupported/test/fft_test_shared.h
eigen/unsupported/test/forward_adolc.cpp
eigen/unsupported/test/gmres.cpp
eigen/unsupported/test/idrs.cpp
eigen/unsupported/test/idrstabl.cpp
eigen/unsupported/test/kronecker_product.cpp
eigen/unsupported/test/levenberg_marquardt.cpp
eigen/unsupported/test/matrix_exponential.cpp
eigen/unsupported/test/matrix_function.cpp
eigen/unsupported/test/matrix_functions.h
eigen/unsupported/test/matrix_power.cpp
eigen/unsupported/test/matrix_square_root.cpp
eigen/unsupported/test/minres.cpp
eigen/unsupported/test/mklfft.cpp
eigen/unsupported/test/mpreal_support.cpp
eigen/unsupported/test/openglsupport.cpp
eigen/unsupported/test/pocketfft.cpp
eigen/unsupported/test/polynomialsolver.cpp
eigen/unsupported/test/polynomialutils.cpp
eigen/unsupported/test/sparse_extra.cpp
eigen/unsupported/test/special_functions.cpp
eigen/unsupported/test/special_packetmath.cpp
eigen/unsupported/test/splines.cpp
examples/rational_function/analysis_setup.cpp
grpfpy/__init__.py
grpfpy/core.py
grpfpy/version.py
grpfpy.egg-info/PKG-INFO
grpfpy.egg-info/SOURCES.txt
grpfpy.egg-info/dependency_links.txt
grpfpy.egg-info/not-zip-safe
grpfpy.egg-info/requires.txt
grpfpy.egg-info/top_level.txt
include/analyse.h
include/cauchy.h
include/gnuplot.h
include/grpf.h
include/meshing.h
include/phase.h
include/triangulation.h
include/utils.h
src/_grpfpy.cpp
src/analyse.cpp
src/cauchy.cpp
src/grpf.cpp
src/main.cpp
src/meshing.cpp
src/phase.cpp
src/triangulation.cpp
unittest/test_init_mesh.cpp
unittest/test_vinq.cpp