.clang-format
.clangd
.flake8
.gitignore
.gitmodules
.pre-commit-config.yaml
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
SECURITY.md
pyproject.toml
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yaml
.github/workflows/pre-commit.yml
.github/workflows/pypipublish.yaml
.github/workflows/wheels.yml
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/settings.json
_custom_build/backend.py
binder/environment.yml
binder/postBuild
conda/conda_build_config.yaml
conda/linux.yml
conda/meta.yaml
conda/osx.yml
conda/win.yml
cxx/CMakeLists.txt
cxx/include/pyinterp/broadcast.hpp
cxx/include/pyinterp/dateutils.hpp
cxx/include/pyinterp/eigen.hpp
cxx/include/pyinterp/format_byte.hpp
cxx/include/pyinterp/geohash.hpp
cxx/include/pyinterp/math.hpp
cxx/include/pyinterp/parallel_for.hpp
cxx/include/pyinterp/period.hpp
cxx/include/pyinterp/serialization_buffer.hpp
cxx/include/pyinterp/tensor.hpp
cxx/include/pyinterp/config/common.hpp
cxx/include/pyinterp/config/fill.hpp
cxx/include/pyinterp/config/geometric.hpp
cxx/include/pyinterp/config/rtree.hpp
cxx/include/pyinterp/config/windowed.hpp
cxx/include/pyinterp/fill/boundary.hpp
cxx/include/pyinterp/fill/fft_inpaint.hpp
cxx/include/pyinterp/fill/gauss_seidel.hpp
cxx/include/pyinterp/fill/helpers.hpp
cxx/include/pyinterp/fill/loess.hpp
cxx/include/pyinterp/fill/matrix.hpp
cxx/include/pyinterp/fill/multi_grid.hpp
cxx/include/pyinterp/geohash/base32.hpp
cxx/include/pyinterp/geohash/int64.hpp
cxx/include/pyinterp/geohash/string.hpp
cxx/include/pyinterp/geometry/box.hpp
cxx/include/pyinterp/geometry/crossover.hpp
cxx/include/pyinterp/geometry/linestring.hpp
cxx/include/pyinterp/geometry/multi_linestring.hpp
cxx/include/pyinterp/geometry/multi_point.hpp
cxx/include/pyinterp/geometry/multi_polygon.hpp
cxx/include/pyinterp/geometry/point.hpp
cxx/include/pyinterp/geometry/point_traits.hpp
cxx/include/pyinterp/geometry/polygon.hpp
cxx/include/pyinterp/geometry/ring.hpp
cxx/include/pyinterp/geometry/rtree.hpp
cxx/include/pyinterp/geometry/segment.hpp
cxx/include/pyinterp/geometry/cartesian/box.hpp
cxx/include/pyinterp/geometry/cartesian/crossover.hpp
cxx/include/pyinterp/geometry/cartesian/linestring.hpp
cxx/include/pyinterp/geometry/cartesian/multi_linestring.hpp
cxx/include/pyinterp/geometry/cartesian/multi_point.hpp
cxx/include/pyinterp/geometry/cartesian/multi_polygon.hpp
cxx/include/pyinterp/geometry/cartesian/point.hpp
cxx/include/pyinterp/geometry/cartesian/polygon.hpp
cxx/include/pyinterp/geometry/cartesian/ring.hpp
cxx/include/pyinterp/geometry/cartesian/segment.hpp
cxx/include/pyinterp/geometry/geographic/box.hpp
cxx/include/pyinterp/geometry/geographic/coordinates.hpp
cxx/include/pyinterp/geometry/geographic/crossover.hpp
cxx/include/pyinterp/geometry/geographic/linestring.hpp
cxx/include/pyinterp/geometry/geographic/multi_linestring.hpp
cxx/include/pyinterp/geometry/geographic/multi_point.hpp
cxx/include/pyinterp/geometry/geographic/multi_polygon.hpp
cxx/include/pyinterp/geometry/geographic/point.hpp
cxx/include/pyinterp/geometry/geographic/polygon.hpp
cxx/include/pyinterp/geometry/geographic/ring.hpp
cxx/include/pyinterp/geometry/geographic/segment.hpp
cxx/include/pyinterp/geometry/geographic/spheroid.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/area.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/azimuth.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/closest_points.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/convex_hull.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/densify.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/difference.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/distance.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/for_each_point_distance.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/intersection.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/length.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/line_interpolate.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/perimeter.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/simplify.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/strategy.hpp
cxx/include/pyinterp/geometry/geographic/algorithms/union.hpp
cxx/include/pyinterp/geometry/satellite/rotation.hpp
cxx/include/pyinterp/geometry/satellite/algorithms/crossover.hpp
cxx/include/pyinterp/geometry/satellite/algorithms/track_decomposition.hpp
cxx/include/pyinterp/geometry/satellite/transforms/swath.hpp
cxx/include/pyinterp/math/axis.hpp
cxx/include/pyinterp/math/dct2d.hpp
cxx/include/pyinterp/math/descriptive_statistics.hpp
cxx/include/pyinterp/math/fft2d.hpp
cxx/include/pyinterp/math/fill.hpp
cxx/include/pyinterp/math/tdigest.hpp
cxx/include/pyinterp/math/temporal_axis.hpp
cxx/include/pyinterp/math/axis/container.hpp
cxx/include/pyinterp/math/dct2d/pocketfft.hpp
cxx/include/pyinterp/math/fft2d/mkl.hpp
cxx/include/pyinterp/math/fft2d/pocketfft.hpp
cxx/include/pyinterp/math/interpolate/bilinear_weights.hpp
cxx/include/pyinterp/math/interpolate/bivariate.hpp
cxx/include/pyinterp/math/interpolate/bracket_finder.hpp
cxx/include/pyinterp/math/interpolate/cache.hpp
cxx/include/pyinterp/math/interpolate/cache_loader.hpp
cxx/include/pyinterp/math/interpolate/factory.hpp
cxx/include/pyinterp/math/interpolate/interpolation_result.hpp
cxx/include/pyinterp/math/interpolate/kriging.hpp
cxx/include/pyinterp/math/interpolate/linear.hpp
cxx/include/pyinterp/math/interpolate/nearest.hpp
cxx/include/pyinterp/math/interpolate/rbf.hpp
cxx/include/pyinterp/math/interpolate/univariate.hpp
cxx/include/pyinterp/math/interpolate/window_function.hpp
cxx/include/pyinterp/math/interpolate/bivariate/bicubic.hpp
cxx/include/pyinterp/math/interpolate/bivariate/bilinear.hpp
cxx/include/pyinterp/math/interpolate/bivariate/spline.hpp
cxx/include/pyinterp/math/interpolate/geometric/bivariate.hpp
cxx/include/pyinterp/math/interpolate/geometric/multivariate.hpp
cxx/include/pyinterp/math/interpolate/univariate/akima.hpp
cxx/include/pyinterp/math/interpolate/univariate/akima_periodic.hpp
cxx/include/pyinterp/math/interpolate/univariate/cspline.hpp
cxx/include/pyinterp/math/interpolate/univariate/cspline_base.hpp
cxx/include/pyinterp/math/interpolate/univariate/cspline_not_a_knot.hpp
cxx/include/pyinterp/math/interpolate/univariate/cspline_periodic.hpp
cxx/include/pyinterp/math/interpolate/univariate/linear.hpp
cxx/include/pyinterp/math/interpolate/univariate/polynomial.hpp
cxx/include/pyinterp/math/interpolate/univariate/steffen.hpp
cxx/include/pyinterp/pybind/axis.hpp
cxx/include/pyinterp/pybind/binning.hpp
cxx/include/pyinterp/pybind/config.hpp
cxx/include/pyinterp/pybind/dateutils.hpp
cxx/include/pyinterp/pybind/descriptive_statistics.hpp
cxx/include/pyinterp/pybind/dtype_to_str.hpp
cxx/include/pyinterp/pybind/fill.hpp
cxx/include/pyinterp/pybind/geohash.hpp
cxx/include/pyinterp/pybind/geometric.hpp
cxx/include/pyinterp/pybind/geometry.hpp
cxx/include/pyinterp/pybind/grid.hpp
cxx/include/pyinterp/pybind/grid_dispatch.hpp
cxx/include/pyinterp/pybind/histogram2d.hpp
cxx/include/pyinterp/pybind/ndarray_serialization.hpp
cxx/include/pyinterp/pybind/numpy.hpp
cxx/include/pyinterp/pybind/period.hpp
cxx/include/pyinterp/pybind/rtree.hpp
cxx/include/pyinterp/pybind/tdigest.hpp
cxx/include/pyinterp/pybind/temporal_axis.hpp
cxx/include/pyinterp/pybind/windowed.hpp
cxx/include/pyinterp/pybind/fill/fft_inpaint.hpp
cxx/include/pyinterp/pybind/fill/gauss_seidel.hpp
cxx/include/pyinterp/pybind/fill/loess.hpp
cxx/include/pyinterp/pybind/fill/matrix.hpp
cxx/include/pyinterp/pybind/fill/multigrid.hpp
cxx/include/pyinterp/pybind/geohash/string.hpp
cxx/include/pyinterp/pybind/geometric/bivariate.hpp
cxx/include/pyinterp/pybind/geometric/quadrivariate.hpp
cxx/include/pyinterp/pybind/geometric/trivariate.hpp
cxx/include/pyinterp/pybind/geometry/algorithm_binding_helpers.hpp
cxx/include/pyinterp/pybind/geometry/cartesian.hpp
cxx/include/pyinterp/pybind/geometry/container_view.hpp
cxx/include/pyinterp/pybind/geometry/geographic.hpp
cxx/include/pyinterp/pybind/geometry/satellite.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/centroid.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/clear.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/convert.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/correct.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/crosses.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/disjoint.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/envelope.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/equals.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/for_each_point_covered_by.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/for_each_point_within.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/geojson.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/intersects.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/is_empty.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/is_simple.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/is_valid.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/num_geometries.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/num_interior_rings.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/num_points.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/num_segments.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/overlaps.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/relate.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/relation.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/reverse.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/touches.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/transform.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/unique.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/within.hpp
cxx/include/pyinterp/pybind/geometry/algorithms/wkt.hpp
cxx/include/pyinterp/pybind/geometry/geographic/coordinate.hpp
cxx/include/pyinterp/pybind/geometry/geographic/rtree.hpp
cxx/include/pyinterp/pybind/windowed/bivariate.hpp
cxx/include/pyinterp/pybind/windowed/quadrivariate.hpp
cxx/include/pyinterp/pybind/windowed/trivariate.hpp
cxx/include/pyinterp/pybind/windowed/univariate.hpp
cxx/src/library/geohash.cpp
cxx/src/library/geohash/int64.cpp
cxx/src/library/geohash/string.cpp
cxx/src/library/geometry/satellite/algorithms/track_decomposition.cpp
cxx/src/pybind/axis.cpp
cxx/src/pybind/binning.cpp
cxx/src/pybind/config.cpp
cxx/src/pybind/dateutils.cpp
cxx/src/pybind/descriptive_statistics.cpp
cxx/src/pybind/fill.cpp
cxx/src/pybind/geohash_base.cpp
cxx/src/pybind/geometry.cpp
cxx/src/pybind/grid.cpp
cxx/src/pybind/histogram2d.cpp
cxx/src/pybind/main.cpp
cxx/src/pybind/period.cpp
cxx/src/pybind/rtree_base.cpp
cxx/src/pybind/tdigest.cpp
cxx/src/pybind/temporal_axis.cpp
cxx/src/pybind/fill/fft_inpaint.cpp
cxx/src/pybind/fill/gauss_seidel.cpp
cxx/src/pybind/fill/loess.cpp
cxx/src/pybind/fill/matrix.cpp
cxx/src/pybind/fill/multigrid.cpp
cxx/src/pybind/geohash/geohash_core.cpp
cxx/src/pybind/geohash/string.cpp
cxx/src/pybind/geometric/bivariate_geometric.cpp
cxx/src/pybind/geometric/quadrivariate_geometric.cpp
cxx/src/pybind/geometric/trivariate_geometric.cpp
cxx/src/pybind/geometry/cartesian.cpp
cxx/src/pybind/geometry/geographic.cpp
cxx/src/pybind/geometry/satellite.cpp
cxx/src/pybind/geometry/cartesian/box_cartesian.cpp
cxx/src/pybind/geometry/cartesian/linestring_cartesian.cpp
cxx/src/pybind/geometry/cartesian/multi_linestring_cartesian.cpp
cxx/src/pybind/geometry/cartesian/multi_point_cartesian.cpp
cxx/src/pybind/geometry/cartesian/multi_polygon_cartesian.cpp
cxx/src/pybind/geometry/cartesian/point_cartesian.cpp
cxx/src/pybind/geometry/cartesian/polygon_cartesian.cpp
cxx/src/pybind/geometry/cartesian/ring_cartesian.cpp
cxx/src/pybind/geometry/cartesian/segment_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/area_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/azimuth_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/buffer.cpp
cxx/src/pybind/geometry/cartesian/algorithm/centroid_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/clear_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/closest_points_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/convert_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/convex_hull_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/correct_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/covered_by_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/crosses_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/densify_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/difference_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/disjoint_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/distance_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/envelope_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/equals_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/for_each_point_covered_by_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/for_each_point_distance_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/for_each_point_within_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/geojson_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/intersection_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/intersects_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/is_empty_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/is_simple_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/is_valid_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/length_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/line_interpolate_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/num_geometries_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/num_interior_rings_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/num_points_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/num_segments_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/overlaps_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/perimeter_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/relate_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/relation_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/reverse_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/simplify_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/touches_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/transform_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/union_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/unique_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/within_cartesian.cpp
cxx/src/pybind/geometry/cartesian/algorithm/wkt_cartesian.cpp
cxx/src/pybind/geometry/geographic/box_geographic.cpp
cxx/src/pybind/geometry/geographic/coordinates.cpp
cxx/src/pybind/geometry/geographic/linestring_geographic.cpp
cxx/src/pybind/geometry/geographic/multi_linestring_geographic.cpp
cxx/src/pybind/geometry/geographic/multi_point_geographic.cpp
cxx/src/pybind/geometry/geographic/multi_polygon_geographic.cpp
cxx/src/pybind/geometry/geographic/point_geographic.cpp
cxx/src/pybind/geometry/geographic/polygon_geographic.cpp
cxx/src/pybind/geometry/geographic/ring_geographic.cpp
cxx/src/pybind/geometry/geographic/rtree_geographic.cpp
cxx/src/pybind/geometry/geographic/segment_geographic.cpp
cxx/src/pybind/geometry/geographic/spheroid.cpp
cxx/src/pybind/geometry/geographic/algorithm/area_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/azimuth_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/centroid_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/clear_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/closest_points_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/convert_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/convex_hull_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/correct_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/covered_by_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/crosses_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/densify_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/difference_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/disjoint_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/distance_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/envelope_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/equals_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/for_each_point_covered_by_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/for_each_point_distance_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/for_each_point_within_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/geojson_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/intersection_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/intersects_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/is_empty_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/is_simple_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/is_valid_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/length_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/line_interpolate_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/num_geometries_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/num_interior_rings_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/num_points_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/num_segments_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/overlaps_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/perimeter_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/relate_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/relation_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/reverse_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/simplify_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/strategy.cpp
cxx/src/pybind/geometry/geographic/algorithm/touches_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/transform_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/union_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/unique_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/within_geographic.cpp
cxx/src/pybind/geometry/geographic/algorithm/wkt_geographic.cpp
cxx/src/pybind/windowed/bivariate_windowed.cpp
cxx/src/pybind/windowed/quadrivariate_windowed.cpp
cxx/src/pybind/windowed/trivariate_windowed.cpp
cxx/src/pybind/windowed/univariate.cpp
cxx/tests/CMakeLists.txt
cxx/tests/math.cpp
cxx/tests/parallel_for.cpp
cxx/tests/serialization_buffer.cpp
cxx/tests/config/common.cpp
cxx/tests/config/fill.cpp
cxx/tests/config/geometric.cpp
cxx/tests/config/rtree.cpp
cxx/tests/config/windowed.cpp
cxx/tests/dateutils/dateutils.cpp
cxx/tests/dateutils/period.cpp
cxx/tests/geohash/base32.cpp
cxx/tests/geohash/int64.cpp
cxx/tests/geohash/string.cpp
cxx/tests/geometry/rtree.cpp
cxx/tests/geometry/satellite_rotation.cpp
cxx/tests/geometry/satellite_swath.cpp
cxx/tests/geometry/satellite_track_decomposition.cpp
cxx/tests/geometry/geographic/coordinates.cpp
cxx/tests/geometry/geographic/spheroid.cpp
cxx/tests/math/axis/axis.cpp
cxx/tests/math/axis/axis_container.cpp
cxx/tests/math/axis/temporal_axis.cpp
cxx/tests/math/fft/dct2d.cpp
cxx/tests/math/fft/fft2d.cpp
cxx/tests/math/fill/boundary.cpp
cxx/tests/math/fill/fft_inpaint.cpp
cxx/tests/math/fill/gauss_seidel.cpp
cxx/tests/math/fill/loess.cpp
cxx/tests/math/fill/matrix.cpp
cxx/tests/math/fill/multi_grid.cpp
cxx/tests/math/interpolate/bilinear_weights.cpp
cxx/tests/math/interpolate/bracket_finder.cpp
cxx/tests/math/interpolate/cache.cpp
cxx/tests/math/interpolate/cache_loader.cpp
cxx/tests/math/interpolate/kriging.cpp
cxx/tests/math/interpolate/linear.cpp
cxx/tests/math/interpolate/nearest.cpp
cxx/tests/math/interpolate/rbf.cpp
cxx/tests/math/interpolate/window_function.cpp
cxx/tests/math/interpolate/bivariate/bicubic.cpp
cxx/tests/math/interpolate/bivariate/bilinear.cpp
cxx/tests/math/interpolate/bivariate/spline.cpp
cxx/tests/math/interpolate/geometric/biavriate.cpp
cxx/tests/math/interpolate/geometric/multivariate.cpp
cxx/tests/math/interpolate/univariate/akima.cpp
cxx/tests/math/interpolate/univariate/cspline.cpp
cxx/tests/math/interpolate/univariate/linear.cpp
cxx/tests/math/interpolate/univariate/polynomial.cpp
cxx/tests/math/interpolate/univariate/steffen.cpp
cxx/tests/math/statistics/descriptive_statistics.cpp
cxx/tests/math/statistics/tdigest.cpp
cxx/tests/math/stats/tdigest.cpp
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/migration.rst
docs/source/setup.rst
docs/source/_static/pyinterp-dark.svg
docs/source/_static/pyinterp-light.svg
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/module.rst
docs/source/api/axis.rst
docs/source/api/cf.rst
docs/source/api/fill.rst
docs/source/api/geohash.rst
docs/source/api/geometry.rst
docs/source/api/grids.rst
docs/source/api/orbit.rst
docs/source/api/regular_grid.rst
docs/source/api/statistics.rst
docs/source/api/unstructured_grid.rst
docs/source/pictures/binning_2d.svg
docs/source/pictures/coordinates.svg
docs/source/pictures/mit_gcm.png
docs/source/pictures/time_series.png
docs/source/setup/build.rst
docs/source/setup/conda.rst
docs/source/setup/pip.rst
examples/GALLERY_HEADER.rst
examples/core/ex_axis.py
examples/core/ex_objects.py
examples/geo/README.rst
examples/geo/ex_geodetic.py
examples/geo/ex_geohash.py
examples/geo/ex_geometry_advanced.py
examples/geo/ex_geometry_operations.py
examples/geo/ex_geometry_primitives.py
examples/geo/ex_geometry_satellite.py
examples/geo/ex_geometry_spatial_predicates.py
examples/grid/README.rst
examples/grid/ex_1d.py
examples/grid/ex_2d.py
examples/grid/ex_3d.py
examples/grid/ex_4d.py
examples/grid/ex_unstructured.py
examples/orbit/README.rst
examples/orbit/ex_decompose_track.py
examples/orbit/ex_orbit.py
examples/stats/README.rst
examples/stats/ex_binning.py
examples/stats/ex_descriptive_statistics.py
examples/utilities/README.rst
examples/utilities/ex_dateutils.py
examples/utilities/ex_fill_undef.py
pyinterp/__init__.py
pyinterp/_version.py
pyinterp/cf.py
pyinterp/dask.py
pyinterp/fill.py
pyinterp/geohash.py
pyinterp/orbit.py
pyinterp/py.typed
pyinterp/regular_grid_interpolator.py
pyinterp/rtree.py
pyinterp/type_hints.py
pyinterp.egg-info/PKG-INFO
pyinterp.egg-info/SOURCES.txt
pyinterp.egg-info/dependency_links.txt
pyinterp.egg-info/not-zip-safe
pyinterp.egg-info/requires.txt
pyinterp.egg-info/top_level.txt
pyinterp/backends/__init__.py
pyinterp/backends/xarray.py
pyinterp/core/__init__.pyi
pyinterp/core/dateutils.pyi
pyinterp/core/fill.pyi
pyinterp/core/geohash.pyi
pyinterp/core/period.pyi
pyinterp/core/config/__init__.pyi
pyinterp/core/config/fill.pyi
pyinterp/core/config/geometric.pyi
pyinterp/core/config/rtree.pyi
pyinterp/core/config/windowed.pyi
pyinterp/core/geometry/__init__.pyi
pyinterp/core/geometry/satellite.pyi
pyinterp/core/geometry/cartesian/__init__.pyi
pyinterp/core/geometry/cartesian/algorithms.pyi
pyinterp/core/geometry/geographic/__init__.pyi
pyinterp/core/geometry/geographic/algorithms.pyi
pyinterp/tests/__init__.py
pyinterp/tests/test_dask.py
pyinterp/tests/test_fill.py
pyinterp/tests/test_orbit.py
pyinterp/tests/test_regular_grid_interpolator.py
pyinterp/tests/test_rtree.py
pyinterp/tests/backends/__init__.py
pyinterp/tests/backends/test_xarray.py
pyinterp/tests/core/__init__.py
pyinterp/tests/core/test_axis.py
pyinterp/tests/core/test_binning.py
pyinterp/tests/core/test_config.py
pyinterp/tests/core/test_dateutils.py
pyinterp/tests/core/test_descriptive_statistics.py
pyinterp/tests/core/test_geohash.py
pyinterp/tests/core/test_grid.py
pyinterp/tests/core/test_histogram.py
pyinterp/tests/core/test_period.py
pyinterp/tests/core/test_period_list.py
pyinterp/tests/core/test_rtree.py
pyinterp/tests/core/test_tdigest.py
pyinterp/tests/core/test_temporal_axis.py
pyinterp/tests/core/fill/__init__.py
pyinterp/tests/core/fill/test_fft_inpaint.py
pyinterp/tests/core/fill/test_gauss_seidel.py
pyinterp/tests/core/fill/test_loess.py
pyinterp/tests/core/fill/test_matrix.py
pyinterp/tests/core/fill/test_multigrid.py
pyinterp/tests/core/geometric/__init__.py
pyinterp/tests/core/geometric/test_bivariate.py
pyinterp/tests/core/geometric/test_quadrivariate.py
pyinterp/tests/core/geometric/test_trivariate.py
pyinterp/tests/core/geometry/__init__.py
pyinterp/tests/core/geometry/cartesian/__init__.py
pyinterp/tests/core/geometry/cartesian/test_box.py
pyinterp/tests/core/geometry/cartesian/test_line_string.py
pyinterp/tests/core/geometry/cartesian/test_multi_linestring.py
pyinterp/tests/core/geometry/cartesian/test_multi_point.py
pyinterp/tests/core/geometry/cartesian/test_multi_polygon.py
pyinterp/tests/core/geometry/cartesian/test_point.py
pyinterp/tests/core/geometry/cartesian/test_polygon.py
pyinterp/tests/core/geometry/cartesian/test_ring.py
pyinterp/tests/core/geometry/cartesian/test_segment.py
pyinterp/tests/core/geometry/cartesian/algorithm/__init__.py
pyinterp/tests/core/geometry/cartesian/algorithm/conftest.py
pyinterp/tests/core/geometry/cartesian/algorithm/for_each_points/__init__.py
pyinterp/tests/core/geometry/cartesian/algorithm/for_each_points/test_covered_by.py
pyinterp/tests/core/geometry/cartesian/algorithm/for_each_points/test_distance.py
pyinterp/tests/core/geometry/cartesian/algorithm/for_each_points/test_within.py
pyinterp/tests/core/geometry/cartesian/algorithm/measurements/__init__.py
pyinterp/tests/core/geometry/cartesian/algorithm/measurements/test_area.py
pyinterp/tests/core/geometry/cartesian/algorithm/measurements/test_azimuth.py
pyinterp/tests/core/geometry/cartesian/algorithm/measurements/test_buffer.py
pyinterp/tests/core/geometry/cartesian/algorithm/measurements/test_centroid.py
pyinterp/tests/core/geometry/cartesian/algorithm/measurements/test_measurements.py
pyinterp/tests/core/geometry/cartesian/algorithm/operations/__init__.py
pyinterp/tests/core/geometry/cartesian/algorithm/operations/test_set_operations.py
pyinterp/tests/core/geometry/cartesian/algorithm/operations/test_transform.py
pyinterp/tests/core/geometry/cartesian/algorithm/operations/test_transformations.py
pyinterp/tests/core/geometry/cartesian/algorithm/predicates/__init__.py
pyinterp/tests/core/geometry/cartesian/algorithm/predicates/test_is_empty.py
pyinterp/tests/core/geometry/cartesian/algorithm/predicates/test_is_simple.py
pyinterp/tests/core/geometry/cartesian/algorithm/predicates/test_is_valid.py
pyinterp/tests/core/geometry/cartesian/algorithm/predicates/test_predicates.py
pyinterp/tests/core/geometry/cartesian/algorithm/relationships/__init__.py
pyinterp/tests/core/geometry/cartesian/algorithm/relationships/test_closest_points.py
pyinterp/tests/core/geometry/cartesian/algorithm/relationships/test_relations.py
pyinterp/tests/core/geometry/cartesian/algorithm/serialization/__init__.py
pyinterp/tests/core/geometry/cartesian/algorithm/serialization/test_conversions.py
pyinterp/tests/core/geometry/cartesian/algorithm/serialization/test_geojson.py
pyinterp/tests/core/geometry/cartesian/algorithm/serialization/test_wkt.py
pyinterp/tests/core/geometry/geographic/__init__.py
pyinterp/tests/core/geometry/geographic/test_box.py
pyinterp/tests/core/geometry/geographic/test_coordinates.py
pyinterp/tests/core/geometry/geographic/test_line_string.py
pyinterp/tests/core/geometry/geographic/test_multi_linestring.py
pyinterp/tests/core/geometry/geographic/test_multi_point.py
pyinterp/tests/core/geometry/geographic/test_multi_polygon.py
pyinterp/tests/core/geometry/geographic/test_point.py
pyinterp/tests/core/geometry/geographic/test_polygon.py
pyinterp/tests/core/geometry/geographic/test_ring.py
pyinterp/tests/core/geometry/geographic/test_rtree.py
pyinterp/tests/core/geometry/geographic/test_segment.py
pyinterp/tests/core/geometry/geographic/test_spheroid.py
pyinterp/tests/core/geometry/geographic/algorithm/__init__.py
pyinterp/tests/core/geometry/geographic/algorithm/conftest.py
pyinterp/tests/core/geometry/geographic/algorithm/for_each_points/__init__.py
pyinterp/tests/core/geometry/geographic/algorithm/for_each_points/test_covered_by.py
pyinterp/tests/core/geometry/geographic/algorithm/for_each_points/test_distance.py
pyinterp/tests/core/geometry/geographic/algorithm/for_each_points/test_within.py
pyinterp/tests/core/geometry/geographic/algorithm/measurements/__init__.py
pyinterp/tests/core/geometry/geographic/algorithm/measurements/test_area.py
pyinterp/tests/core/geometry/geographic/algorithm/measurements/test_azimuth.py
pyinterp/tests/core/geometry/geographic/algorithm/measurements/test_centroid.py
pyinterp/tests/core/geometry/geographic/algorithm/measurements/test_measurements.py
pyinterp/tests/core/geometry/geographic/algorithm/operations/__init__.py
pyinterp/tests/core/geometry/geographic/algorithm/operations/test_set_operations.py
pyinterp/tests/core/geometry/geographic/algorithm/operations/test_transform.py
pyinterp/tests/core/geometry/geographic/algorithm/operations/test_transformations.py
pyinterp/tests/core/geometry/geographic/algorithm/predicates/__init__.py
pyinterp/tests/core/geometry/geographic/algorithm/predicates/test_is_empty.py
pyinterp/tests/core/geometry/geographic/algorithm/predicates/test_is_simple.py
pyinterp/tests/core/geometry/geographic/algorithm/predicates/test_is_valid.py
pyinterp/tests/core/geometry/geographic/algorithm/predicates/test_predicates.py
pyinterp/tests/core/geometry/geographic/algorithm/relationships/__init__.py
pyinterp/tests/core/geometry/geographic/algorithm/relationships/test_closest_points.py
pyinterp/tests/core/geometry/geographic/algorithm/relationships/test_relations.py
pyinterp/tests/core/geometry/geographic/algorithm/serialization/__init__.py
pyinterp/tests/core/geometry/geographic/algorithm/serialization/test_geojson.py
pyinterp/tests/core/geometry/geographic/algorithm/serialization/test_wkt.py
pyinterp/tests/core/geometry/satellite/__init__.py
pyinterp/tests/core/geometry/satellite/test_crossover.py
pyinterp/tests/core/geometry/satellite/test_swath.py
pyinterp/tests/core/geometry/satellite/test_track_decomposition.py
pyinterp/tests/core/windowed/__init__.py
pyinterp/tests/core/windowed/test_bivariate.py
pyinterp/tests/core/windowed/test_quadrivariate.py
pyinterp/tests/core/windowed/test_trivariate.py
pyinterp/tests/core/windowed/test_univariate.py
pyinterp/tests/dataset/aoml_v2019.json
pyinterp/tests/dataset/ephemeris.txt
pyinterp/tests/dataset/mss.json
pyinterp/tests/dataset/pres_temp_4d.json
pyinterp/tests/dataset/tcw.json
third_party/CMake-codecov/.git
third_party/CMake-codecov/.travis.yml
third_party/CMake-codecov/CMakeLists.txt
third_party/CMake-codecov/LICENSE
third_party/CMake-codecov/README.md
third_party/CMake-codecov/cmake/FindGcov.cmake
third_party/CMake-codecov/cmake/FindLcov.cmake
third_party/CMake-codecov/cmake/Findcodecov.cmake
third_party/CMake-codecov/cmake/llvm-cov-wrapper
third_party/CMake-codecov/src/CMakeLists.txt
third_party/CMake-codecov/src/bar/CMakeLists.txt
third_party/CMake-codecov/src/bar/bar.c
third_party/CMake-codecov/src/fortran/CMakeLists.txt
third_party/CMake-codecov/src/fortran/hello.f
third_party/CMake-codecov/src/libfoo/CMakeLists.txt
third_party/CMake-codecov/src/libfoo/bar.c
third_party/CMake-codecov/src/libfoo/foo.c
third_party/CMake-codecov/src/libfoo/foo.h
third_party/CMake-codecov/src/libheader/CMakeLists.txt
third_party/CMake-codecov/src/libheader/header.h
third_party/eigen/.clang-format
third_party/eigen/.git
third_party/eigen/.git-blame-ignore-revs
third_party/eigen/.gitattributes
third_party/eigen/.gitignore
third_party/eigen/.gitlab-ci.yml
third_party/eigen/CHANGELOG.md
third_party/eigen/CMakeLists.txt
third_party/eigen/COPYING.APACHE
third_party/eigen/COPYING.BSD
third_party/eigen/COPYING.MINPACK
third_party/eigen/COPYING.MPL2
third_party/eigen/COPYING.README
third_party/eigen/CTestConfig.cmake
third_party/eigen/CTestCustom.cmake.in
third_party/eigen/INSTALL
third_party/eigen/LICENSE
third_party/eigen/README.md
third_party/eigen/eigen3.pc.in
third_party/eigen/signature_of_eigen3_matrix_library
third_party/eigen/.gitlab/issue_templates/Bug Report.md
third_party/eigen/.gitlab/issue_templates/Feature Request.md
third_party/eigen/.gitlab/merge_request_templates/Merge Request Template.md
third_party/eigen/Eigen/AccelerateSupport
third_party/eigen/Eigen/Cholesky
third_party/eigen/Eigen/CholmodSupport
third_party/eigen/Eigen/Core
third_party/eigen/Eigen/Dense
third_party/eigen/Eigen/Eigen
third_party/eigen/Eigen/Eigenvalues
third_party/eigen/Eigen/Geometry
third_party/eigen/Eigen/Householder
third_party/eigen/Eigen/IterativeLinearSolvers
third_party/eigen/Eigen/Jacobi
third_party/eigen/Eigen/KLUSupport
third_party/eigen/Eigen/LU
third_party/eigen/Eigen/MetisSupport
third_party/eigen/Eigen/OrderingMethods
third_party/eigen/Eigen/PaStiXSupport
third_party/eigen/Eigen/PardisoSupport
third_party/eigen/Eigen/QR
third_party/eigen/Eigen/QtAlignedMalloc
third_party/eigen/Eigen/SPQRSupport
third_party/eigen/Eigen/SVD
third_party/eigen/Eigen/Sparse
third_party/eigen/Eigen/SparseCholesky
third_party/eigen/Eigen/SparseCore
third_party/eigen/Eigen/SparseLU
third_party/eigen/Eigen/SparseQR
third_party/eigen/Eigen/StdDeque
third_party/eigen/Eigen/StdList
third_party/eigen/Eigen/StdVector
third_party/eigen/Eigen/SuperLUSupport
third_party/eigen/Eigen/ThreadPool
third_party/eigen/Eigen/UmfPackSupport
third_party/eigen/Eigen/Version
third_party/eigen/Eigen/src/AccelerateSupport/AccelerateSupport.h
third_party/eigen/Eigen/src/AccelerateSupport/InternalHeaderCheck.h
third_party/eigen/Eigen/src/Cholesky/InternalHeaderCheck.h
third_party/eigen/Eigen/src/Cholesky/LDLT.h
third_party/eigen/Eigen/src/Cholesky/LLT.h
third_party/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h
third_party/eigen/Eigen/src/CholmodSupport/CholmodSupport.h
third_party/eigen/Eigen/src/CholmodSupport/InternalHeaderCheck.h
third_party/eigen/Eigen/src/Core/ArithmeticSequence.h
third_party/eigen/Eigen/src/Core/Array.h
third_party/eigen/Eigen/src/Core/ArrayBase.h
third_party/eigen/Eigen/src/Core/ArrayWrapper.h
third_party/eigen/Eigen/src/Core/Assign.h
third_party/eigen/Eigen/src/Core/AssignEvaluator.h
third_party/eigen/Eigen/src/Core/Assign_MKL.h
third_party/eigen/Eigen/src/Core/BandMatrix.h
third_party/eigen/Eigen/src/Core/Block.h
third_party/eigen/Eigen/src/Core/CommaInitializer.h
third_party/eigen/Eigen/src/Core/ConditionEstimator.h
third_party/eigen/Eigen/src/Core/CoreEvaluators.h
third_party/eigen/Eigen/src/Core/CoreIterators.h
third_party/eigen/Eigen/src/Core/CwiseBinaryOp.h
third_party/eigen/Eigen/src/Core/CwiseNullaryOp.h
third_party/eigen/Eigen/src/Core/CwiseTernaryOp.h
third_party/eigen/Eigen/src/Core/CwiseUnaryOp.h
third_party/eigen/Eigen/src/Core/CwiseUnaryView.h
third_party/eigen/Eigen/src/Core/DenseBase.h
third_party/eigen/Eigen/src/Core/DenseCoeffsBase.h
third_party/eigen/Eigen/src/Core/DenseStorage.h
third_party/eigen/Eigen/src/Core/DeviceWrapper.h
third_party/eigen/Eigen/src/Core/Diagonal.h
third_party/eigen/Eigen/src/Core/DiagonalMatrix.h
third_party/eigen/Eigen/src/Core/DiagonalProduct.h
third_party/eigen/Eigen/src/Core/Dot.h
third_party/eigen/Eigen/src/Core/EigenBase.h
third_party/eigen/Eigen/src/Core/Fill.h
third_party/eigen/Eigen/src/Core/FindCoeff.h
third_party/eigen/Eigen/src/Core/ForceAlignedAccess.h
third_party/eigen/Eigen/src/Core/Fuzzy.h
third_party/eigen/Eigen/src/Core/GeneralProduct.h
third_party/eigen/Eigen/src/Core/GenericPacketMath.h
third_party/eigen/Eigen/src/Core/GlobalFunctions.h
third_party/eigen/Eigen/src/Core/IO.h
third_party/eigen/Eigen/src/Core/IndexedView.h
third_party/eigen/Eigen/src/Core/InnerProduct.h
third_party/eigen/Eigen/src/Core/InternalHeaderCheck.h
third_party/eigen/Eigen/src/Core/Inverse.h
third_party/eigen/Eigen/src/Core/Map.h
third_party/eigen/Eigen/src/Core/MapBase.h
third_party/eigen/Eigen/src/Core/MathFunctions.h
third_party/eigen/Eigen/src/Core/MathFunctionsImpl.h
third_party/eigen/Eigen/src/Core/Matrix.h
third_party/eigen/Eigen/src/Core/MatrixBase.h
third_party/eigen/Eigen/src/Core/NestByValue.h
third_party/eigen/Eigen/src/Core/NoAlias.h
third_party/eigen/Eigen/src/Core/NumTraits.h
third_party/eigen/Eigen/src/Core/PartialReduxEvaluator.h
third_party/eigen/Eigen/src/Core/PermutationMatrix.h
third_party/eigen/Eigen/src/Core/PlainObjectBase.h
third_party/eigen/Eigen/src/Core/Product.h
third_party/eigen/Eigen/src/Core/ProductEvaluators.h
third_party/eigen/Eigen/src/Core/Random.h
third_party/eigen/Eigen/src/Core/RandomImpl.h
third_party/eigen/Eigen/src/Core/RealView.h
third_party/eigen/Eigen/src/Core/Redux.h
third_party/eigen/Eigen/src/Core/Ref.h
third_party/eigen/Eigen/src/Core/Replicate.h
third_party/eigen/Eigen/src/Core/Reshaped.h
third_party/eigen/Eigen/src/Core/ReturnByValue.h
third_party/eigen/Eigen/src/Core/Reverse.h
third_party/eigen/Eigen/src/Core/Select.h
third_party/eigen/Eigen/src/Core/SelfAdjointView.h
third_party/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h
third_party/eigen/Eigen/src/Core/SkewSymmetricMatrix3.h
third_party/eigen/Eigen/src/Core/Solve.h
third_party/eigen/Eigen/src/Core/SolveTriangular.h
third_party/eigen/Eigen/src/Core/SolverBase.h
third_party/eigen/Eigen/src/Core/StableNorm.h
third_party/eigen/Eigen/src/Core/StlIterators.h
third_party/eigen/Eigen/src/Core/Stride.h
third_party/eigen/Eigen/src/Core/Swap.h
third_party/eigen/Eigen/src/Core/Transpose.h
third_party/eigen/Eigen/src/Core/Transpositions.h
third_party/eigen/Eigen/src/Core/TriangularMatrix.h
third_party/eigen/Eigen/src/Core/VectorBlock.h
third_party/eigen/Eigen/src/Core/VectorwiseOp.h
third_party/eigen/Eigen/src/Core/Visitor.h
third_party/eigen/Eigen/src/Core/arch/AVX/Complex.h
third_party/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h
third_party/eigen/Eigen/src/Core/arch/AVX/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/AVX/Reductions.h
third_party/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h
third_party/eigen/Eigen/src/Core/arch/AVX512/Complex.h
third_party/eigen/Eigen/src/Core/arch/AVX512/GemmKernel.h
third_party/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h
third_party/eigen/Eigen/src/Core/arch/AVX512/MathFunctionsFP16.h
third_party/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/AVX512/PacketMathFP16.h
third_party/eigen/Eigen/src/Core/arch/AVX512/Reductions.h
third_party/eigen/Eigen/src/Core/arch/AVX512/TrsmKernel.h
third_party/eigen/Eigen/src/Core/arch/AVX512/TrsmUnrolls.inc
third_party/eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h
third_party/eigen/Eigen/src/Core/arch/AVX512/TypeCastingFP16.h
third_party/eigen/Eigen/src/Core/arch/AltiVec/Complex.h
third_party/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h
third_party/eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h
third_party/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h
third_party/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h
third_party/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMAbfloat16.h
third_party/eigen/Eigen/src/Core/arch/AltiVec/MatrixVectorProduct.inc
third_party/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/AltiVec/TypeCasting.h
third_party/eigen/Eigen/src/Core/arch/Default/BFloat16.h
third_party/eigen/Eigen/src/Core/arch/Default/ConjHelper.h
third_party/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h
third_party/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h
third_party/eigen/Eigen/src/Core/arch/Default/Half.h
third_party/eigen/Eigen/src/Core/arch/Default/Settings.h
third_party/eigen/Eigen/src/Core/arch/GPU/Complex.h
third_party/eigen/Eigen/src/Core/arch/GPU/MathFunctions.h
third_party/eigen/Eigen/src/Core/arch/GPU/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/GPU/Tuple.h
third_party/eigen/Eigen/src/Core/arch/GPU/TypeCasting.h
third_party/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h
third_party/eigen/Eigen/src/Core/arch/HVX/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/LSX/Complex.h
third_party/eigen/Eigen/src/Core/arch/LSX/GeneralBlockPanelKernel.h
third_party/eigen/Eigen/src/Core/arch/LSX/MathFunctions.h
third_party/eigen/Eigen/src/Core/arch/LSX/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/LSX/TypeCasting.h
third_party/eigen/Eigen/src/Core/arch/MSA/Complex.h
third_party/eigen/Eigen/src/Core/arch/MSA/MathFunctions.h
third_party/eigen/Eigen/src/Core/arch/MSA/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/NEON/Complex.h
third_party/eigen/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h
third_party/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h
third_party/eigen/Eigen/src/Core/arch/NEON/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/NEON/TypeCasting.h
third_party/eigen/Eigen/src/Core/arch/NEON/UnaryFunctors.h
third_party/eigen/Eigen/src/Core/arch/SSE/Complex.h
third_party/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h
third_party/eigen/Eigen/src/Core/arch/SSE/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/SSE/Reductions.h
third_party/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h
third_party/eigen/Eigen/src/Core/arch/SVE/MathFunctions.h
third_party/eigen/Eigen/src/Core/arch/SVE/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/SVE/TypeCasting.h
third_party/eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h
third_party/eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h
third_party/eigen/Eigen/src/Core/arch/SYCL/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h
third_party/eigen/Eigen/src/Core/arch/ZVector/Complex.h
third_party/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h
third_party/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h
third_party/eigen/Eigen/src/Core/functors/AssignmentFunctors.h
third_party/eigen/Eigen/src/Core/functors/BinaryFunctors.h
third_party/eigen/Eigen/src/Core/functors/NullaryFunctors.h
third_party/eigen/Eigen/src/Core/functors/StlFunctors.h
third_party/eigen/Eigen/src/Core/functors/TernaryFunctors.h
third_party/eigen/Eigen/src/Core/functors/UnaryFunctors.h
third_party/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h
third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h
third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h
third_party/eigen/Eigen/src/Core/products/GeneralMatrixVector.h
third_party/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h
third_party/eigen/Eigen/src/Core/products/Parallelizer.h
third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h
third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h
third_party/eigen/Eigen/src/Core/products/SelfadjointProduct.h
third_party/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h
third_party/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h
third_party/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h
third_party/eigen/Eigen/src/Core/products/TriangularMatrixVector.h
third_party/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h
third_party/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h
third_party/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h
third_party/eigen/Eigen/src/Core/products/TriangularSolverVector.h
third_party/eigen/Eigen/src/Core/util/Assert.h
third_party/eigen/Eigen/src/Core/util/BlasUtil.h
third_party/eigen/Eigen/src/Core/util/ConfigureVectorization.h
third_party/eigen/Eigen/src/Core/util/Constants.h
third_party/eigen/Eigen/src/Core/util/DisableStupidWarnings.h
third_party/eigen/Eigen/src/Core/util/EmulateArray.h
third_party/eigen/Eigen/src/Core/util/ForwardDeclarations.h
third_party/eigen/Eigen/src/Core/util/GpuHipCudaDefines.inc
third_party/eigen/Eigen/src/Core/util/GpuHipCudaUndefines.inc
third_party/eigen/Eigen/src/Core/util/IndexedViewHelper.h
third_party/eigen/Eigen/src/Core/util/IntegralConstant.h
third_party/eigen/Eigen/src/Core/util/MKL_support.h
third_party/eigen/Eigen/src/Core/util/Macros.h
third_party/eigen/Eigen/src/Core/util/MaxSizeVector.h
third_party/eigen/Eigen/src/Core/util/Memory.h
third_party/eigen/Eigen/src/Core/util/Meta.h
third_party/eigen/Eigen/src/Core/util/MoreMeta.h
third_party/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
third_party/eigen/Eigen/src/Core/util/ReshapedHelper.h
third_party/eigen/Eigen/src/Core/util/Serializer.h
third_party/eigen/Eigen/src/Core/util/StaticAssert.h
third_party/eigen/Eigen/src/Core/util/SymbolicIndex.h
third_party/eigen/Eigen/src/Core/util/XprHelper.h
third_party/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h
third_party/eigen/Eigen/src/Eigenvalues/ComplexSchur.h
third_party/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h
third_party/eigen/Eigen/src/Eigenvalues/EigenSolver.h
third_party/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
third_party/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
third_party/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h
third_party/eigen/Eigen/src/Eigenvalues/InternalHeaderCheck.h
third_party/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
third_party/eigen/Eigen/src/Eigenvalues/RealQZ.h
third_party/eigen/Eigen/src/Eigenvalues/RealSchur.h
third_party/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h
third_party/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
third_party/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
third_party/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h
third_party/eigen/Eigen/src/Geometry/AlignedBox.h
third_party/eigen/Eigen/src/Geometry/AngleAxis.h
third_party/eigen/Eigen/src/Geometry/EulerAngles.h
third_party/eigen/Eigen/src/Geometry/Homogeneous.h
third_party/eigen/Eigen/src/Geometry/Hyperplane.h
third_party/eigen/Eigen/src/Geometry/InternalHeaderCheck.h
third_party/eigen/Eigen/src/Geometry/OrthoMethods.h
third_party/eigen/Eigen/src/Geometry/ParametrizedLine.h
third_party/eigen/Eigen/src/Geometry/Quaternion.h
third_party/eigen/Eigen/src/Geometry/Rotation2D.h
third_party/eigen/Eigen/src/Geometry/RotationBase.h
third_party/eigen/Eigen/src/Geometry/Scaling.h
third_party/eigen/Eigen/src/Geometry/Transform.h
third_party/eigen/Eigen/src/Geometry/Translation.h
third_party/eigen/Eigen/src/Geometry/Umeyama.h
third_party/eigen/Eigen/src/Geometry/arch/Geometry_SIMD.h
third_party/eigen/Eigen/src/Householder/BlockHouseholder.h
third_party/eigen/Eigen/src/Householder/Householder.h
third_party/eigen/Eigen/src/Householder/HouseholderSequence.h
third_party/eigen/Eigen/src/Householder/InternalHeaderCheck.h
third_party/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
third_party/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
third_party/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
third_party/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h
third_party/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
third_party/eigen/Eigen/src/IterativeLinearSolvers/InternalHeaderCheck.h
third_party/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
third_party/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
third_party/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h
third_party/eigen/Eigen/src/Jacobi/InternalHeaderCheck.h
third_party/eigen/Eigen/src/Jacobi/Jacobi.h
third_party/eigen/Eigen/src/KLUSupport/InternalHeaderCheck.h
third_party/eigen/Eigen/src/KLUSupport/KLUSupport.h
third_party/eigen/Eigen/src/LU/Determinant.h
third_party/eigen/Eigen/src/LU/FullPivLU.h
third_party/eigen/Eigen/src/LU/InternalHeaderCheck.h
third_party/eigen/Eigen/src/LU/InverseImpl.h
third_party/eigen/Eigen/src/LU/PartialPivLU.h
third_party/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h
third_party/eigen/Eigen/src/LU/arch/InverseSize4.h
third_party/eigen/Eigen/src/MetisSupport/InternalHeaderCheck.h
third_party/eigen/Eigen/src/MetisSupport/MetisSupport.h
third_party/eigen/Eigen/src/OrderingMethods/Amd.h
third_party/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h
third_party/eigen/Eigen/src/OrderingMethods/InternalHeaderCheck.h
third_party/eigen/Eigen/src/OrderingMethods/Ordering.h
third_party/eigen/Eigen/src/PaStiXSupport/InternalHeaderCheck.h
third_party/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h
third_party/eigen/Eigen/src/PardisoSupport/InternalHeaderCheck.h
third_party/eigen/Eigen/src/PardisoSupport/PardisoSupport.h
third_party/eigen/Eigen/src/QR/ColPivHouseholderQR.h
third_party/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h
third_party/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h
third_party/eigen/Eigen/src/QR/FullPivHouseholderQR.h
third_party/eigen/Eigen/src/QR/HouseholderQR.h
third_party/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h
third_party/eigen/Eigen/src/QR/InternalHeaderCheck.h
third_party/eigen/Eigen/src/SPQRSupport/InternalHeaderCheck.h
third_party/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h
third_party/eigen/Eigen/src/SVD/BDCSVD.h
third_party/eigen/Eigen/src/SVD/BDCSVD_LAPACKE.h
third_party/eigen/Eigen/src/SVD/InternalHeaderCheck.h
third_party/eigen/Eigen/src/SVD/JacobiSVD.h
third_party/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h
third_party/eigen/Eigen/src/SVD/SVDBase.h
third_party/eigen/Eigen/src/SVD/UpperBidiagonalization.h
third_party/eigen/Eigen/src/SparseCholesky/InternalHeaderCheck.h
third_party/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h
third_party/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h
third_party/eigen/Eigen/src/SparseCore/AmbiVector.h
third_party/eigen/Eigen/src/SparseCore/CompressedStorage.h
third_party/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
third_party/eigen/Eigen/src/SparseCore/InternalHeaderCheck.h
third_party/eigen/Eigen/src/SparseCore/SparseAssign.h
third_party/eigen/Eigen/src/SparseCore/SparseBlock.h
third_party/eigen/Eigen/src/SparseCore/SparseColEtree.h
third_party/eigen/Eigen/src/SparseCore/SparseCompressedBase.h
third_party/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
third_party/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h
third_party/eigen/Eigen/src/SparseCore/SparseDenseProduct.h
third_party/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h
third_party/eigen/Eigen/src/SparseCore/SparseDot.h
third_party/eigen/Eigen/src/SparseCore/SparseFuzzy.h
third_party/eigen/Eigen/src/SparseCore/SparseMap.h
third_party/eigen/Eigen/src/SparseCore/SparseMatrix.h
third_party/eigen/Eigen/src/SparseCore/SparseMatrixBase.h
third_party/eigen/Eigen/src/SparseCore/SparsePermutation.h
third_party/eigen/Eigen/src/SparseCore/SparseProduct.h
third_party/eigen/Eigen/src/SparseCore/SparseRedux.h
third_party/eigen/Eigen/src/SparseCore/SparseRef.h
third_party/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h
third_party/eigen/Eigen/src/SparseCore/SparseSolverBase.h
third_party/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
third_party/eigen/Eigen/src/SparseCore/SparseTranspose.h
third_party/eigen/Eigen/src/SparseCore/SparseTriangularView.h
third_party/eigen/Eigen/src/SparseCore/SparseUtil.h
third_party/eigen/Eigen/src/SparseCore/SparseVector.h
third_party/eigen/Eigen/src/SparseCore/SparseView.h
third_party/eigen/Eigen/src/SparseCore/TriangularSolver.h
third_party/eigen/Eigen/src/SparseLU/InternalHeaderCheck.h
third_party/eigen/Eigen/src/SparseLU/SparseLU.h
third_party/eigen/Eigen/src/SparseLU/SparseLUImpl.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_Memory.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_Structs.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_Utils.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h
third_party/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h
third_party/eigen/Eigen/src/SparseQR/InternalHeaderCheck.h
third_party/eigen/Eigen/src/SparseQR/SparseQR.h
third_party/eigen/Eigen/src/StlSupport/StdDeque.h
third_party/eigen/Eigen/src/StlSupport/StdList.h
third_party/eigen/Eigen/src/StlSupport/StdVector.h
third_party/eigen/Eigen/src/StlSupport/details.h
third_party/eigen/Eigen/src/SuperLUSupport/InternalHeaderCheck.h
third_party/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h
third_party/eigen/Eigen/src/ThreadPool/Barrier.h
third_party/eigen/Eigen/src/ThreadPool/CoreThreadPoolDevice.h
third_party/eigen/Eigen/src/ThreadPool/EventCount.h
third_party/eigen/Eigen/src/ThreadPool/ForkJoin.h
third_party/eigen/Eigen/src/ThreadPool/InternalHeaderCheck.h
third_party/eigen/Eigen/src/ThreadPool/NonBlockingThreadPool.h
third_party/eigen/Eigen/src/ThreadPool/RunQueue.h
third_party/eigen/Eigen/src/ThreadPool/ThreadCancel.h
third_party/eigen/Eigen/src/ThreadPool/ThreadEnvironment.h
third_party/eigen/Eigen/src/ThreadPool/ThreadLocal.h
third_party/eigen/Eigen/src/ThreadPool/ThreadPoolInterface.h
third_party/eigen/Eigen/src/ThreadPool/ThreadYield.h
third_party/eigen/Eigen/src/UmfPackSupport/InternalHeaderCheck.h
third_party/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h
third_party/eigen/Eigen/src/misc/Image.h
third_party/eigen/Eigen/src/misc/InternalHeaderCheck.h
third_party/eigen/Eigen/src/misc/Kernel.h
third_party/eigen/Eigen/src/misc/RealSvd2x2.h
third_party/eigen/Eigen/src/misc/blas.h
third_party/eigen/Eigen/src/misc/lapacke.h
third_party/eigen/Eigen/src/misc/lapacke_helpers.h
third_party/eigen/Eigen/src/misc/lapacke_mangling.h
third_party/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.inc
third_party/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.inc
third_party/eigen/Eigen/src/plugins/BlockMethods.inc
third_party/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.inc
third_party/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.inc
third_party/eigen/Eigen/src/plugins/IndexedViewMethods.inc
third_party/eigen/Eigen/src/plugins/InternalHeaderCheck.inc
third_party/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.inc
third_party/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.inc
third_party/eigen/Eigen/src/plugins/ReshapedMethods.inc
third_party/eigen/bench/BenchSparseUtil.h
third_party/eigen/bench/BenchTimer.h
third_party/eigen/bench/BenchUtil.h
third_party/eigen/bench/README.txt
third_party/eigen/bench/analyze-blocking-sizes.cpp
third_party/eigen/bench/basicbench.cxxlist
third_party/eigen/bench/basicbenchmark.cpp
third_party/eigen/bench/basicbenchmark.h
third_party/eigen/bench/benchBlasGemm.cpp
third_party/eigen/bench/benchCholesky.cpp
third_party/eigen/bench/benchEigenSolver.cpp
third_party/eigen/bench/benchFFT.cpp
third_party/eigen/bench/benchGeometry.cpp
third_party/eigen/bench/benchVecAdd.cpp
third_party/eigen/bench/bench_gemm.cpp
third_party/eigen/bench/bench_move_semantics.cpp
third_party/eigen/bench/bench_multi_compilers.sh
third_party/eigen/bench/bench_norm.cpp
third_party/eigen/bench/bench_reverse.cpp
third_party/eigen/bench/bench_sum.cpp
third_party/eigen/bench/bench_unrolling
third_party/eigen/bench/benchmark-blocking-sizes.cpp
third_party/eigen/bench/benchmark.cpp
third_party/eigen/bench/benchmarkSlice.cpp
third_party/eigen/bench/benchmarkX.cpp
third_party/eigen/bench/benchmarkXcwise.cpp
third_party/eigen/bench/benchmark_suite
third_party/eigen/bench/check_cache_queries.cpp
third_party/eigen/bench/dense_solvers.cpp
third_party/eigen/bench/eig33.cpp
third_party/eigen/bench/geometry.cpp
third_party/eigen/bench/product_threshold.cpp
third_party/eigen/bench/quat_slerp.cpp
third_party/eigen/bench/quatmul.cpp
third_party/eigen/bench/sparse_cholesky.cpp
third_party/eigen/bench/sparse_dense_product.cpp
third_party/eigen/bench/sparse_lu.cpp
third_party/eigen/bench/sparse_product.cpp
third_party/eigen/bench/sparse_randomsetter.cpp
third_party/eigen/bench/sparse_setter.cpp
third_party/eigen/bench/sparse_transpose.cpp
third_party/eigen/bench/sparse_trisolver.cpp
third_party/eigen/bench/spmv.cpp
third_party/eigen/bench/vdw_new.cpp
third_party/eigen/bench/btl/CMakeLists.txt
third_party/eigen/bench/btl/COPYING
third_party/eigen/bench/btl/README
third_party/eigen/bench/btl/actions/action_aat_product.hh
third_party/eigen/bench/btl/actions/action_ata_product.hh
third_party/eigen/bench/btl/actions/action_atv_product.hh
third_party/eigen/bench/btl/actions/action_axpby.hh
third_party/eigen/bench/btl/actions/action_axpy.hh
third_party/eigen/bench/btl/actions/action_cholesky.hh
third_party/eigen/bench/btl/actions/action_ger.hh
third_party/eigen/bench/btl/actions/action_hessenberg.hh
third_party/eigen/bench/btl/actions/action_lu_decomp.hh
third_party/eigen/bench/btl/actions/action_lu_solve.hh
third_party/eigen/bench/btl/actions/action_matrix_matrix_product.hh
third_party/eigen/bench/btl/actions/action_matrix_matrix_product_bis.hh
third_party/eigen/bench/btl/actions/action_matrix_vector_product.hh
third_party/eigen/bench/btl/actions/action_partial_lu.hh
third_party/eigen/bench/btl/actions/action_rot.hh
third_party/eigen/bench/btl/actions/action_symv.hh
third_party/eigen/bench/btl/actions/action_syr2.hh
third_party/eigen/bench/btl/actions/action_trisolve.hh
third_party/eigen/bench/btl/actions/action_trisolve_matrix.hh
third_party/eigen/bench/btl/actions/action_trmm.hh
third_party/eigen/bench/btl/actions/basic_actions.hh
third_party/eigen/bench/btl/cmake/FindACML.cmake
third_party/eigen/bench/btl/cmake/FindATLAS.cmake
third_party/eigen/bench/btl/cmake/FindBLAZE.cmake
third_party/eigen/bench/btl/cmake/FindBlitz.cmake
third_party/eigen/bench/btl/cmake/FindCBLAS.cmake
third_party/eigen/bench/btl/cmake/FindGMM.cmake
third_party/eigen/bench/btl/cmake/FindMKL.cmake
third_party/eigen/bench/btl/cmake/FindMTL4.cmake
third_party/eigen/bench/btl/cmake/FindOPENBLAS.cmake
third_party/eigen/bench/btl/cmake/FindPackageHandleStandardArgs.cmake
third_party/eigen/bench/btl/cmake/FindTvmet.cmake
third_party/eigen/bench/btl/cmake/MacroOptionalAddSubdirectory.cmake
third_party/eigen/bench/btl/data/CMakeLists.txt
third_party/eigen/bench/btl/data/action_settings.txt
third_party/eigen/bench/btl/data/gnuplot_common_settings.hh
third_party/eigen/bench/btl/data/go_mean
third_party/eigen/bench/btl/data/mean.cxx
third_party/eigen/bench/btl/data/mk_gnuplot_script.sh
third_party/eigen/bench/btl/data/mk_mean_script.sh
third_party/eigen/bench/btl/data/mk_new_gnuplot.sh
third_party/eigen/bench/btl/data/perlib_plot_settings.txt
third_party/eigen/bench/btl/data/regularize.cxx
third_party/eigen/bench/btl/data/smooth.cxx
third_party/eigen/bench/btl/data/smooth_all.sh
third_party/eigen/bench/btl/generic_bench/bench.hh
third_party/eigen/bench/btl/generic_bench/bench_parameter.hh
third_party/eigen/bench/btl/generic_bench/btl.hh
third_party/eigen/bench/btl/generic_bench/init/init_function.hh
third_party/eigen/bench/btl/generic_bench/init/init_matrix.hh
third_party/eigen/bench/btl/generic_bench/init/init_vector.hh
third_party/eigen/bench/btl/generic_bench/static/bench_static.hh
third_party/eigen/bench/btl/generic_bench/static/intel_bench_fixed_size.hh
third_party/eigen/bench/btl/generic_bench/static/static_size_generator.hh
third_party/eigen/bench/btl/generic_bench/timers/STL_perf_analyzer.hh
third_party/eigen/bench/btl/generic_bench/timers/STL_timer.hh
third_party/eigen/bench/btl/generic_bench/timers/mixed_perf_analyzer.hh
third_party/eigen/bench/btl/generic_bench/timers/portable_perf_analyzer.hh
third_party/eigen/bench/btl/generic_bench/timers/portable_perf_analyzer_old.hh
third_party/eigen/bench/btl/generic_bench/timers/portable_timer.hh
third_party/eigen/bench/btl/generic_bench/timers/x86_perf_analyzer.hh
third_party/eigen/bench/btl/generic_bench/timers/x86_timer.hh
third_party/eigen/bench/btl/generic_bench/utils/size_lin_log.hh
third_party/eigen/bench/btl/generic_bench/utils/size_log.hh
third_party/eigen/bench/btl/generic_bench/utils/utilities.h
third_party/eigen/bench/btl/generic_bench/utils/xy_file.hh
third_party/eigen/bench/btl/libs/BLAS/CMakeLists.txt
third_party/eigen/bench/btl/libs/BLAS/blas.h
third_party/eigen/bench/btl/libs/BLAS/blas_interface.hh
third_party/eigen/bench/btl/libs/BLAS/blas_interface_impl.hh
third_party/eigen/bench/btl/libs/BLAS/c_interface_base.h
third_party/eigen/bench/btl/libs/BLAS/main.cpp
third_party/eigen/bench/btl/libs/STL/CMakeLists.txt
third_party/eigen/bench/btl/libs/STL/STL_interface.hh
third_party/eigen/bench/btl/libs/STL/main.cpp
third_party/eigen/bench/btl/libs/blaze/CMakeLists.txt
third_party/eigen/bench/btl/libs/blaze/blaze_interface.hh
third_party/eigen/bench/btl/libs/blaze/main.cpp
third_party/eigen/bench/btl/libs/blitz/CMakeLists.txt
third_party/eigen/bench/btl/libs/blitz/blitz_LU_solve_interface.hh
third_party/eigen/bench/btl/libs/blitz/blitz_interface.hh
third_party/eigen/bench/btl/libs/blitz/btl_blitz.cpp
third_party/eigen/bench/btl/libs/blitz/btl_tiny_blitz.cpp
third_party/eigen/bench/btl/libs/blitz/tiny_blitz_interface.hh
third_party/eigen/bench/btl/libs/eigen2/CMakeLists.txt
third_party/eigen/bench/btl/libs/eigen2/btl_tiny_eigen2.cpp
third_party/eigen/bench/btl/libs/eigen2/eigen2_interface.hh
third_party/eigen/bench/btl/libs/eigen2/main_adv.cpp
third_party/eigen/bench/btl/libs/eigen2/main_linear.cpp
third_party/eigen/bench/btl/libs/eigen2/main_matmat.cpp
third_party/eigen/bench/btl/libs/eigen2/main_vecmat.cpp
third_party/eigen/bench/btl/libs/eigen3/CMakeLists.txt
third_party/eigen/bench/btl/libs/eigen3/btl_tiny_eigen3.cpp
third_party/eigen/bench/btl/libs/eigen3/eigen3_interface.hh
third_party/eigen/bench/btl/libs/eigen3/main_adv.cpp
third_party/eigen/bench/btl/libs/eigen3/main_linear.cpp
third_party/eigen/bench/btl/libs/eigen3/main_matmat.cpp
third_party/eigen/bench/btl/libs/eigen3/main_vecmat.cpp
third_party/eigen/bench/btl/libs/gmm/CMakeLists.txt
third_party/eigen/bench/btl/libs/gmm/gmm_LU_solve_interface.hh
third_party/eigen/bench/btl/libs/gmm/gmm_interface.hh
third_party/eigen/bench/btl/libs/gmm/main.cpp
third_party/eigen/bench/btl/libs/mtl4/.kdbgrc.main
third_party/eigen/bench/btl/libs/mtl4/CMakeLists.txt
third_party/eigen/bench/btl/libs/mtl4/main.cpp
third_party/eigen/bench/btl/libs/mtl4/mtl4_LU_solve_interface.hh
third_party/eigen/bench/btl/libs/mtl4/mtl4_interface.hh
third_party/eigen/bench/btl/libs/tensors/CMakeLists.txt
third_party/eigen/bench/btl/libs/tensors/main_linear.cpp
third_party/eigen/bench/btl/libs/tensors/main_matmat.cpp
third_party/eigen/bench/btl/libs/tensors/main_vecmat.cpp
third_party/eigen/bench/btl/libs/tensors/tensor_interface.hh
third_party/eigen/bench/btl/libs/tvmet/CMakeLists.txt
third_party/eigen/bench/btl/libs/tvmet/main.cpp
third_party/eigen/bench/btl/libs/tvmet/tvmet_interface.hh
third_party/eigen/bench/btl/libs/ublas/CMakeLists.txt
third_party/eigen/bench/btl/libs/ublas/main.cpp
third_party/eigen/bench/btl/libs/ublas/ublas_interface.hh
third_party/eigen/bench/perf_monitoring/changesets.txt
third_party/eigen/bench/perf_monitoring/gemm.cpp
third_party/eigen/bench/perf_monitoring/gemm_common.h
third_party/eigen/bench/perf_monitoring/gemm_settings.txt
third_party/eigen/bench/perf_monitoring/gemm_square_settings.txt
third_party/eigen/bench/perf_monitoring/gemv.cpp
third_party/eigen/bench/perf_monitoring/gemv_common.h
third_party/eigen/bench/perf_monitoring/gemv_settings.txt
third_party/eigen/bench/perf_monitoring/gemv_square_settings.txt
third_party/eigen/bench/perf_monitoring/gemvt.cpp
third_party/eigen/bench/perf_monitoring/lazy_gemm.cpp
third_party/eigen/bench/perf_monitoring/lazy_gemm_settings.txt
third_party/eigen/bench/perf_monitoring/llt.cpp
third_party/eigen/bench/perf_monitoring/make_plot.sh
third_party/eigen/bench/perf_monitoring/run.sh
third_party/eigen/bench/perf_monitoring/runall.sh
third_party/eigen/bench/perf_monitoring/trmv_lo.cpp
third_party/eigen/bench/perf_monitoring/trmv_lot.cpp
third_party/eigen/bench/perf_monitoring/trmv_up.cpp
third_party/eigen/bench/perf_monitoring/trmv_upt.cpp
third_party/eigen/bench/perf_monitoring/resources/chart_footer.html
third_party/eigen/bench/perf_monitoring/resources/chart_header.html
third_party/eigen/bench/perf_monitoring/resources/footer.html
third_party/eigen/bench/perf_monitoring/resources/header.html
third_party/eigen/bench/perf_monitoring/resources/s1.js
third_party/eigen/bench/perf_monitoring/resources/s2.js
third_party/eigen/bench/spbench/CMakeLists.txt
third_party/eigen/bench/spbench/sp_solver.cpp
third_party/eigen/bench/spbench/spbench.dtd
third_party/eigen/bench/spbench/spbenchsolver.cpp
third_party/eigen/bench/spbench/spbenchsolver.h
third_party/eigen/bench/spbench/spbenchstyle.h
third_party/eigen/bench/spbench/test_sparseLU.cpp
third_party/eigen/bench/tensors/README
third_party/eigen/bench/tensors/benchmark.h
third_party/eigen/bench/tensors/benchmark_main.cc
third_party/eigen/bench/tensors/contraction_benchmarks_cpu.cc
third_party/eigen/bench/tensors/eigen_sycl_bench.sh
third_party/eigen/bench/tensors/eigen_sycl_bench_contract.sh
third_party/eigen/bench/tensors/tensor_benchmarks.h
third_party/eigen/bench/tensors/tensor_benchmarks_cpu.cc
third_party/eigen/bench/tensors/tensor_benchmarks_fp16_gpu.cu
third_party/eigen/bench/tensors/tensor_benchmarks_gpu.cu
third_party/eigen/bench/tensors/tensor_benchmarks_sycl.cc
third_party/eigen/bench/tensors/tensor_contract_sycl_bench.cc
third_party/eigen/blas/BandTriangularSolver.h
third_party/eigen/blas/CMakeLists.txt
third_party/eigen/blas/GeneralRank1Update.h
third_party/eigen/blas/PackedSelfadjointProduct.h
third_party/eigen/blas/PackedTriangularMatrixVector.h
third_party/eigen/blas/PackedTriangularSolverVector.h
third_party/eigen/blas/README.txt
third_party/eigen/blas/Rank2Update.h
third_party/eigen/blas/blas.h
third_party/eigen/blas/common.h
third_party/eigen/blas/complex_double.cpp
third_party/eigen/blas/complex_single.cpp
third_party/eigen/blas/double.cpp
third_party/eigen/blas/eigen_blas.def
third_party/eigen/blas/level1_cplx_impl.h
third_party/eigen/blas/level1_impl.h
third_party/eigen/blas/level1_real_impl.h
third_party/eigen/blas/level2_cplx_impl.h
third_party/eigen/blas/level2_impl.h
third_party/eigen/blas/level2_real_impl.h
third_party/eigen/blas/level3_impl.h
third_party/eigen/blas/single.cpp
third_party/eigen/blas/xerbla.cpp
third_party/eigen/blas/f2c/chbmv.c
third_party/eigen/blas/f2c/chpmv.c
third_party/eigen/blas/f2c/complexdots.c
third_party/eigen/blas/f2c/ctbmv.c
third_party/eigen/blas/f2c/datatypes.h
third_party/eigen/blas/f2c/drotm.c
third_party/eigen/blas/f2c/drotmg.c
third_party/eigen/blas/f2c/dsbmv.c
third_party/eigen/blas/f2c/dspmv.c
third_party/eigen/blas/f2c/dtbmv.c
third_party/eigen/blas/f2c/lsame.c
third_party/eigen/blas/f2c/srotm.c
third_party/eigen/blas/f2c/srotmg.c
third_party/eigen/blas/f2c/ssbmv.c
third_party/eigen/blas/f2c/sspmv.c
third_party/eigen/blas/f2c/stbmv.c
third_party/eigen/blas/f2c/zhbmv.c
third_party/eigen/blas/f2c/zhpmv.c
third_party/eigen/blas/f2c/ztbmv.c
third_party/eigen/blas/testing/CMakeLists.txt
third_party/eigen/blas/testing/cblat1.f
third_party/eigen/blas/testing/cblat2.dat
third_party/eigen/blas/testing/cblat2.f
third_party/eigen/blas/testing/cblat3.dat
third_party/eigen/blas/testing/cblat3.f
third_party/eigen/blas/testing/dblat1.f
third_party/eigen/blas/testing/dblat2.dat
third_party/eigen/blas/testing/dblat2.f
third_party/eigen/blas/testing/dblat3.dat
third_party/eigen/blas/testing/dblat3.f
third_party/eigen/blas/testing/runblastest.sh
third_party/eigen/blas/testing/sblat1.f
third_party/eigen/blas/testing/sblat2.dat
third_party/eigen/blas/testing/sblat2.f
third_party/eigen/blas/testing/sblat3.dat
third_party/eigen/blas/testing/sblat3.f
third_party/eigen/blas/testing/zblat1.f
third_party/eigen/blas/testing/zblat2.dat
third_party/eigen/blas/testing/zblat2.f
third_party/eigen/blas/testing/zblat3.dat
third_party/eigen/blas/testing/zblat3.f
third_party/eigen/ci/CTest2JUnit.xsl
third_party/eigen/ci/README.md
third_party/eigen/ci/build.linux.gitlab-ci.yml
third_party/eigen/ci/build.windows.gitlab-ci.yml
third_party/eigen/ci/checkformat.gitlab-ci.yml
third_party/eigen/ci/common.gitlab-ci.yml
third_party/eigen/ci/deploy.gitlab-ci.yml
third_party/eigen/ci/test.linux.gitlab-ci.yml
third_party/eigen/ci/test.windows.gitlab-ci.yml
third_party/eigen/ci/scripts/build.linux.script.sh
third_party/eigen/ci/scripts/build.windows.script.ps1
third_party/eigen/ci/scripts/build_and_install_doxygen.sh
third_party/eigen/ci/scripts/common.linux.before_script.sh
third_party/eigen/ci/scripts/common.windows.before_script.ps1
third_party/eigen/ci/scripts/test.linux.after_script.sh
third_party/eigen/ci/scripts/test.linux.script.sh
third_party/eigen/ci/scripts/test.windows.after_script.ps1
third_party/eigen/ci/scripts/test.windows.script.ps1
third_party/eigen/ci/scripts/vars.linux.sh
third_party/eigen/ci/scripts/vars.windows.ps1
third_party/eigen/cmake/ComputeCppCompilerChecks.cmake
third_party/eigen/cmake/ComputeCppIRMap.cmake
third_party/eigen/cmake/Eigen3Config.cmake.in
third_party/eigen/cmake/Eigen3ConfigVersion.cmake.in
third_party/eigen/cmake/EigenConfigureTesting.cmake
third_party/eigen/cmake/EigenSmokeTestList.cmake
third_party/eigen/cmake/EigenTesting.cmake
third_party/eigen/cmake/EigenUninstall.cmake
third_party/eigen/cmake/FindAccelerate.cmake
third_party/eigen/cmake/FindAdolc.cmake
third_party/eigen/cmake/FindBLASEXT.cmake
third_party/eigen/cmake/FindCHOLMOD.cmake
third_party/eigen/cmake/FindCLANG_FORMAT.cmake
third_party/eigen/cmake/FindComputeCpp.cmake
third_party/eigen/cmake/FindDPCPP.cmake
third_party/eigen/cmake/FindFFTW.cmake
third_party/eigen/cmake/FindGMP.cmake
third_party/eigen/cmake/FindGoogleHash.cmake
third_party/eigen/cmake/FindHWLOC.cmake
third_party/eigen/cmake/FindKLU.cmake
third_party/eigen/cmake/FindMPFR.cmake
third_party/eigen/cmake/FindMPREAL.cmake
third_party/eigen/cmake/FindMetis.cmake
third_party/eigen/cmake/FindPASTIX.cmake
third_party/eigen/cmake/FindPTSCOTCH.cmake
third_party/eigen/cmake/FindSCOTCH.cmake
third_party/eigen/cmake/FindSPQR.cmake
third_party/eigen/cmake/FindStandardMathLibrary.cmake
third_party/eigen/cmake/FindSuperLU.cmake
third_party/eigen/cmake/FindTriSYCL.cmake
third_party/eigen/cmake/FindUMFPACK.cmake
third_party/eigen/cmake/RegexUtils.cmake
third_party/eigen/cmake/SyclConfigureTesting.cmake
third_party/eigen/cmake/Version.in
third_party/eigen/debug/gdb/__init__.py
third_party/eigen/debug/gdb/printers.py
third_party/eigen/debug/lldb/eigenlldb.py
third_party/eigen/debug/msvc/eigen.natvis
third_party/eigen/debug/msvc/eigen_autoexp_part.dat
third_party/eigen/demos/CMakeLists.txt
third_party/eigen/demos/mandelbrot/CMakeLists.txt
third_party/eigen/demos/mandelbrot/README
third_party/eigen/demos/mandelbrot/mandelbrot.cpp
third_party/eigen/demos/mandelbrot/mandelbrot.h
third_party/eigen/demos/mix_eigen_and_c/README
third_party/eigen/demos/mix_eigen_and_c/binary_library.cpp
third_party/eigen/demos/mix_eigen_and_c/binary_library.h
third_party/eigen/demos/mix_eigen_and_c/example.c
third_party/eigen/demos/opengl/CMakeLists.txt
third_party/eigen/demos/opengl/README
third_party/eigen/demos/opengl/camera.cpp
third_party/eigen/demos/opengl/camera.h
third_party/eigen/demos/opengl/gpuhelper.cpp
third_party/eigen/demos/opengl/gpuhelper.h
third_party/eigen/demos/opengl/icosphere.cpp
third_party/eigen/demos/opengl/icosphere.h
third_party/eigen/demos/opengl/quaternion_demo.cpp
third_party/eigen/demos/opengl/quaternion_demo.h
third_party/eigen/demos/opengl/trackball.cpp
third_party/eigen/demos/opengl/trackball.h
third_party/eigen/doc/AsciiQuickReference.txt
third_party/eigen/doc/B01_Experimental.dox
third_party/eigen/doc/CMakeLists.txt
third_party/eigen/doc/ClassHierarchy.dox
third_party/eigen/doc/CoeffwiseMathFunctionsTable.dox
third_party/eigen/doc/CustomizingEigen_CustomScalar.dox
third_party/eigen/doc/CustomizingEigen_InheritingMatrix.dox
third_party/eigen/doc/CustomizingEigen_NullaryExpr.dox
third_party/eigen/doc/CustomizingEigen_Plugins.dox
third_party/eigen/doc/DenseDecompositionBenchmark.dox
third_party/eigen/doc/Doxyfile.in
third_party/eigen/doc/Eigen_Silly_Professor_64x64.png
third_party/eigen/doc/FixedSizeVectorizable.dox
third_party/eigen/doc/FunctionsTakingEigenTypes.dox
third_party/eigen/doc/HiPerformance.dox
third_party/eigen/doc/InplaceDecomposition.dox
third_party/eigen/doc/InsideEigenExample.dox
third_party/eigen/doc/LeastSquares.dox
third_party/eigen/doc/Manual.dox
third_party/eigen/doc/MatrixfreeSolverExample.dox
third_party/eigen/doc/NewExpressionType.dox
third_party/eigen/doc/Overview.dox
third_party/eigen/doc/PassingByValue.dox
third_party/eigen/doc/Pitfalls.dox
third_party/eigen/doc/PreprocessorDirectives.dox
third_party/eigen/doc/QuickReference.dox
third_party/eigen/doc/QuickStartGuide.dox
third_party/eigen/doc/SparseLinearSystems.dox
third_party/eigen/doc/SparseQuickReference.dox
third_party/eigen/doc/StlContainers.dox
third_party/eigen/doc/StorageOrders.dox
third_party/eigen/doc/StructHavingEigenMembers.dox
third_party/eigen/doc/TemplateKeyword.dox
third_party/eigen/doc/TopicAliasing.dox
third_party/eigen/doc/TopicAssertions.dox
third_party/eigen/doc/TopicCMakeGuide.dox
third_party/eigen/doc/TopicEigenExpressionTemplates.dox
third_party/eigen/doc/TopicLazyEvaluation.dox
third_party/eigen/doc/TopicLinearAlgebraDecompositions.dox
third_party/eigen/doc/TopicMultithreading.dox
third_party/eigen/doc/TopicResizing.dox
third_party/eigen/doc/TopicScalarTypes.dox
third_party/eigen/doc/TopicVectorization.dox
third_party/eigen/doc/TutorialAdvancedInitialization.dox
third_party/eigen/doc/TutorialArrayClass.dox
third_party/eigen/doc/TutorialBlockOperations.dox
third_party/eigen/doc/TutorialGeometry.dox
third_party/eigen/doc/TutorialLinearAlgebra.dox
third_party/eigen/doc/TutorialMapClass.dox
third_party/eigen/doc/TutorialMatrixArithmetic.dox
third_party/eigen/doc/TutorialMatrixClass.dox
third_party/eigen/doc/TutorialReductionsVisitorsBroadcasting.dox
third_party/eigen/doc/TutorialReshape.dox
third_party/eigen/doc/TutorialSTL.dox
third_party/eigen/doc/TutorialSlicingIndexing.dox
third_party/eigen/doc/TutorialSparse.dox
third_party/eigen/doc/TutorialSparse_example_details.dox
third_party/eigen/doc/UnalignedArrayAssert.dox
third_party/eigen/doc/UsingBlasLapackBackends.dox
third_party/eigen/doc/UsingIntelMKL.dox
third_party/eigen/doc/UsingNVCC.dox
third_party/eigen/doc/WrongStackAlignment.dox
third_party/eigen/doc/eigendoxy.css
third_party/eigen/doc/eigendoxy_footer.html.in
third_party/eigen/doc/eigendoxy_header.html.in
third_party/eigen/doc/eigendoxy_layout.xml.in
third_party/eigen/doc/eigendoxy_tabs.css
third_party/eigen/doc/ftv2node.png
third_party/eigen/doc/ftv2pnode.png
third_party/eigen/doc/tutorial.cpp
third_party/eigen/doc/examples/.krazy
third_party/eigen/doc/examples/CMakeLists.txt
third_party/eigen/doc/examples/CustomizingEigen_Inheritance.cpp
third_party/eigen/doc/examples/Cwise_erf.cpp
third_party/eigen/doc/examples/Cwise_erfc.cpp
third_party/eigen/doc/examples/Cwise_lgamma.cpp
third_party/eigen/doc/examples/DenseBase_middleCols_int.cpp
third_party/eigen/doc/examples/DenseBase_middleRows_int.cpp
third_party/eigen/doc/examples/DenseBase_template_int_middleCols.cpp
third_party/eigen/doc/examples/DenseBase_template_int_middleRows.cpp
third_party/eigen/doc/examples/QuickStart_example.cpp
third_party/eigen/doc/examples/QuickStart_example2_dynamic.cpp
third_party/eigen/doc/examples/QuickStart_example2_fixed.cpp
third_party/eigen/doc/examples/TemplateKeyword_flexible.cpp
third_party/eigen/doc/examples/TemplateKeyword_simple.cpp
third_party/eigen/doc/examples/TutorialInplaceLU.cpp
third_party/eigen/doc/examples/TutorialLinAlgComputeTwice.cpp
third_party/eigen/doc/examples/TutorialLinAlgExComputeSolveError.cpp
third_party/eigen/doc/examples/TutorialLinAlgExSolveColPivHouseholderQR.cpp
third_party/eigen/doc/examples/TutorialLinAlgExSolveLDLT.cpp
third_party/eigen/doc/examples/TutorialLinAlgInverseDeterminant.cpp
third_party/eigen/doc/examples/TutorialLinAlgRankRevealing.cpp
third_party/eigen/doc/examples/TutorialLinAlgSVDSolve.cpp
third_party/eigen/doc/examples/TutorialLinAlgSelfAdjointEigenSolver.cpp
third_party/eigen/doc/examples/TutorialLinAlgSetThreshold.cpp
third_party/eigen/doc/examples/Tutorial_ArrayClass_accessors.cpp
third_party/eigen/doc/examples/Tutorial_ArrayClass_addition.cpp
third_party/eigen/doc/examples/Tutorial_ArrayClass_cwise_other.cpp
third_party/eigen/doc/examples/Tutorial_ArrayClass_interop.cpp
third_party/eigen/doc/examples/Tutorial_ArrayClass_interop_matrix.cpp
third_party/eigen/doc/examples/Tutorial_ArrayClass_mult.cpp
third_party/eigen/doc/examples/Tutorial_BlockOperations_block_assignment.cpp
third_party/eigen/doc/examples/Tutorial_BlockOperations_colrow.cpp
third_party/eigen/doc/examples/Tutorial_BlockOperations_corner.cpp
third_party/eigen/doc/examples/Tutorial_BlockOperations_print_block.cpp
third_party/eigen/doc/examples/Tutorial_BlockOperations_vector.cpp
third_party/eigen/doc/examples/Tutorial_PartialLU_solve.cpp
third_party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp
third_party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp
third_party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp
third_party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp
third_party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp
third_party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_bool.cpp
third_party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp
third_party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_operatornorm.cpp
third_party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp
third_party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp
third_party/eigen/doc/examples/Tutorial_simple_example_dynamic_size.cpp
third_party/eigen/doc/examples/Tutorial_simple_example_fixed_size.cpp
third_party/eigen/doc/examples/class_Block.cpp
third_party/eigen/doc/examples/class_CwiseBinaryOp.cpp
third_party/eigen/doc/examples/class_CwiseUnaryOp.cpp
third_party/eigen/doc/examples/class_CwiseUnaryOp_ptrfun.cpp
third_party/eigen/doc/examples/class_FixedBlock.cpp
third_party/eigen/doc/examples/class_FixedReshaped.cpp
third_party/eigen/doc/examples/class_FixedVectorBlock.cpp
third_party/eigen/doc/examples/class_Reshaped.cpp
third_party/eigen/doc/examples/class_VectorBlock.cpp
third_party/eigen/doc/examples/function_taking_eigenbase.cpp
third_party/eigen/doc/examples/function_taking_ref.cpp
third_party/eigen/doc/examples/make_circulant.cpp
third_party/eigen/doc/examples/make_circulant.cpp.entry
third_party/eigen/doc/examples/make_circulant.cpp.evaluator
third_party/eigen/doc/examples/make_circulant.cpp.expression
third_party/eigen/doc/examples/make_circulant.cpp.main
third_party/eigen/doc/examples/make_circulant.cpp.preamble
third_party/eigen/doc/examples/make_circulant.cpp.traits
third_party/eigen/doc/examples/make_circulant2.cpp
third_party/eigen/doc/examples/matrixfree_cg.cpp
third_party/eigen/doc/examples/nullary_indexing.cpp
third_party/eigen/doc/examples/tut_arithmetic_add_sub.cpp
third_party/eigen/doc/examples/tut_arithmetic_dot_cross.cpp
third_party/eigen/doc/examples/tut_arithmetic_matrix_mul.cpp
third_party/eigen/doc/examples/tut_arithmetic_redux_basic.cpp
third_party/eigen/doc/examples/tut_arithmetic_scalar_mul_div.cpp
third_party/eigen/doc/examples/tut_matrix_coefficient_accessors.cpp
third_party/eigen/doc/examples/tut_matrix_resize.cpp
third_party/eigen/doc/examples/tut_matrix_resize_fixed_size.cpp
third_party/eigen/doc/snippets/.krazy
third_party/eigen/doc/snippets/AngleAxis_mimic_euler.cpp
third_party/eigen/doc/snippets/Array_initializer_list_23_cxx11.cpp
third_party/eigen/doc/snippets/Array_initializer_list_vector_cxx11.cpp
third_party/eigen/doc/snippets/Array_variadic_ctor_cxx11.cpp
third_party/eigen/doc/snippets/BiCGSTAB_simple.cpp
third_party/eigen/doc/snippets/BiCGSTAB_step_by_step.cpp
third_party/eigen/doc/snippets/CMakeLists.txt
third_party/eigen/doc/snippets/ColPivHouseholderQR_solve.cpp
third_party/eigen/doc/snippets/ComplexEigenSolver_compute.cpp
third_party/eigen/doc/snippets/ComplexEigenSolver_eigenvalues.cpp
third_party/eigen/doc/snippets/ComplexEigenSolver_eigenvectors.cpp
third_party/eigen/doc/snippets/ComplexSchur_compute.cpp
third_party/eigen/doc/snippets/ComplexSchur_matrixT.cpp
third_party/eigen/doc/snippets/ComplexSchur_matrixU.cpp
third_party/eigen/doc/snippets/Cwise_abs.cpp
third_party/eigen/doc/snippets/Cwise_abs2.cpp
third_party/eigen/doc/snippets/Cwise_acos.cpp
third_party/eigen/doc/snippets/Cwise_arg.cpp
third_party/eigen/doc/snippets/Cwise_array_atan2_array.cpp
third_party/eigen/doc/snippets/Cwise_array_power_array.cpp
third_party/eigen/doc/snippets/Cwise_asin.cpp
third_party/eigen/doc/snippets/Cwise_atan.cpp
third_party/eigen/doc/snippets/Cwise_boolean_and.cpp
third_party/eigen/doc/snippets/Cwise_boolean_not.cpp
third_party/eigen/doc/snippets/Cwise_boolean_or.cpp
third_party/eigen/doc/snippets/Cwise_cbrt.cpp
third_party/eigen/doc/snippets/Cwise_ceil.cpp
third_party/eigen/doc/snippets/Cwise_cos.cpp
third_party/eigen/doc/snippets/Cwise_cosh.cpp
third_party/eigen/doc/snippets/Cwise_cube.cpp
third_party/eigen/doc/snippets/Cwise_equal_equal.cpp
third_party/eigen/doc/snippets/Cwise_exp.cpp
third_party/eigen/doc/snippets/Cwise_floor.cpp
third_party/eigen/doc/snippets/Cwise_greater.cpp
third_party/eigen/doc/snippets/Cwise_greater_equal.cpp
third_party/eigen/doc/snippets/Cwise_inverse.cpp
third_party/eigen/doc/snippets/Cwise_isFinite.cpp
third_party/eigen/doc/snippets/Cwise_isInf.cpp
third_party/eigen/doc/snippets/Cwise_isNaN.cpp
third_party/eigen/doc/snippets/Cwise_less.cpp
third_party/eigen/doc/snippets/Cwise_less_equal.cpp
third_party/eigen/doc/snippets/Cwise_log.cpp
third_party/eigen/doc/snippets/Cwise_log10.cpp
third_party/eigen/doc/snippets/Cwise_max.cpp
third_party/eigen/doc/snippets/Cwise_min.cpp
third_party/eigen/doc/snippets/Cwise_minus.cpp
third_party/eigen/doc/snippets/Cwise_minus_equal.cpp
third_party/eigen/doc/snippets/Cwise_not_equal.cpp
third_party/eigen/doc/snippets/Cwise_plus.cpp
third_party/eigen/doc/snippets/Cwise_plus_equal.cpp
third_party/eigen/doc/snippets/Cwise_pow.cpp
third_party/eigen/doc/snippets/Cwise_product.cpp
third_party/eigen/doc/snippets/Cwise_quotient.cpp
third_party/eigen/doc/snippets/Cwise_rint.cpp
third_party/eigen/doc/snippets/Cwise_round.cpp
third_party/eigen/doc/snippets/Cwise_scalar_power_array.cpp
third_party/eigen/doc/snippets/Cwise_sign.cpp
third_party/eigen/doc/snippets/Cwise_sin.cpp
third_party/eigen/doc/snippets/Cwise_sinh.cpp
third_party/eigen/doc/snippets/Cwise_slash_equal.cpp
third_party/eigen/doc/snippets/Cwise_sqrt.cpp
third_party/eigen/doc/snippets/Cwise_square.cpp
third_party/eigen/doc/snippets/Cwise_tan.cpp
third_party/eigen/doc/snippets/Cwise_tanh.cpp
third_party/eigen/doc/snippets/Cwise_times_equal.cpp
third_party/eigen/doc/snippets/Cwise_trunc.cpp
third_party/eigen/doc/snippets/DenseBase_LinSpaced.cpp
third_party/eigen/doc/snippets/DenseBase_LinSpacedInt.cpp
third_party/eigen/doc/snippets/DenseBase_LinSpaced_seq_deprecated.cpp
third_party/eigen/doc/snippets/DenseBase_setLinSpaced.cpp
third_party/eigen/doc/snippets/DirectionWise_hnormalized.cpp
third_party/eigen/doc/snippets/DirectionWise_replicate.cpp
third_party/eigen/doc/snippets/DirectionWise_replicate_int.cpp
third_party/eigen/doc/snippets/EigenSolver_EigenSolver_MatrixType.cpp
third_party/eigen/doc/snippets/EigenSolver_compute.cpp
third_party/eigen/doc/snippets/EigenSolver_eigenvalues.cpp
third_party/eigen/doc/snippets/EigenSolver_eigenvectors.cpp
third_party/eigen/doc/snippets/EigenSolver_pseudoEigenvectors.cpp
third_party/eigen/doc/snippets/FullPivHouseholderQR_solve.cpp
third_party/eigen/doc/snippets/FullPivLU_image.cpp
third_party/eigen/doc/snippets/FullPivLU_kernel.cpp
third_party/eigen/doc/snippets/FullPivLU_solve.cpp
third_party/eigen/doc/snippets/GeneralizedEigenSolver.cpp
third_party/eigen/doc/snippets/HessenbergDecomposition_compute.cpp
third_party/eigen/doc/snippets/HessenbergDecomposition_matrixH.cpp
third_party/eigen/doc/snippets/HessenbergDecomposition_packedMatrix.cpp
third_party/eigen/doc/snippets/HouseholderQR_householderQ.cpp
third_party/eigen/doc/snippets/HouseholderQR_solve.cpp
third_party/eigen/doc/snippets/HouseholderSequence_HouseholderSequence.cpp
third_party/eigen/doc/snippets/IOFormat.cpp
third_party/eigen/doc/snippets/JacobiSVD_basic.cpp
third_party/eigen/doc/snippets/Jacobi_makeGivens.cpp
third_party/eigen/doc/snippets/Jacobi_makeJacobi.cpp
third_party/eigen/doc/snippets/LLT_example.cpp
third_party/eigen/doc/snippets/LLT_solve.cpp
third_party/eigen/doc/snippets/LeastSquaresNormalEquations.cpp
third_party/eigen/doc/snippets/LeastSquaresQR.cpp
third_party/eigen/doc/snippets/Map_general_stride.cpp
third_party/eigen/doc/snippets/Map_inner_stride.cpp
third_party/eigen/doc/snippets/Map_outer_stride.cpp
third_party/eigen/doc/snippets/Map_placement_new.cpp
third_party/eigen/doc/snippets/Map_simple.cpp
third_party/eigen/doc/snippets/MatrixBase_adjoint.cpp
third_party/eigen/doc/snippets/MatrixBase_all.cpp
third_party/eigen/doc/snippets/MatrixBase_applyOnTheLeft.cpp
third_party/eigen/doc/snippets/MatrixBase_applyOnTheRight.cpp
third_party/eigen/doc/snippets/MatrixBase_array.cpp
third_party/eigen/doc/snippets/MatrixBase_array_const.cpp
third_party/eigen/doc/snippets/MatrixBase_asDiagonal.cpp
third_party/eigen/doc/snippets/MatrixBase_block_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_block_int_int_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_bottomLeftCorner_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_bottomRightCorner_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_bottomRows_int.cpp
third_party/eigen/doc/snippets/MatrixBase_cast.cpp
third_party/eigen/doc/snippets/MatrixBase_col.cpp
third_party/eigen/doc/snippets/MatrixBase_colwise.cpp
third_party/eigen/doc/snippets/MatrixBase_colwise_iterator_cxx11.cpp
third_party/eigen/doc/snippets/MatrixBase_computeInverseAndDetWithCheck.cpp
third_party/eigen/doc/snippets/MatrixBase_computeInverseWithCheck.cpp
third_party/eigen/doc/snippets/MatrixBase_cwiseAbs.cpp
third_party/eigen/doc/snippets/MatrixBase_cwiseAbs2.cpp
third_party/eigen/doc/snippets/MatrixBase_cwiseArg.cpp
third_party/eigen/doc/snippets/MatrixBase_cwiseEqual.cpp
third_party/eigen/doc/snippets/MatrixBase_cwiseInverse.cpp
third_party/eigen/doc/snippets/MatrixBase_cwiseMax.cpp
third_party/eigen/doc/snippets/MatrixBase_cwiseMin.cpp
third_party/eigen/doc/snippets/MatrixBase_cwiseNotEqual.cpp
third_party/eigen/doc/snippets/MatrixBase_cwiseProduct.cpp
third_party/eigen/doc/snippets/MatrixBase_cwiseQuotient.cpp
third_party/eigen/doc/snippets/MatrixBase_cwiseSign.cpp
third_party/eigen/doc/snippets/MatrixBase_cwiseSqrt.cpp
third_party/eigen/doc/snippets/MatrixBase_diagonal.cpp
third_party/eigen/doc/snippets/MatrixBase_diagonal_int.cpp
third_party/eigen/doc/snippets/MatrixBase_diagonal_template_int.cpp
third_party/eigen/doc/snippets/MatrixBase_eigenvalues.cpp
third_party/eigen/doc/snippets/MatrixBase_end_int.cpp
third_party/eigen/doc/snippets/MatrixBase_eval.cpp
third_party/eigen/doc/snippets/MatrixBase_fixedBlock_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_hnormalized.cpp
third_party/eigen/doc/snippets/MatrixBase_homogeneous.cpp
third_party/eigen/doc/snippets/MatrixBase_identity.cpp
third_party/eigen/doc/snippets/MatrixBase_identity_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_inverse.cpp
third_party/eigen/doc/snippets/MatrixBase_isDiagonal.cpp
third_party/eigen/doc/snippets/MatrixBase_isIdentity.cpp
third_party/eigen/doc/snippets/MatrixBase_isOnes.cpp
third_party/eigen/doc/snippets/MatrixBase_isOrthogonal.cpp
third_party/eigen/doc/snippets/MatrixBase_isUnitary.cpp
third_party/eigen/doc/snippets/MatrixBase_isZero.cpp
third_party/eigen/doc/snippets/MatrixBase_leftCols_int.cpp
third_party/eigen/doc/snippets/MatrixBase_noalias.cpp
third_party/eigen/doc/snippets/MatrixBase_ones.cpp
third_party/eigen/doc/snippets/MatrixBase_ones_int.cpp
third_party/eigen/doc/snippets/MatrixBase_ones_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_operatorNorm.cpp
third_party/eigen/doc/snippets/MatrixBase_prod.cpp
third_party/eigen/doc/snippets/MatrixBase_random.cpp
third_party/eigen/doc/snippets/MatrixBase_random_int.cpp
third_party/eigen/doc/snippets/MatrixBase_random_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_replicate.cpp
third_party/eigen/doc/snippets/MatrixBase_replicate_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_reshaped_auto.cpp
third_party/eigen/doc/snippets/MatrixBase_reshaped_fixed.cpp
third_party/eigen/doc/snippets/MatrixBase_reshaped_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_reshaped_to_vector.cpp
third_party/eigen/doc/snippets/MatrixBase_reverse.cpp
third_party/eigen/doc/snippets/MatrixBase_rightCols_int.cpp
third_party/eigen/doc/snippets/MatrixBase_row.cpp
third_party/eigen/doc/snippets/MatrixBase_rowwise.cpp
third_party/eigen/doc/snippets/MatrixBase_segment_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_select.cpp
third_party/eigen/doc/snippets/MatrixBase_selfadjointView.cpp
third_party/eigen/doc/snippets/MatrixBase_set.cpp
third_party/eigen/doc/snippets/MatrixBase_setIdentity.cpp
third_party/eigen/doc/snippets/MatrixBase_setOnes.cpp
third_party/eigen/doc/snippets/MatrixBase_setRandom.cpp
third_party/eigen/doc/snippets/MatrixBase_setZero.cpp
third_party/eigen/doc/snippets/MatrixBase_start_int.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_bottomRows.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_end.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_int_block_int_int_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_int_bottomLeftCorner.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_int_bottomLeftCorner_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_int_bottomRightCorner.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_int_bottomRightCorner_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_int_topLeftCorner.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_int_topLeftCorner_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_int_topRightCorner.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_int_topRightCorner_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_leftCols.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_rightCols.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_segment.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_start.cpp
third_party/eigen/doc/snippets/MatrixBase_template_int_topRows.cpp
third_party/eigen/doc/snippets/MatrixBase_topLeftCorner_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_topRightCorner_int_int.cpp
third_party/eigen/doc/snippets/MatrixBase_topRows_int.cpp
third_party/eigen/doc/snippets/MatrixBase_transpose.cpp
third_party/eigen/doc/snippets/MatrixBase_triangularView.cpp
third_party/eigen/doc/snippets/MatrixBase_zero.cpp
third_party/eigen/doc/snippets/MatrixBase_zero_int.cpp
third_party/eigen/doc/snippets/MatrixBase_zero_int_int.cpp
third_party/eigen/doc/snippets/Matrix_Map_stride.cpp
third_party/eigen/doc/snippets/Matrix_initializer_list_23_cxx11.cpp
third_party/eigen/doc/snippets/Matrix_initializer_list_vector_cxx11.cpp
third_party/eigen/doc/snippets/Matrix_resize_NoChange_int.cpp
third_party/eigen/doc/snippets/Matrix_resize_int.cpp
third_party/eigen/doc/snippets/Matrix_resize_int_NoChange.cpp
third_party/eigen/doc/snippets/Matrix_resize_int_int.cpp
third_party/eigen/doc/snippets/Matrix_setConstant_int.cpp
third_party/eigen/doc/snippets/Matrix_setConstant_int_int.cpp
third_party/eigen/doc/snippets/Matrix_setIdentity_int_int.cpp
third_party/eigen/doc/snippets/Matrix_setOnes_int.cpp
third_party/eigen/doc/snippets/Matrix_setOnes_int_int.cpp
third_party/eigen/doc/snippets/Matrix_setRandom_int.cpp
third_party/eigen/doc/snippets/Matrix_setRandom_int_int.cpp
third_party/eigen/doc/snippets/Matrix_setZero_int.cpp
third_party/eigen/doc/snippets/Matrix_setZero_int_int.cpp
third_party/eigen/doc/snippets/Matrix_variadic_ctor_cxx11.cpp
third_party/eigen/doc/snippets/PartialPivLU_solve.cpp
third_party/eigen/doc/snippets/PartialRedux_count.cpp
third_party/eigen/doc/snippets/PartialRedux_maxCoeff.cpp
third_party/eigen/doc/snippets/PartialRedux_minCoeff.cpp
third_party/eigen/doc/snippets/PartialRedux_norm.cpp
third_party/eigen/doc/snippets/PartialRedux_prod.cpp
third_party/eigen/doc/snippets/PartialRedux_squaredNorm.cpp
third_party/eigen/doc/snippets/PartialRedux_sum.cpp
third_party/eigen/doc/snippets/RealQZ_compute.cpp
third_party/eigen/doc/snippets/RealSchur_RealSchur_MatrixType.cpp
third_party/eigen/doc/snippets/RealSchur_compute.cpp
third_party/eigen/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp
third_party/eigen/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp
third_party/eigen/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp
third_party/eigen/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType.cpp
third_party/eigen/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType2.cpp
third_party/eigen/doc/snippets/SelfAdjointEigenSolver_eigenvalues.cpp
third_party/eigen/doc/snippets/SelfAdjointEigenSolver_eigenvectors.cpp
third_party/eigen/doc/snippets/SelfAdjointEigenSolver_operatorInverseSqrt.cpp
third_party/eigen/doc/snippets/SelfAdjointEigenSolver_operatorSqrt.cpp
third_party/eigen/doc/snippets/SelfAdjointView_eigenvalues.cpp
third_party/eigen/doc/snippets/SelfAdjointView_operatorNorm.cpp
third_party/eigen/doc/snippets/Slicing_arrayexpr.cpp
third_party/eigen/doc/snippets/Slicing_custom_padding_cxx11.cpp
third_party/eigen/doc/snippets/Slicing_rawarray_cxx11.cpp
third_party/eigen/doc/snippets/Slicing_stdvector_cxx11.cpp
third_party/eigen/doc/snippets/SparseMatrix_coeffs.cpp
third_party/eigen/doc/snippets/TopicAliasing_block.cpp
third_party/eigen/doc/snippets/TopicAliasing_block_correct.cpp
third_party/eigen/doc/snippets/TopicAliasing_cwise.cpp
third_party/eigen/doc/snippets/TopicAliasing_mult1.cpp
third_party/eigen/doc/snippets/TopicAliasing_mult2.cpp
third_party/eigen/doc/snippets/TopicAliasing_mult3.cpp
third_party/eigen/doc/snippets/TopicAliasing_mult4.cpp
third_party/eigen/doc/snippets/TopicAliasing_mult5.cpp
third_party/eigen/doc/snippets/TopicStorageOrders_example.cpp
third_party/eigen/doc/snippets/Triangular_solve.cpp
third_party/eigen/doc/snippets/Tridiagonalization_Tridiagonalization_MatrixType.cpp
third_party/eigen/doc/snippets/Tridiagonalization_compute.cpp
third_party/eigen/doc/snippets/Tridiagonalization_decomposeInPlace.cpp
third_party/eigen/doc/snippets/Tridiagonalization_diagonal.cpp
third_party/eigen/doc/snippets/Tridiagonalization_householderCoefficients.cpp
third_party/eigen/doc/snippets/Tridiagonalization_packedMatrix.cpp
third_party/eigen/doc/snippets/Tutorial_AdvancedInitialization_Block.cpp
third_party/eigen/doc/snippets/Tutorial_AdvancedInitialization_CommaTemporary.cpp
third_party/eigen/doc/snippets/Tutorial_AdvancedInitialization_Join.cpp
third_party/eigen/doc/snippets/Tutorial_AdvancedInitialization_LinSpaced.cpp
third_party/eigen/doc/snippets/Tutorial_AdvancedInitialization_ThreeWays.cpp
third_party/eigen/doc/snippets/Tutorial_AdvancedInitialization_Zero.cpp
third_party/eigen/doc/snippets/Tutorial_Map_rowmajor.cpp
third_party/eigen/doc/snippets/Tutorial_Map_using.cpp
third_party/eigen/doc/snippets/Tutorial_ReshapeMat2Mat.cpp
third_party/eigen/doc/snippets/Tutorial_ReshapeMat2Vec.cpp
third_party/eigen/doc/snippets/Tutorial_SlicingCol.cpp
third_party/eigen/doc/snippets/Tutorial_SlicingVec.cpp
third_party/eigen/doc/snippets/Tutorial_commainit_01.cpp
third_party/eigen/doc/snippets/Tutorial_commainit_01b.cpp
third_party/eigen/doc/snippets/Tutorial_commainit_02.cpp
third_party/eigen/doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp
third_party/eigen/doc/snippets/Tutorial_range_for_loop_2d_cxx11.cpp
third_party/eigen/doc/snippets/Tutorial_reshaped_vs_resize_1.cpp
third_party/eigen/doc/snippets/Tutorial_reshaped_vs_resize_2.cpp
third_party/eigen/doc/snippets/Tutorial_solve_matrix_inverse.cpp
third_party/eigen/doc/snippets/Tutorial_solve_multiple_rhs.cpp
third_party/eigen/doc/snippets/Tutorial_solve_reuse_decomposition.cpp
third_party/eigen/doc/snippets/Tutorial_solve_singular.cpp
third_party/eigen/doc/snippets/Tutorial_solve_triangular.cpp
third_party/eigen/doc/snippets/Tutorial_solve_triangular_inplace.cpp
third_party/eigen/doc/snippets/Tutorial_std_sort.cpp
third_party/eigen/doc/snippets/Tutorial_std_sort_rows_cxx11.cpp
third_party/eigen/doc/snippets/VectorwiseOp_homogeneous.cpp
third_party/eigen/doc/snippets/Vectorwise_reverse.cpp
third_party/eigen/doc/snippets/class_FullPivLU.cpp
third_party/eigen/doc/snippets/compile_snippet.cpp.in
third_party/eigen/doc/snippets/tut_arithmetic_redux_minmax.cpp
third_party/eigen/doc/snippets/tut_arithmetic_transpose_aliasing.cpp
third_party/eigen/doc/snippets/tut_arithmetic_transpose_conjugate.cpp
third_party/eigen/doc/snippets/tut_arithmetic_transpose_inplace.cpp
third_party/eigen/doc/snippets/tut_matrix_assignment_resizing.cpp
third_party/eigen/doc/special_examples/CMakeLists.txt
third_party/eigen/doc/special_examples/Tutorial_sparse_example.cpp
third_party/eigen/doc/special_examples/Tutorial_sparse_example_details.cpp
third_party/eigen/doc/special_examples/random_cpp11.cpp
third_party/eigen/failtest/CMakeLists.txt
third_party/eigen/failtest/bdcsvd_int.cpp
third_party/eigen/failtest/block_nonconst_ctor_on_const_xpr_0.cpp
third_party/eigen/failtest/block_nonconst_ctor_on_const_xpr_1.cpp
third_party/eigen/failtest/block_nonconst_ctor_on_const_xpr_2.cpp
third_party/eigen/failtest/block_on_const_type_actually_const_0.cpp
third_party/eigen/failtest/block_on_const_type_actually_const_1.cpp
third_party/eigen/failtest/colpivqr_int.cpp
third_party/eigen/failtest/const_qualified_block_method_retval_0.cpp
third_party/eigen/failtest/const_qualified_block_method_retval_1.cpp
third_party/eigen/failtest/const_qualified_diagonal_method_retval.cpp
third_party/eigen/failtest/const_qualified_transpose_method_retval.cpp
third_party/eigen/failtest/cwiseunaryview_nonconst_ctor_on_const_xpr.cpp
third_party/eigen/failtest/cwiseunaryview_on_const_type_actually_const.cpp
third_party/eigen/failtest/diagonal_nonconst_ctor_on_const_xpr.cpp
third_party/eigen/failtest/diagonal_on_const_type_actually_const.cpp
third_party/eigen/failtest/eigensolver_cplx.cpp
third_party/eigen/failtest/eigensolver_int.cpp
third_party/eigen/failtest/failtest_sanity_check.cpp
third_party/eigen/failtest/fullpivlu_int.cpp
third_party/eigen/failtest/fullpivqr_int.cpp
third_party/eigen/failtest/initializer_list_1.cpp
third_party/eigen/failtest/initializer_list_2.cpp
third_party/eigen/failtest/jacobisvd_int.cpp
third_party/eigen/failtest/ldlt_int.cpp
third_party/eigen/failtest/llt_int.cpp
third_party/eigen/failtest/map_nonconst_ctor_on_const_ptr_0.cpp
third_party/eigen/failtest/map_nonconst_ctor_on_const_ptr_1.cpp
third_party/eigen/failtest/map_nonconst_ctor_on_const_ptr_2.cpp
third_party/eigen/failtest/map_nonconst_ctor_on_const_ptr_3.cpp
third_party/eigen/failtest/map_nonconst_ctor_on_const_ptr_4.cpp
third_party/eigen/failtest/map_on_const_type_actually_const_0.cpp
third_party/eigen/failtest/map_on_const_type_actually_const_1.cpp
third_party/eigen/failtest/partialpivlu_int.cpp
third_party/eigen/failtest/qr_int.cpp
third_party/eigen/failtest/ref_1.cpp
third_party/eigen/failtest/ref_2.cpp
third_party/eigen/failtest/ref_3.cpp
third_party/eigen/failtest/ref_4.cpp
third_party/eigen/failtest/ref_5.cpp
third_party/eigen/failtest/ref_6.cpp
third_party/eigen/failtest/ref_7.cpp
third_party/eigen/failtest/selfadjointview_nonconst_ctor_on_const_xpr.cpp
third_party/eigen/failtest/selfadjointview_on_const_type_actually_const.cpp
third_party/eigen/failtest/sparse_ref_1.cpp
third_party/eigen/failtest/sparse_ref_2.cpp
third_party/eigen/failtest/sparse_ref_3.cpp
third_party/eigen/failtest/sparse_ref_4.cpp
third_party/eigen/failtest/sparse_ref_5.cpp
third_party/eigen/failtest/sparse_storage_mismatch.cpp
third_party/eigen/failtest/swap_1.cpp
third_party/eigen/failtest/swap_2.cpp
third_party/eigen/failtest/ternary_1.cpp
third_party/eigen/failtest/ternary_2.cpp
third_party/eigen/failtest/transpose_nonconst_ctor_on_const_xpr.cpp
third_party/eigen/failtest/transpose_on_const_type_actually_const.cpp
third_party/eigen/failtest/triangularview_nonconst_ctor_on_const_xpr.cpp
third_party/eigen/failtest/triangularview_on_const_type_actually_const.cpp
third_party/eigen/lapack/CMakeLists.txt
third_party/eigen/lapack/cholesky.inc
third_party/eigen/lapack/clacgv.f
third_party/eigen/lapack/cladiv.f
third_party/eigen/lapack/clarf.f
third_party/eigen/lapack/clarfb.f
third_party/eigen/lapack/clarfg.f
third_party/eigen/lapack/clarft.f
third_party/eigen/lapack/complex_double.cpp
third_party/eigen/lapack/complex_single.cpp
third_party/eigen/lapack/dladiv.f
third_party/eigen/lapack/dlamch.f
third_party/eigen/lapack/dlapy2.f
third_party/eigen/lapack/dlapy3.f
third_party/eigen/lapack/dlarf.f
third_party/eigen/lapack/dlarfb.f
third_party/eigen/lapack/dlarfg.f
third_party/eigen/lapack/dlarft.f
third_party/eigen/lapack/double.cpp
third_party/eigen/lapack/dsecnd_INT_CPU_TIME.cpp
third_party/eigen/lapack/dsecnd_NONE.f
third_party/eigen/lapack/eigen_lapack.def
third_party/eigen/lapack/eigen_lapack_cpp.def
third_party/eigen/lapack/eigenvalues.inc
third_party/eigen/lapack/ilaclc.f
third_party/eigen/lapack/ilaclr.f
third_party/eigen/lapack/iladlc.f
third_party/eigen/lapack/iladlr.f
third_party/eigen/lapack/ilaslc.f
third_party/eigen/lapack/ilaslr.f
third_party/eigen/lapack/ilazlc.f
third_party/eigen/lapack/ilazlr.f
third_party/eigen/lapack/lapack.h
third_party/eigen/lapack/lapack_common.h
third_party/eigen/lapack/lu.inc
third_party/eigen/lapack/second_INT_CPU_TIME.cpp
third_party/eigen/lapack/second_NONE.f
third_party/eigen/lapack/single.cpp
third_party/eigen/lapack/sladiv.f
third_party/eigen/lapack/slamch.f
third_party/eigen/lapack/slapy2.f
third_party/eigen/lapack/slapy3.f
third_party/eigen/lapack/slarf.f
third_party/eigen/lapack/slarfb.f
third_party/eigen/lapack/slarfg.f
third_party/eigen/lapack/slarft.f
third_party/eigen/lapack/svd.inc
third_party/eigen/lapack/zlacgv.f
third_party/eigen/lapack/zladiv.f
third_party/eigen/lapack/zlarf.f
third_party/eigen/lapack/zlarfb.f
third_party/eigen/lapack/zlarfg.f
third_party/eigen/lapack/zlarft.f
third_party/eigen/scripts/CMakeLists.txt
third_party/eigen/scripts/buildtests.in
third_party/eigen/scripts/cdashtesting.cmake.in
third_party/eigen/scripts/check.in
third_party/eigen/scripts/ci_cmake_msvc.ps1
third_party/eigen/scripts/ci_cmake_msvc_cuda.ps1
third_party/eigen/scripts/debug.in
third_party/eigen/scripts/eigen_gen_credits.cpp
third_party/eigen/scripts/eigen_gen_docs
third_party/eigen/scripts/eigen_gen_split_test_help.cmake
third_party/eigen/scripts/eigen_monitor_perf.sh
third_party/eigen/scripts/format.sh
third_party/eigen/scripts/git_commit_mrs_and_issues.py
third_party/eigen/scripts/gitlab_api_deploy_package.py
third_party/eigen/scripts/gitlab_api_issues.py
third_party/eigen/scripts/gitlab_api_labeller.py
third_party/eigen/scripts/gitlab_api_mrs.py
third_party/eigen/scripts/msvc_setup.ps1
third_party/eigen/scripts/release.in
third_party/eigen/test/AnnoyingScalar.h
third_party/eigen/test/CMakeLists.txt
third_party/eigen/test/CustomComplex.h
third_party/eigen/test/MovableScalar.h
third_party/eigen/test/OffByOneScalar.h
third_party/eigen/test/SafeScalar.h
third_party/eigen/test/accelerate_support.cpp
third_party/eigen/test/adjoint.cpp
third_party/eigen/test/array_cwise.cpp
third_party/eigen/test/array_for_matrix.cpp
third_party/eigen/test/array_of_string.cpp
third_party/eigen/test/array_replicate.cpp
third_party/eigen/test/array_reverse.cpp
third_party/eigen/test/assignment_threaded.cpp
third_party/eigen/test/bandmatrix.cpp
third_party/eigen/test/basicstuff.cpp
third_party/eigen/test/bdcsvd.cpp
third_party/eigen/test/bfloat16_float.cpp
third_party/eigen/test/bicgstab.cpp
third_party/eigen/test/blasutil.cpp
third_party/eigen/test/block.cpp
third_party/eigen/test/boostmultiprec.cpp
third_party/eigen/test/bug1213.cpp
third_party/eigen/test/bug1213.h
third_party/eigen/test/bug1213_main.cpp
third_party/eigen/test/cholesky.cpp
third_party/eigen/test/cholmod_support.cpp
third_party/eigen/test/clz.cpp
third_party/eigen/test/commainitializer.cpp
third_party/eigen/test/conjugate_gradient.cpp
third_party/eigen/test/conservative_resize.cpp
third_party/eigen/test/constexpr.cpp
third_party/eigen/test/constructor.cpp
third_party/eigen/test/corners.cpp
third_party/eigen/test/ctorleak.cpp
third_party/eigen/test/denseLM.cpp
third_party/eigen/test/dense_storage.cpp
third_party/eigen/test/determinant.cpp
third_party/eigen/test/diagonal.cpp
third_party/eigen/test/diagonal_matrix_variadic_ctor.cpp
third_party/eigen/test/diagonalmatrices.cpp
third_party/eigen/test/dontalign.cpp
third_party/eigen/test/dynalloc.cpp
third_party/eigen/test/eigen2support.cpp
third_party/eigen/test/eigensolver_complex.cpp
third_party/eigen/test/eigensolver_generalized_real.cpp
third_party/eigen/test/eigensolver_generic.cpp
third_party/eigen/test/eigensolver_selfadjoint.cpp
third_party/eigen/test/evaluator_common.h
third_party/eigen/test/evaluators.cpp
third_party/eigen/test/exceptions.cpp
third_party/eigen/test/fastmath.cpp
third_party/eigen/test/first_aligned.cpp
third_party/eigen/test/float_conversion.cpp
third_party/eigen/test/geo_alignedbox.cpp
third_party/eigen/test/geo_eulerangles.cpp
third_party/eigen/test/geo_homogeneous.cpp
third_party/eigen/test/geo_hyperplane.cpp
third_party/eigen/test/geo_orthomethods.cpp
third_party/eigen/test/geo_parametrizedline.cpp
third_party/eigen/test/geo_quaternion.cpp
third_party/eigen/test/geo_transformations.cpp
third_party/eigen/test/gpu_basic.cu
third_party/eigen/test/gpu_common.h
third_party/eigen/test/gpu_example.cu
third_party/eigen/test/gpu_test_helper.h
third_party/eigen/test/half_float.cpp
third_party/eigen/test/hessenberg.cpp
third_party/eigen/test/householder.cpp
third_party/eigen/test/incomplete_LUT.cpp
third_party/eigen/test/incomplete_cholesky.cpp
third_party/eigen/test/indexed_view.cpp
third_party/eigen/test/initializer_list_construction.cpp
third_party/eigen/test/inplace_decomposition.cpp
third_party/eigen/test/integer_types.cpp
third_party/eigen/test/inverse.cpp
third_party/eigen/test/io.cpp
third_party/eigen/test/is_same_dense.cpp
third_party/eigen/test/jacobi.cpp
third_party/eigen/test/jacobisvd.cpp
third_party/eigen/test/klu_support.cpp
third_party/eigen/test/linearstructure.cpp
third_party/eigen/test/lscg.cpp
third_party/eigen/test/lu.cpp
third_party/eigen/test/main.h
third_party/eigen/test/mapped_matrix.cpp
third_party/eigen/test/mapstaticmethods.cpp
third_party/eigen/test/mapstride.cpp
third_party/eigen/test/matrix_cwise.cpp
third_party/eigen/test/maxsizevector.cpp
third_party/eigen/test/meta.cpp
third_party/eigen/test/metis_support.cpp
third_party/eigen/test/miscmatrices.cpp
third_party/eigen/test/mixingtypes.cpp
third_party/eigen/test/nestbyvalue.cpp
third_party/eigen/test/nesting_ops.cpp
third_party/eigen/test/nomalloc.cpp
third_party/eigen/test/nullary.cpp
third_party/eigen/test/num_dimensions.cpp
third_party/eigen/test/numext.cpp
third_party/eigen/test/packet_segment.cpp
third_party/eigen/test/packetmath.cpp
third_party/eigen/test/packetmath_test_shared.h
third_party/eigen/test/pardiso_support.cpp
third_party/eigen/test/pastix_support.cpp
third_party/eigen/test/permutationmatrices.cpp
third_party/eigen/test/prec_inverse_4x4.cpp
third_party/eigen/test/product.h
third_party/eigen/test/product_extra.cpp
third_party/eigen/test/product_large.cpp
third_party/eigen/test/product_mmtr.cpp
third_party/eigen/test/product_notemporary.cpp
third_party/eigen/test/product_selfadjoint.cpp
third_party/eigen/test/product_small.cpp
third_party/eigen/test/product_symm.cpp
third_party/eigen/test/product_syrk.cpp
third_party/eigen/test/product_threaded.cpp
third_party/eigen/test/product_trmm.cpp
third_party/eigen/test/product_trmv.cpp
third_party/eigen/test/product_trsolve.cpp
third_party/eigen/test/qr.cpp
third_party/eigen/test/qr_colpivoting.cpp
third_party/eigen/test/qr_fullpivoting.cpp
third_party/eigen/test/qtvector.cpp
third_party/eigen/test/rand.cpp
third_party/eigen/test/random_matrix.cpp
third_party/eigen/test/random_matrix_helper.h
third_party/eigen/test/random_without_cast_overflow.h
third_party/eigen/test/real_qz.cpp
third_party/eigen/test/realview.cpp
third_party/eigen/test/redux.cpp
third_party/eigen/test/ref.cpp
third_party/eigen/test/reshape.cpp
third_party/eigen/test/resize.cpp
third_party/eigen/test/rvalue_types.cpp
third_party/eigen/test/schur_complex.cpp
third_party/eigen/test/schur_real.cpp
third_party/eigen/test/selfadjoint.cpp
third_party/eigen/test/serializer.cpp
third_party/eigen/test/simplicial_cholesky.cpp
third_party/eigen/test/sizeof.cpp
third_party/eigen/test/sizeoverflow.cpp
third_party/eigen/test/skew_symmetric_matrix3.cpp
third_party/eigen/test/smallvectors.cpp
third_party/eigen/test/solverbase.h
third_party/eigen/test/sparse.h
third_party/eigen/test/sparseLM.cpp
third_party/eigen/test/sparse_basic.cpp
third_party/eigen/test/sparse_block.cpp
third_party/eigen/test/sparse_permutations.cpp
third_party/eigen/test/sparse_product.cpp
third_party/eigen/test/sparse_ref.cpp
third_party/eigen/test/sparse_solver.h
third_party/eigen/test/sparse_solvers.cpp
third_party/eigen/test/sparse_vector.cpp
third_party/eigen/test/sparselu.cpp
third_party/eigen/test/sparseqr.cpp
third_party/eigen/test/special_numbers.cpp
third_party/eigen/test/split_test_helper.h
third_party/eigen/test/spqr_support.cpp
third_party/eigen/test/stable_norm.cpp
third_party/eigen/test/stddeque.cpp
third_party/eigen/test/stddeque_overload.cpp
third_party/eigen/test/stdlist.cpp
third_party/eigen/test/stdlist_overload.cpp
third_party/eigen/test/stdvector.cpp
third_party/eigen/test/stdvector_overload.cpp
third_party/eigen/test/stl_iterators.cpp
third_party/eigen/test/superlu_support.cpp
third_party/eigen/test/svd_common.h
third_party/eigen/test/svd_fill.h
third_party/eigen/test/swap.cpp
third_party/eigen/test/sycl_basic.cpp
third_party/eigen/test/symbolic_index.cpp
third_party/eigen/test/threads_eventcount.cpp
third_party/eigen/test/threads_fork_join.cpp
third_party/eigen/test/threads_non_blocking_thread_pool.cpp
third_party/eigen/test/threads_runqueue.cpp
third_party/eigen/test/triangular.cpp
third_party/eigen/test/tuple_test.cpp
third_party/eigen/test/type_alias.cpp
third_party/eigen/test/umeyama.cpp
third_party/eigen/test/umfpack_support.cpp
third_party/eigen/test/unalignedcount.cpp
third_party/eigen/test/unaryview.cpp
third_party/eigen/test/upperbidiagonalization.cpp
third_party/eigen/test/vectorization_logic.cpp
third_party/eigen/test/vectorwiseop.cpp
third_party/eigen/test/visitor.cpp
third_party/eigen/test/zerosized.cpp
third_party/eigen/unsupported/CMakeLists.txt
third_party/eigen/unsupported/README.txt
third_party/eigen/unsupported/Eigen/AdolcForward
third_party/eigen/unsupported/Eigen/AlignedVector3
third_party/eigen/unsupported/Eigen/ArpackSupport
third_party/eigen/unsupported/Eigen/AutoDiff
third_party/eigen/unsupported/Eigen/BVH
third_party/eigen/unsupported/Eigen/CMakeLists.txt
third_party/eigen/unsupported/Eigen/EulerAngles
third_party/eigen/unsupported/Eigen/FFT
third_party/eigen/unsupported/Eigen/IterativeSolvers
third_party/eigen/unsupported/Eigen/KroneckerProduct
third_party/eigen/unsupported/Eigen/LevenbergMarquardt
third_party/eigen/unsupported/Eigen/MPRealSupport
third_party/eigen/unsupported/Eigen/MatrixFunctions
third_party/eigen/unsupported/Eigen/NNLS
third_party/eigen/unsupported/Eigen/NonLinearOptimization
third_party/eigen/unsupported/Eigen/NumericalDiff
third_party/eigen/unsupported/Eigen/OpenGLSupport
third_party/eigen/unsupported/Eigen/Polynomials
third_party/eigen/unsupported/Eigen/SparseExtra
third_party/eigen/unsupported/Eigen/SpecialFunctions
third_party/eigen/unsupported/Eigen/Splines
third_party/eigen/unsupported/Eigen/CXX11/CMakeLists.txt
third_party/eigen/unsupported/Eigen/CXX11/Tensor
third_party/eigen/unsupported/Eigen/CXX11/TensorSymmetry
third_party/eigen/unsupported/Eigen/CXX11/ThreadPool
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/README.md
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/Tensor.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRoll.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h
third_party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h
third_party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h
third_party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h
third_party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h
third_party/eigen/unsupported/Eigen/CXX11/src/util/CXX11Meta.h
third_party/eigen/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h
third_party/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h
third_party/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h
third_party/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h
third_party/eigen/unsupported/Eigen/src/AutoDiff/CoherentPadOp.h
third_party/eigen/unsupported/Eigen/src/AutoDiff/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/BVH/BVAlgorithms.h
third_party/eigen/unsupported/Eigen/src/BVH/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/BVH/KdBVH.h
third_party/eigen/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h
third_party/eigen/unsupported/Eigen/src/Eigenvalues/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/EulerAngles/CMakeLists.txt
third_party/eigen/unsupported/Eigen/src/EulerAngles/EulerAngles.h
third_party/eigen/unsupported/Eigen/src/EulerAngles/EulerSystem.h
third_party/eigen/unsupported/Eigen/src/EulerAngles/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/FFT/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/FFT/duccfft_impl.h
third_party/eigen/unsupported/Eigen/src/FFT/fftw_impl.h
third_party/eigen/unsupported/Eigen/src/FFT/imklfft_impl.h
third_party/eigen/unsupported/Eigen/src/FFT/kissfft_impl.h
third_party/eigen/unsupported/Eigen/src/FFT/pocketfft_impl.h
third_party/eigen/unsupported/Eigen/src/IterativeSolvers/BiCGSTABL.h
third_party/eigen/unsupported/Eigen/src/IterativeSolvers/DGMRES.h
third_party/eigen/unsupported/Eigen/src/IterativeSolvers/GMRES.h
third_party/eigen/unsupported/Eigen/src/IterativeSolvers/IDRS.h
third_party/eigen/unsupported/Eigen/src/IterativeSolvers/IDRSTABL.h
third_party/eigen/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h
third_party/eigen/unsupported/Eigen/src/IterativeSolvers/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/IterativeSolvers/MINRES.h
third_party/eigen/unsupported/Eigen/src/IterativeSolvers/Scaling.h
third_party/eigen/unsupported/Eigen/src/KroneckerProduct/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h
third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/CopyrightMINPACK.txt
third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h
third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h
third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h
third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h
third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h
third_party/eigen/unsupported/Eigen/src/MatrixFunctions/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h
third_party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h
third_party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h
third_party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h
third_party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h
third_party/eigen/unsupported/Eigen/src/MatrixFunctions/StemFunction.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/chkder.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/covar.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/dogleg.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
third_party/eigen/unsupported/Eigen/src/NumericalDiff/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
third_party/eigen/unsupported/Eigen/src/Polynomials/Companion.h
third_party/eigen/unsupported/Eigen/src/Polynomials/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/Polynomials/PolynomialSolver.h
third_party/eigen/unsupported/Eigen/src/Polynomials/PolynomialUtils.h
third_party/eigen/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h
third_party/eigen/unsupported/Eigen/src/SparseExtra/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/SparseExtra/MarketIO.h
third_party/eigen/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h
third_party/eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h
third_party/eigen/unsupported/Eigen/src/SparseExtra/SparseInverse.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h
third_party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h
third_party/eigen/unsupported/Eigen/src/Splines/InternalHeaderCheck.h
third_party/eigen/unsupported/Eigen/src/Splines/Spline.h
third_party/eigen/unsupported/Eigen/src/Splines/SplineFitting.h
third_party/eigen/unsupported/Eigen/src/Splines/SplineFwd.h
third_party/eigen/unsupported/bench/bench_svd.cpp
third_party/eigen/unsupported/doc/CMakeLists.txt
third_party/eigen/unsupported/doc/Overview.dox
third_party/eigen/unsupported/doc/SYCL.dox
third_party/eigen/unsupported/doc/eigendoxy_layout.xml.in
third_party/eigen/unsupported/doc/examples/BVH_Example.cpp
third_party/eigen/unsupported/doc/examples/CMakeLists.txt
third_party/eigen/unsupported/doc/examples/EulerAngles.cpp
third_party/eigen/unsupported/doc/examples/FFT.cpp
third_party/eigen/unsupported/doc/examples/MatrixExponential.cpp
third_party/eigen/unsupported/doc/examples/MatrixFunction.cpp
third_party/eigen/unsupported/doc/examples/MatrixLogarithm.cpp
third_party/eigen/unsupported/doc/examples/MatrixPower.cpp
third_party/eigen/unsupported/doc/examples/MatrixPower_optimal.cpp
third_party/eigen/unsupported/doc/examples/MatrixSine.cpp
third_party/eigen/unsupported/doc/examples/MatrixSinh.cpp
third_party/eigen/unsupported/doc/examples/MatrixSquareRoot.cpp
third_party/eigen/unsupported/doc/examples/PolynomialSolver1.cpp
third_party/eigen/unsupported/doc/examples/PolynomialUtils1.cpp
third_party/eigen/unsupported/doc/examples/SYCL/CMakeLists.txt
third_party/eigen/unsupported/doc/examples/SYCL/CwiseMul.cpp
third_party/eigen/unsupported/doc/snippets/CMakeLists.txt
third_party/eigen/unsupported/test/BVH.cpp
third_party/eigen/unsupported/test/CMakeLists.txt
third_party/eigen/unsupported/test/EulerAngles.cpp
third_party/eigen/unsupported/test/FFT.cpp
third_party/eigen/unsupported/test/FFTW.cpp
third_party/eigen/unsupported/test/NNLS.cpp
third_party/eigen/unsupported/test/NonLinearOptimization.cpp
third_party/eigen/unsupported/test/NumericalDiff.cpp
third_party/eigen/unsupported/test/alignedvector3.cpp
third_party/eigen/unsupported/test/autodiff.cpp
third_party/eigen/unsupported/test/autodiff_scalar.cpp
third_party/eigen/unsupported/test/bessel_functions.cpp
third_party/eigen/unsupported/test/bicgstabl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_argmax.cpp
third_party/eigen/unsupported/test/cxx11_tensor_argmax_gpu.cu
third_party/eigen/unsupported/test/cxx11_tensor_argmax_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_assign.cpp
third_party/eigen/unsupported/test/cxx11_tensor_block_access.cpp
third_party/eigen/unsupported/test/cxx11_tensor_block_eval.cpp
third_party/eigen/unsupported/test/cxx11_tensor_block_io.cpp
third_party/eigen/unsupported/test/cxx11_tensor_broadcast_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_broadcasting.cpp
third_party/eigen/unsupported/test/cxx11_tensor_builtins_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_cast_float16_gpu.cu
third_party/eigen/unsupported/test/cxx11_tensor_casts.cpp
third_party/eigen/unsupported/test/cxx11_tensor_chipping.cpp
third_party/eigen/unsupported/test/cxx11_tensor_chipping_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_comparisons.cpp
third_party/eigen/unsupported/test/cxx11_tensor_complex_cwise_ops_gpu.cu
third_party/eigen/unsupported/test/cxx11_tensor_complex_gpu.cu
third_party/eigen/unsupported/test/cxx11_tensor_concatenation.cpp
third_party/eigen/unsupported/test/cxx11_tensor_concatenation_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_const.cpp
third_party/eigen/unsupported/test/cxx11_tensor_contract_gpu.cu
third_party/eigen/unsupported/test/cxx11_tensor_contract_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_contraction.cpp
third_party/eigen/unsupported/test/cxx11_tensor_convolution.cpp
third_party/eigen/unsupported/test/cxx11_tensor_convolution_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_custom_index.cpp
third_party/eigen/unsupported/test/cxx11_tensor_custom_op.cpp
third_party/eigen/unsupported/test/cxx11_tensor_custom_op_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_device.cu
third_party/eigen/unsupported/test/cxx11_tensor_device_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_dimension.cpp
third_party/eigen/unsupported/test/cxx11_tensor_empty.cpp
third_party/eigen/unsupported/test/cxx11_tensor_executor.cpp
third_party/eigen/unsupported/test/cxx11_tensor_expr.cpp
third_party/eigen/unsupported/test/cxx11_tensor_fft.cpp
third_party/eigen/unsupported/test/cxx11_tensor_fixed_size.cpp
third_party/eigen/unsupported/test/cxx11_tensor_forced_eval.cpp
third_party/eigen/unsupported/test/cxx11_tensor_forced_eval_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_generator.cpp
third_party/eigen/unsupported/test/cxx11_tensor_generator_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_gpu.cu
third_party/eigen/unsupported/test/cxx11_tensor_ifft.cpp
third_party/eigen/unsupported/test/cxx11_tensor_image_op_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_image_patch.cpp
third_party/eigen/unsupported/test/cxx11_tensor_image_patch_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_index_list.cpp
third_party/eigen/unsupported/test/cxx11_tensor_inflation.cpp
third_party/eigen/unsupported/test/cxx11_tensor_inflation_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_intdiv.cpp
third_party/eigen/unsupported/test/cxx11_tensor_io.cpp
third_party/eigen/unsupported/test/cxx11_tensor_layout_swap.cpp
third_party/eigen/unsupported/test/cxx11_tensor_layout_swap_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_lvalue.cpp
third_party/eigen/unsupported/test/cxx11_tensor_map.cpp
third_party/eigen/unsupported/test/cxx11_tensor_math.cpp
third_party/eigen/unsupported/test/cxx11_tensor_math_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_mixed_indices.cpp
third_party/eigen/unsupported/test/cxx11_tensor_morphing.cpp
third_party/eigen/unsupported/test/cxx11_tensor_morphing_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_move.cpp
third_party/eigen/unsupported/test/cxx11_tensor_notification.cpp
third_party/eigen/unsupported/test/cxx11_tensor_of_bfloat16_gpu.cu
third_party/eigen/unsupported/test/cxx11_tensor_of_complex.cpp
third_party/eigen/unsupported/test/cxx11_tensor_of_const_values.cpp
third_party/eigen/unsupported/test/cxx11_tensor_of_float16_gpu.cu
third_party/eigen/unsupported/test/cxx11_tensor_of_float16_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_of_strings.cpp
third_party/eigen/unsupported/test/cxx11_tensor_padding.cpp
third_party/eigen/unsupported/test/cxx11_tensor_padding_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_patch.cpp
third_party/eigen/unsupported/test/cxx11_tensor_patch_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_random.cpp
third_party/eigen/unsupported/test/cxx11_tensor_random_gpu.cu
third_party/eigen/unsupported/test/cxx11_tensor_random_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_reduction.cpp
third_party/eigen/unsupported/test/cxx11_tensor_reduction_gpu.cu
third_party/eigen/unsupported/test/cxx11_tensor_reduction_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_ref.cpp
third_party/eigen/unsupported/test/cxx11_tensor_reverse.cpp
third_party/eigen/unsupported/test/cxx11_tensor_reverse_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_roll.cpp
third_party/eigen/unsupported/test/cxx11_tensor_roundings.cpp
third_party/eigen/unsupported/test/cxx11_tensor_scan.cpp
third_party/eigen/unsupported/test/cxx11_tensor_scan_gpu.cu
third_party/eigen/unsupported/test/cxx11_tensor_scan_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_shuffling.cpp
third_party/eigen/unsupported/test/cxx11_tensor_shuffling_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_simple.cpp
third_party/eigen/unsupported/test/cxx11_tensor_striding.cpp
third_party/eigen/unsupported/test/cxx11_tensor_striding_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_sugar.cpp
third_party/eigen/unsupported/test/cxx11_tensor_sycl.cpp
third_party/eigen/unsupported/test/cxx11_tensor_symmetry.cpp
third_party/eigen/unsupported/test/cxx11_tensor_thread_local.cpp
third_party/eigen/unsupported/test/cxx11_tensor_thread_pool.cpp
third_party/eigen/unsupported/test/cxx11_tensor_trace.cpp
third_party/eigen/unsupported/test/cxx11_tensor_uint128.cpp
third_party/eigen/unsupported/test/cxx11_tensor_volume_patch.cpp
third_party/eigen/unsupported/test/cxx11_tensor_volume_patch_sycl.cpp
third_party/eigen/unsupported/test/dgmres.cpp
third_party/eigen/unsupported/test/duccfft.cpp
third_party/eigen/unsupported/test/fft_test_shared.h
third_party/eigen/unsupported/test/forward_adolc.cpp
third_party/eigen/unsupported/test/gmres.cpp
third_party/eigen/unsupported/test/idrs.cpp
third_party/eigen/unsupported/test/idrstabl.cpp
third_party/eigen/unsupported/test/kronecker_product.cpp
third_party/eigen/unsupported/test/levenberg_marquardt.cpp
third_party/eigen/unsupported/test/matrix_exponential.cpp
third_party/eigen/unsupported/test/matrix_function.cpp
third_party/eigen/unsupported/test/matrix_functions.h
third_party/eigen/unsupported/test/matrix_power.cpp
third_party/eigen/unsupported/test/matrix_square_root.cpp
third_party/eigen/unsupported/test/minres.cpp
third_party/eigen/unsupported/test/mklfft.cpp
third_party/eigen/unsupported/test/mpreal_support.cpp
third_party/eigen/unsupported/test/openglsupport.cpp
third_party/eigen/unsupported/test/pocketfft.cpp
third_party/eigen/unsupported/test/polynomialsolver.cpp
third_party/eigen/unsupported/test/polynomialutils.cpp
third_party/eigen/unsupported/test/sparse_extra.cpp
third_party/eigen/unsupported/test/special_functions.cpp
third_party/eigen/unsupported/test/special_packetmath.cpp
third_party/eigen/unsupported/test/splines.cpp
third_party/nanobind/.git
third_party/nanobind/.gitignore
third_party/nanobind/.gitmodules
third_party/nanobind/.readthedocs.yaml
third_party/nanobind/CMakeLists.txt
third_party/nanobind/LICENSE
third_party/nanobind/README.md
third_party/nanobind/pyproject.toml
third_party/nanobind/.github/ISSUE_TEMPLATE/all-other.yml
third_party/nanobind/.github/ISSUE_TEMPLATE/bug-report.yml
third_party/nanobind/.github/workflows/ci.yml
third_party/nanobind/.github/workflows/nvcc-win.yml
third_party/nanobind/cmake/collect-symbols-pypy.py
third_party/nanobind/cmake/collect-symbols.py
third_party/nanobind/cmake/darwin-ld-cpython.sym
third_party/nanobind/cmake/darwin-ld-pypy.sym
third_party/nanobind/cmake/darwin-python-path.py
third_party/nanobind/cmake/nanobind-config.cmake
third_party/nanobind/docs/api_bazel.rst
third_party/nanobind/docs/api_cmake.rst
third_party/nanobind/docs/api_core.rst
third_party/nanobind/docs/api_extra.rst
third_party/nanobind/docs/basics.rst
third_party/nanobind/docs/bazel.rst
third_party/nanobind/docs/benchmark.rst
third_party/nanobind/docs/building.rst
third_party/nanobind/docs/changelog.rst
third_party/nanobind/docs/classes.rst
third_party/nanobind/docs/conf.py
third_party/nanobind/docs/cppyy.h
third_party/nanobind/docs/eigen.rst
third_party/nanobind/docs/exceptions.rst
third_party/nanobind/docs/exchanging.rst
third_party/nanobind/docs/faq.rst
third_party/nanobind/docs/free_threaded.rst
third_party/nanobind/docs/functions.rst
third_party/nanobind/docs/index.rst
third_party/nanobind/docs/installing.rst
third_party/nanobind/docs/lowlevel.rst
third_party/nanobind/docs/meson.rst
third_party/nanobind/docs/microbenchmark.ipynb
third_party/nanobind/docs/ndarray.rst
third_party/nanobind/docs/ndarray_index.rst
third_party/nanobind/docs/ownership.rst
third_party/nanobind/docs/ownership_adv.rst
third_party/nanobind/docs/packaging.rst
third_party/nanobind/docs/porting.rst
third_party/nanobind/docs/pypy.rst
third_party/nanobind/docs/refleaks.rst
third_party/nanobind/docs/release.rst
third_party/nanobind/docs/requirements.txt
third_party/nanobind/docs/typing.rst
third_party/nanobind/docs/utilities.rst
third_party/nanobind/docs/why.rst
third_party/nanobind/docs/images/binding-dark.svg
third_party/nanobind/docs/images/binding-light.svg
third_party/nanobind/docs/images/caster-dark.svg
third_party/nanobind/docs/images/caster-light.svg
third_party/nanobind/docs/images/logo.jpg
third_party/nanobind/docs/images/perf.svg
third_party/nanobind/docs/images/sizes.svg
third_party/nanobind/docs/images/times.svg
third_party/nanobind/docs/images/wrapper-dark.svg
third_party/nanobind/docs/images/wrapper-light.svg
third_party/nanobind/ext/robin_map/.clang-format
third_party/nanobind/ext/robin_map/.codecov.yml
third_party/nanobind/ext/robin_map/.git
third_party/nanobind/ext/robin_map/CMakeLists.txt
third_party/nanobind/ext/robin_map/LICENSE
third_party/nanobind/ext/robin_map/README.md
third_party/nanobind/ext/robin_map/doxygen.conf
third_party/nanobind/ext/robin_map/tsl-robin-map.natvis
third_party/nanobind/ext/robin_map/.github/workflows/ci.yml
third_party/nanobind/ext/robin_map/cmake/tsl-robin-mapConfig.cmake.in
third_party/nanobind/ext/robin_map/include/tsl/robin_growth_policy.h
third_party/nanobind/ext/robin_map/include/tsl/robin_hash.h
third_party/nanobind/ext/robin_map/include/tsl/robin_map.h
third_party/nanobind/ext/robin_map/include/tsl/robin_set.h
third_party/nanobind/ext/robin_map/tests/CMakeLists.txt
third_party/nanobind/ext/robin_map/tests/custom_allocator_tests.cpp
third_party/nanobind/ext/robin_map/tests/main.cpp
third_party/nanobind/ext/robin_map/tests/policy_tests.cpp
third_party/nanobind/ext/robin_map/tests/robin_map_tests.cpp
third_party/nanobind/ext/robin_map/tests/robin_set_tests.cpp
third_party/nanobind/ext/robin_map/tests/utils.h
third_party/nanobind/include/nanobind/eval.h
third_party/nanobind/include/nanobind/make_iterator.h
third_party/nanobind/include/nanobind/nanobind.h
third_party/nanobind/include/nanobind/nb_accessor.h
third_party/nanobind/include/nanobind/nb_attr.h
third_party/nanobind/include/nanobind/nb_call.h
third_party/nanobind/include/nanobind/nb_cast.h
third_party/nanobind/include/nanobind/nb_class.h
third_party/nanobind/include/nanobind/nb_defs.h
third_party/nanobind/include/nanobind/nb_descr.h
third_party/nanobind/include/nanobind/nb_enums.h
third_party/nanobind/include/nanobind/nb_error.h
third_party/nanobind/include/nanobind/nb_func.h
third_party/nanobind/include/nanobind/nb_lib.h
third_party/nanobind/include/nanobind/nb_misc.h
third_party/nanobind/include/nanobind/nb_python.h
third_party/nanobind/include/nanobind/nb_traits.h
third_party/nanobind/include/nanobind/nb_tuple.h
third_party/nanobind/include/nanobind/nb_types.h
third_party/nanobind/include/nanobind/ndarray.h
third_party/nanobind/include/nanobind/operators.h
third_party/nanobind/include/nanobind/trampoline.h
third_party/nanobind/include/nanobind/typing.h
third_party/nanobind/include/nanobind/eigen/dense.h
third_party/nanobind/include/nanobind/eigen/sparse.h
third_party/nanobind/include/nanobind/intrusive/counter.h
third_party/nanobind/include/nanobind/intrusive/counter.inl
third_party/nanobind/include/nanobind/intrusive/ref.h
third_party/nanobind/include/nanobind/stl/array.h
third_party/nanobind/include/nanobind/stl/bind_map.h
third_party/nanobind/include/nanobind/stl/bind_vector.h
third_party/nanobind/include/nanobind/stl/chrono.h
third_party/nanobind/include/nanobind/stl/complex.h
third_party/nanobind/include/nanobind/stl/filesystem.h
third_party/nanobind/include/nanobind/stl/function.h
third_party/nanobind/include/nanobind/stl/list.h
third_party/nanobind/include/nanobind/stl/map.h
third_party/nanobind/include/nanobind/stl/optional.h
third_party/nanobind/include/nanobind/stl/pair.h
third_party/nanobind/include/nanobind/stl/set.h
third_party/nanobind/include/nanobind/stl/shared_ptr.h
third_party/nanobind/include/nanobind/stl/string.h
third_party/nanobind/include/nanobind/stl/string_view.h
third_party/nanobind/include/nanobind/stl/tuple.h
third_party/nanobind/include/nanobind/stl/unique_ptr.h
third_party/nanobind/include/nanobind/stl/unordered_map.h
third_party/nanobind/include/nanobind/stl/unordered_set.h
third_party/nanobind/include/nanobind/stl/variant.h
third_party/nanobind/include/nanobind/stl/vector.h
third_party/nanobind/include/nanobind/stl/wstring.h
third_party/nanobind/include/nanobind/stl/detail/chrono.h
third_party/nanobind/include/nanobind/stl/detail/nb_array.h
third_party/nanobind/include/nanobind/stl/detail/nb_dict.h
third_party/nanobind/include/nanobind/stl/detail/nb_list.h
third_party/nanobind/include/nanobind/stl/detail/nb_optional.h
third_party/nanobind/include/nanobind/stl/detail/nb_set.h
third_party/nanobind/include/nanobind/stl/detail/traits.h
third_party/nanobind/src/__init__.py
third_party/nanobind/src/__main__.py
third_party/nanobind/src/buffer.h
third_party/nanobind/src/common.cpp
third_party/nanobind/src/error.cpp
third_party/nanobind/src/hash.h
third_party/nanobind/src/implicit.cpp
third_party/nanobind/src/nb_abi.h
third_party/nanobind/src/nb_combined.cpp
third_party/nanobind/src/nb_enum.cpp
third_party/nanobind/src/nb_ft.cpp
third_party/nanobind/src/nb_ft.h
third_party/nanobind/src/nb_func.cpp
third_party/nanobind/src/nb_internals.cpp
third_party/nanobind/src/nb_internals.h
third_party/nanobind/src/nb_ndarray.cpp
third_party/nanobind/src/nb_static_property.cpp
third_party/nanobind/src/nb_type.cpp
third_party/nanobind/src/stubgen.py
third_party/nanobind/src/trampoline.cpp
third_party/nanobind/src/version.py
third_party/nanobind/tests/CMakeLists.txt
third_party/nanobind/tests/common.py
third_party/nanobind/tests/conftest.py
third_party/nanobind/tests/inter_module.cpp
third_party/nanobind/tests/inter_module.h
third_party/nanobind/tests/object_py.h
third_party/nanobind/tests/pattern_file.nb
third_party/nanobind/tests/py_stub_test.py
third_party/nanobind/tests/py_stub_test.pyi.ref
third_party/nanobind/tests/test_accessor.cpp
third_party/nanobind/tests/test_accessor.py
third_party/nanobind/tests/test_callbacks.cpp
third_party/nanobind/tests/test_callbacks.py
third_party/nanobind/tests/test_chrono.cpp
third_party/nanobind/tests/test_chrono.py
third_party/nanobind/tests/test_classes.cpp
third_party/nanobind/tests/test_classes.h
third_party/nanobind/tests/test_classes.py
third_party/nanobind/tests/test_classes_ext.pyi.ref
third_party/nanobind/tests/test_classes_extra.cpp
third_party/nanobind/tests/test_eigen.cpp
third_party/nanobind/tests/test_eigen.py
third_party/nanobind/tests/test_enum.cpp
third_party/nanobind/tests/test_enum.py
third_party/nanobind/tests/test_enum_ext.pyi.ref
third_party/nanobind/tests/test_eval.cpp
third_party/nanobind/tests/test_eval.py
third_party/nanobind/tests/test_exception.cpp
third_party/nanobind/tests/test_exception.py
third_party/nanobind/tests/test_functions.cpp
third_party/nanobind/tests/test_functions.py
third_party/nanobind/tests/test_functions_ext.pyi.ref
third_party/nanobind/tests/test_holders.cpp
third_party/nanobind/tests/test_holders.py
third_party/nanobind/tests/test_inter_module.py
third_party/nanobind/tests/test_inter_module_1.cpp
third_party/nanobind/tests/test_inter_module_2.cpp
third_party/nanobind/tests/test_intrusive.cpp
third_party/nanobind/tests/test_intrusive.py
third_party/nanobind/tests/test_intrusive_impl.cpp
third_party/nanobind/tests/test_issue.cpp
third_party/nanobind/tests/test_issue.py
third_party/nanobind/tests/test_jax.cpp
third_party/nanobind/tests/test_jax.py
third_party/nanobind/tests/test_jax_ext.pyi.ref
third_party/nanobind/tests/test_make_iterator.cpp
third_party/nanobind/tests/test_make_iterator.py
third_party/nanobind/tests/test_make_iterator_ext.pyi.ref
third_party/nanobind/tests/test_ndarray.cpp
third_party/nanobind/tests/test_ndarray.py
third_party/nanobind/tests/test_ndarray_ext.pyi.ref
third_party/nanobind/tests/test_specialization.py
third_party/nanobind/tests/test_stl.cpp
third_party/nanobind/tests/test_stl.py
third_party/nanobind/tests/test_stl_bind_map.cpp
third_party/nanobind/tests/test_stl_bind_map.py
third_party/nanobind/tests/test_stl_bind_vector.cpp
third_party/nanobind/tests/test_stl_bind_vector.py
third_party/nanobind/tests/test_stl_ext.pyi.ref
third_party/nanobind/tests/test_stubs.py
third_party/nanobind/tests/test_tensorflow.cpp
third_party/nanobind/tests/test_tensorflow.py
third_party/nanobind/tests/test_tensorflow_ext.pyi.ref
third_party/nanobind/tests/test_thread.cpp
third_party/nanobind/tests/test_thread.py
third_party/nanobind/tests/test_typing.cpp
third_party/nanobind/tests/test_typing.py
third_party/nanobind/tests/test_typing_ext.pyi.ref
third_party/nanobind/tests/py_recursive_stub_test/__init__.py
third_party/nanobind/tests/py_recursive_stub_test/__init__.pyi.ref
third_party/nanobind/tests/py_recursive_stub_test/bar.py
third_party/nanobind/tests/py_recursive_stub_test/bar.pyi.ref
third_party/pocketfft/.git
third_party/pocketfft/LICENSE.md
third_party/pocketfft/README.md
third_party/pocketfft/meson.build
third_party/pocketfft/pocketfft_demo.cc
third_party/pocketfft/pocketfft_hdronly.h