.clang-format
.gitmodules
CMakeLists.txt
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
cmake/FindAVX.cmake
cmake/SCAMPMacros.cmake
pyscamp.egg-info/PKG-INFO
pyscamp.egg-info/SOURCES.txt
pyscamp.egg-info/dependency_links.txt
pyscamp.egg-info/not-zip-safe
pyscamp.egg-info/top_level.txt
src/main.cpp
src/benchmark/CMakeLists.txt
src/benchmark/common.cpp
src/benchmark/common.h
src/benchmark/cpu_benchmarks.cpp
src/benchmark/gpu_benchmarks.cpp
src/common/CMakeLists.txt
src/common/common.cpp
src/common/common.h
src/common/profile.cpp
src/common/profile.h
src/common/scamp_args.cpp
src/common/scamp_args.h
src/common/scamp_exception.h
src/common/scamp_interface.cpp
src/common/scamp_interface.h
src/common/scamp_utils.cpp
src/common/scamp_utils.h
src/core/CMakeLists.txt
src/core/SCAMP.cpp
src/core/SCAMP.h
src/core/cpu_stats.cpp
src/core/cpu_stats.h
src/core/defines.h
src/core/kernel_common.cpp
src/core/kernel_common.h
src/core/kernel_gpu_utils.cu
src/core/kernel_gpu_utils.h
src/core/kernels.cu
src/core/kernels.h
src/core/kernels_compute.h
src/core/kernels_smem.h
src/core/qt_helper.cpp
src/core/qt_helper.h
src/core/qt_kernels.cu
src/core/qt_kernels.h
src/core/tile.cpp
src/core/tile.h
src/core/cpu_kernel/CMakeLists.txt
src/core/cpu_kernel/cpu_kernels.cpp
src/core/cpu_kernel/cpu_kernels.h
src/core/cpu_kernel/kernel_dispatcher.cpp
src/core/cpu_kernel/kernel_dispatcher.h
src/core/cpu_kernel/avx/CMakeLists.txt
src/core/cpu_kernel/avx/dispatch_avx.cpp
src/core/cpu_kernel/avx/dispatch_avx.h
src/core/cpu_kernel/avx2/CMakeLists.txt
src/core/cpu_kernel/avx2/dispatch_avx2.cpp
src/core/cpu_kernel/avx2/dispatch_avx2.h
src/core/cpu_kernel/baseline/CMakeLists.txt
src/core/cpu_kernel/baseline/dispatch_baseline.cpp
src/core/cpu_kernel/baseline/dispatch_baseline.h
src/distributed/CMakeLists.txt
src/distributed/distributed_job.cpp
src/distributed/distributed_job.h
src/distributed/distributed_tile.cpp
src/distributed/distributed_tile.h
src/distributed/job_list.cpp
src/distributed/job_list.h
src/distributed/scamp.proto
src/distributed/scamp_client.cc
src/distributed/scamp_interface.cpp
src/distributed/scamp_interface.h
src/distributed/scamp_server.cc
src/distributed/scamp_worker.cpp
src/distributed/scamp_worker.h
src/distributed/utils.cpp
src/distributed/utils.h
src/distributed/config/client.yaml.template
src/distributed/config/create_gke_cluster.sh
src/distributed/config/server.yaml.template
src/distributed/config/service.yaml.template
src/python/CMakeLists.txt
src/python/SCAMP_python.cpp
test/difference.py
test/distance_matrix_fast.py
test/randlist.py
test/randwalk.py
test/run_intel_emulation_tests.sh
test/run_tests.py
test/run_tests.sh
test/test_common.py
test/test_docker.sh
test/test_pyscamp.py
third_party/cpu_features/.clang-format
third_party/cpu_features/.dockerignore
third_party/cpu_features/.git
third_party/cpu_features/.gitignore
third_party/cpu_features/.grenrc.yml
third_party/cpu_features/BUILD.bazel
third_party/cpu_features/CMakeLists.txt
third_party/cpu_features/CONTRIBUTING.md
third_party/cpu_features/LICENSE
third_party/cpu_features/README.md
third_party/cpu_features/WORKSPACE
third_party/cpu_features/.github/workflows/Dockerfile
third_party/cpu_features/.github/workflows/aarch64_linux_cmake.yml
third_party/cpu_features/.github/workflows/amd64_freebsd_cmake.yml
third_party/cpu_features/.github/workflows/amd64_linux_bazel.yml
third_party/cpu_features/.github/workflows/amd64_linux_cmake.yml
third_party/cpu_features/.github/workflows/amd64_macos_cmake.yml
third_party/cpu_features/.github/workflows/amd64_windows_cmake.yml
third_party/cpu_features/.github/workflows/arm_linux_cmake.yml
third_party/cpu_features/.github/workflows/clang_format.yml
third_party/cpu_features/.github/workflows/mips_linux_cmake.yml
third_party/cpu_features/bazel/platforms.bzl
third_party/cpu_features/bazel/ci/README.md
third_party/cpu_features/cmake/CpuFeaturesConfig.cmake.in
third_party/cpu_features/cmake/CpuFeaturesNdkCompatConfig.cmake.in
third_party/cpu_features/cmake/README.md
third_party/cpu_features/cmake/googletest.CMakeLists.txt.in
third_party/cpu_features/cmake/ci/Makefile
third_party/cpu_features/cmake/ci/README.md
third_party/cpu_features/cmake/ci/doc/docker.dot
third_party/cpu_features/cmake/ci/doc/docker.svg
third_party/cpu_features/cmake/ci/doc/generate_image.sh
third_party/cpu_features/cmake/ci/docker/amd64/Dockerfile
third_party/cpu_features/cmake/ci/docker/toolchain/Dockerfile
third_party/cpu_features/cmake/ci/sample/CMakeLists.txt
third_party/cpu_features/cmake/ci/sample/main.cpp
third_party/cpu_features/cmake/ci/vagrant/freebsd/Vagrantfile
third_party/cpu_features/include/cpu_features_cache_info.h
third_party/cpu_features/include/cpu_features_macros.h
third_party/cpu_features/include/cpuinfo_aarch64.h
third_party/cpu_features/include/cpuinfo_arm.h
third_party/cpu_features/include/cpuinfo_mips.h
third_party/cpu_features/include/cpuinfo_ppc.h
third_party/cpu_features/include/cpuinfo_x86.h
third_party/cpu_features/include/internal/bit_utils.h
third_party/cpu_features/include/internal/cpuid_x86.h
third_party/cpu_features/include/internal/filesystem.h
third_party/cpu_features/include/internal/hwcaps.h
third_party/cpu_features/include/internal/stack_line_reader.h
third_party/cpu_features/include/internal/string_view.h
third_party/cpu_features/ndk_compat/CMakeLists.txt
third_party/cpu_features/ndk_compat/README.md
third_party/cpu_features/ndk_compat/cpu-features.c
third_party/cpu_features/ndk_compat/cpu-features.h
third_party/cpu_features/ndk_compat/ndk-compat-test.c
third_party/cpu_features/scripts/generate_badges.d
third_party/cpu_features/scripts/make_release.sh
third_party/cpu_features/scripts/run_integration.sh
third_party/cpu_features/scripts/test_integration.sh
third_party/cpu_features/src/copy.inl
third_party/cpu_features/src/define_introspection.inl
third_party/cpu_features/src/define_introspection_and_hwcaps.inl
third_party/cpu_features/src/equals.inl
third_party/cpu_features/src/filesystem.c
third_party/cpu_features/src/hwcaps.c
third_party/cpu_features/src/impl_aarch64_linux_or_android.c
third_party/cpu_features/src/impl_arm_linux_or_android.c
third_party/cpu_features/src/impl_mips_linux_or_android.c
third_party/cpu_features/src/impl_ppc_linux.c
third_party/cpu_features/src/impl_x86__base_implementation.inl
third_party/cpu_features/src/impl_x86_freebsd.c
third_party/cpu_features/src/impl_x86_linux_or_android.c
third_party/cpu_features/src/impl_x86_macos.c
third_party/cpu_features/src/impl_x86_windows.c
third_party/cpu_features/src/stack_line_reader.c
third_party/cpu_features/src/string_view.c
third_party/cpu_features/src/utils/list_cpu_features.c
third_party/cpu_features/test/CMakeLists.txt
third_party/cpu_features/test/bit_utils_test.cc
third_party/cpu_features/test/cpuinfo_aarch64_test.cc
third_party/cpu_features/test/cpuinfo_arm_test.cc
third_party/cpu_features/test/cpuinfo_mips_test.cc
third_party/cpu_features/test/cpuinfo_ppc_test.cc
third_party/cpu_features/test/cpuinfo_x86_test.cc
third_party/cpu_features/test/filesystem_for_testing.cc
third_party/cpu_features/test/filesystem_for_testing.h
third_party/cpu_features/test/hwcaps_for_testing.cc
third_party/cpu_features/test/hwcaps_for_testing.h
third_party/cpu_features/test/stack_line_reader_test.cc
third_party/cpu_features/test/string_view_test.cc
third_party/eigen/.git
third_party/eigen/.gitignore
third_party/eigen/.gitlab-ci.yml
third_party/eigen/.hgeol
third_party/eigen/CMakeLists.txt
third_party/eigen/COPYING.APACHE
third_party/eigen/COPYING.BSD
third_party/eigen/COPYING.GPL
third_party/eigen/COPYING.LGPL
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/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/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/UmfPackSupport
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/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/BooleanRedux.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/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/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/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/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/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/TypeCasting.h
third_party/eigen/Eigen/src/Core/arch/AVX512/Complex.h
third_party/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h
third_party/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/AVX512/TypeCasting.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/PacketMath.h
third_party/eigen/Eigen/src/Core/arch/CUDA/Complex.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/Default/TypeCasting.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/TypeCasting.h
third_party/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.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/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/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/SyclMemoryModel.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/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/ForwardDeclarations.h
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/Memory.h
third_party/eigen/Eigen/src/Core/util/Meta.h
third_party/eigen/Eigen/src/Core/util/NonMPL2.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/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/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/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/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/IterativeSolverBase.h
third_party/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
third_party/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h
third_party/eigen/Eigen/src/Jacobi/Jacobi.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/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/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/Ordering.h
third_party/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.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/SPQRSupport/SuiteSparseQRSupport.h
third_party/eigen/Eigen/src/SVD/BDCSVD.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/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/MappedSparseMatrix.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/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_gemm_kernel.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/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/SuperLUSupport.h
third_party/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h
third_party/eigen/Eigen/src/misc/Image.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/lapack.h
third_party/eigen/Eigen/src/misc/lapacke.h
third_party/eigen/Eigen/src/misc/lapacke_mangling.h
third_party/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h
third_party/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h
third_party/eigen/Eigen/src/plugins/BlockMethods.h
third_party/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h
third_party/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h
third_party/eigen/Eigen/src/plugins/IndexedViewMethods.h
third_party/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h
third_party/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h
third_party/eigen/Eigen/src/plugins/ReshapedMethods.h
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/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/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/d_cnjg.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/r_cnjg.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/fortran/complexdots.f
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.gitlab-ci.yml
third_party/eigen/ci/smoketests.gitlab-ci.yml
third_party/eigen/ci/test.gitlab-ci.yml
third_party/eigen/cmake/ComputeCppCompilerChecks.cmake
third_party/eigen/cmake/ComputeCppIRMap.cmake
third_party/eigen/cmake/Eigen3Config.cmake.in
third_party/eigen/cmake/Eigen3ConfigLegacy.cmake.in
third_party/eigen/cmake/EigenConfigureTesting.cmake
third_party/eigen/cmake/EigenDetermineOSVersion.cmake
third_party/eigen/cmake/EigenDetermineVSServicePack.cmake
third_party/eigen/cmake/EigenSmokeTestList.cmake
third_party/eigen/cmake/EigenTesting.cmake
third_party/eigen/cmake/EigenUninstall.cmake
third_party/eigen/cmake/FindAdolc.cmake
third_party/eigen/cmake/FindBLAS.cmake
third_party/eigen/cmake/FindBLASEXT.cmake
third_party/eigen/cmake/FindCHOLMOD.cmake
third_party/eigen/cmake/FindComputeCpp.cmake
third_party/eigen/cmake/FindEigen2.cmake
third_party/eigen/cmake/FindEigen3.cmake
third_party/eigen/cmake/FindFFTW.cmake
third_party/eigen/cmake/FindGLEW.cmake
third_party/eigen/cmake/FindGMP.cmake
third_party/eigen/cmake/FindGSL.cmake
third_party/eigen/cmake/FindGoogleHash.cmake
third_party/eigen/cmake/FindHWLOC.cmake
third_party/eigen/cmake/FindKLU.cmake
third_party/eigen/cmake/FindLAPACK.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/UseEigen3.cmake
third_party/eigen/debug/gdb/__init__.py
third_party/eigen/debug/gdb/printers.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/eigen_navtree_hacks.js
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_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_boolean_xor.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/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/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.cpp
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_NONE.f
third_party/eigen/lapack/eigenvalues.cpp
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_common.h
third_party/eigen/lapack/lu.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.cpp
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/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/release.in
third_party/eigen/scripts/relicense.py
third_party/eigen/test/AnnoyingScalar.h
third_party/eigen/test/CMakeLists.txt
third_party/eigen/test/MovableScalar.h
third_party/eigen/test/SafeScalar.h
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/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/commainitializer.cpp
third_party/eigen/test/conjugate_gradient.cpp
third_party/eigen/test/conservative_resize.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/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/half_float.cpp
third_party/eigen/test/hessenberg.cpp
third_party/eigen/test/householder.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/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/mpl2only.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/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_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_without_cast_overflow.h
third_party/eigen/test/real_qz.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/simplicial_cholesky.cpp
third_party/eigen/test/sizeof.cpp
third_party/eigen/test/sizeoverflow.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/symbolic_index.cpp
third_party/eigen/test/triangular.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/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/MoreVectorization
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/Skyline
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/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/TensorGpuHipCudaDefines.h
third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.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/TensorReductionCuda.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/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/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/ThreadPool/Barrier.h
third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h
third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h
third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h
third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h
third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h
third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h
third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h
third_party/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.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/CXX11/src/util/EmulateArray.h
third_party/eigen/unsupported/Eigen/CXX11/src/util/MaxSizeVector.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/BVH/BVAlgorithms.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/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/FFT/ei_fftw_impl.h
third_party/eigen/unsupported/Eigen/src/FFT/ei_kissfft_impl.h
third_party/eigen/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.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/IncompleteLU.h
third_party/eigen/unsupported/Eigen/src/IterativeSolvers/IterationController.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/KroneckerTensorProduct.h
third_party/eigen/unsupported/Eigen/src/LevenbergMarquardt/CopyrightMINPACK.txt
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/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/MoreVectorization/MathFunctions.h
third_party/eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.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/NumericalDiff.h
third_party/eigen/unsupported/Eigen/src/Polynomials/Companion.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/Skyline/SkylineInplaceLU.h
third_party/eigen/unsupported/Eigen/src/Skyline/SkylineMatrix.h
third_party/eigen/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h
third_party/eigen/unsupported/Eigen/src/Skyline/SkylineProduct.h
third_party/eigen/unsupported/Eigen/src/Skyline/SkylineStorage.h
third_party/eigen/unsupported/Eigen/src/Skyline/SkylineUtil.h
third_party/eigen/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h
third_party/eigen/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h
third_party/eigen/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.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/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/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/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/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/cxx11_eventcount.cpp
third_party/eigen/unsupported/test/cxx11_maxsizevector.cpp
third_party/eigen/unsupported/test/cxx11_meta.cpp
third_party/eigen/unsupported/test/cxx11_non_blocking_thread_pool.cpp
third_party/eigen/unsupported/test/cxx11_runqueue.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_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_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_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/forward_adolc.cpp
third_party/eigen/unsupported/test/gmres.cpp
third_party/eigen/unsupported/test/idrs.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/mpreal_support.cpp
third_party/eigen/unsupported/test/openglsupport.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/pybind11/.appveyor.yml
third_party/pybind11/.clang-format
third_party/pybind11/.clang-tidy
third_party/pybind11/.cmake-format.yaml
third_party/pybind11/.git
third_party/pybind11/.gitignore
third_party/pybind11/.pre-commit-config.yaml
third_party/pybind11/.readthedocs.yml
third_party/pybind11/CMakeLists.txt
third_party/pybind11/LICENSE
third_party/pybind11/MANIFEST.in
third_party/pybind11/README.rst
third_party/pybind11/noxfile.py
third_party/pybind11/pyproject.toml
third_party/pybind11/setup.cfg
third_party/pybind11/setup.py
third_party/pybind11/.github/CODEOWNERS
third_party/pybind11/.github/CONTRIBUTING.md
third_party/pybind11/.github/dependabot.yml
third_party/pybind11/.github/labeler.yml
third_party/pybind11/.github/labeler_merged.yml
third_party/pybind11/.github/pull_request_template.md
third_party/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml
third_party/pybind11/.github/ISSUE_TEMPLATE/config.yml
third_party/pybind11/.github/workflows/ci.yml
third_party/pybind11/.github/workflows/configure.yml
third_party/pybind11/.github/workflows/format.yml
third_party/pybind11/.github/workflows/labeler.yml
third_party/pybind11/.github/workflows/pip.yml
third_party/pybind11/.github/workflows/upstream.yml
third_party/pybind11/docs/Doxyfile
third_party/pybind11/docs/Makefile
third_party/pybind11/docs/basics.rst
third_party/pybind11/docs/benchmark.py
third_party/pybind11/docs/benchmark.rst
third_party/pybind11/docs/changelog.rst
third_party/pybind11/docs/classes.rst
third_party/pybind11/docs/compiling.rst
third_party/pybind11/docs/conf.py
third_party/pybind11/docs/faq.rst
third_party/pybind11/docs/index.rst
third_party/pybind11/docs/installing.rst
third_party/pybind11/docs/limitations.rst
third_party/pybind11/docs/pybind11-logo.png
third_party/pybind11/docs/pybind11_vs_boost_python1.png
third_party/pybind11/docs/pybind11_vs_boost_python1.svg
third_party/pybind11/docs/pybind11_vs_boost_python2.png
third_party/pybind11/docs/pybind11_vs_boost_python2.svg
third_party/pybind11/docs/reference.rst
third_party/pybind11/docs/release.rst
third_party/pybind11/docs/requirements.txt
third_party/pybind11/docs/upgrade.rst
third_party/pybind11/docs/_static/theme_overrides.css
third_party/pybind11/docs/advanced/classes.rst
third_party/pybind11/docs/advanced/embedding.rst
third_party/pybind11/docs/advanced/exceptions.rst
third_party/pybind11/docs/advanced/functions.rst
third_party/pybind11/docs/advanced/misc.rst
third_party/pybind11/docs/advanced/smart_ptrs.rst
third_party/pybind11/docs/advanced/cast/chrono.rst
third_party/pybind11/docs/advanced/cast/custom.rst
third_party/pybind11/docs/advanced/cast/eigen.rst
third_party/pybind11/docs/advanced/cast/functional.rst
third_party/pybind11/docs/advanced/cast/index.rst
third_party/pybind11/docs/advanced/cast/overview.rst
third_party/pybind11/docs/advanced/cast/stl.rst
third_party/pybind11/docs/advanced/cast/strings.rst
third_party/pybind11/docs/advanced/pycpp/index.rst
third_party/pybind11/docs/advanced/pycpp/numpy.rst
third_party/pybind11/docs/advanced/pycpp/object.rst
third_party/pybind11/docs/advanced/pycpp/utilities.rst
third_party/pybind11/docs/cmake/index.rst
third_party/pybind11/include/pybind11/attr.h
third_party/pybind11/include/pybind11/buffer_info.h
third_party/pybind11/include/pybind11/cast.h
third_party/pybind11/include/pybind11/chrono.h
third_party/pybind11/include/pybind11/common.h
third_party/pybind11/include/pybind11/complex.h
third_party/pybind11/include/pybind11/eigen.h
third_party/pybind11/include/pybind11/embed.h
third_party/pybind11/include/pybind11/eval.h
third_party/pybind11/include/pybind11/functional.h
third_party/pybind11/include/pybind11/gil.h
third_party/pybind11/include/pybind11/iostream.h
third_party/pybind11/include/pybind11/numpy.h
third_party/pybind11/include/pybind11/operators.h
third_party/pybind11/include/pybind11/options.h
third_party/pybind11/include/pybind11/pybind11.h
third_party/pybind11/include/pybind11/pytypes.h
third_party/pybind11/include/pybind11/stl.h
third_party/pybind11/include/pybind11/stl_bind.h
third_party/pybind11/include/pybind11/detail/class.h
third_party/pybind11/include/pybind11/detail/common.h
third_party/pybind11/include/pybind11/detail/descr.h
third_party/pybind11/include/pybind11/detail/init.h
third_party/pybind11/include/pybind11/detail/internals.h
third_party/pybind11/include/pybind11/detail/type_caster_base.h
third_party/pybind11/include/pybind11/detail/typeid.h
third_party/pybind11/include/pybind11/stl/filesystem.h
third_party/pybind11/pybind11/__init__.py
third_party/pybind11/pybind11/__main__.py
third_party/pybind11/pybind11/_version.py
third_party/pybind11/pybind11/_version.pyi
third_party/pybind11/pybind11/commands.py
third_party/pybind11/pybind11/py.typed
third_party/pybind11/pybind11/setup_helpers.py
third_party/pybind11/pybind11/setup_helpers.pyi
third_party/pybind11/tests/CMakeLists.txt
third_party/pybind11/tests/conftest.py
third_party/pybind11/tests/constructor_stats.h
third_party/pybind11/tests/cross_module_gil_utils.cpp
third_party/pybind11/tests/env.py
third_party/pybind11/tests/local_bindings.h
third_party/pybind11/tests/object.h
third_party/pybind11/tests/pybind11_cross_module_tests.cpp
third_party/pybind11/tests/pybind11_tests.cpp
third_party/pybind11/tests/pybind11_tests.h
third_party/pybind11/tests/pytest.ini
third_party/pybind11/tests/requirements.txt
third_party/pybind11/tests/test_async.cpp
third_party/pybind11/tests/test_async.py
third_party/pybind11/tests/test_buffers.cpp
third_party/pybind11/tests/test_buffers.py
third_party/pybind11/tests/test_builtin_casters.cpp
third_party/pybind11/tests/test_builtin_casters.py
third_party/pybind11/tests/test_call_policies.cpp
third_party/pybind11/tests/test_call_policies.py
third_party/pybind11/tests/test_callbacks.cpp
third_party/pybind11/tests/test_callbacks.py
third_party/pybind11/tests/test_chrono.cpp
third_party/pybind11/tests/test_chrono.py
third_party/pybind11/tests/test_class.cpp
third_party/pybind11/tests/test_class.py
third_party/pybind11/tests/test_const_name.cpp
third_party/pybind11/tests/test_const_name.py
third_party/pybind11/tests/test_constants_and_functions.cpp
third_party/pybind11/tests/test_constants_and_functions.py
third_party/pybind11/tests/test_copy_move.cpp
third_party/pybind11/tests/test_copy_move.py
third_party/pybind11/tests/test_custom_type_casters.cpp
third_party/pybind11/tests/test_custom_type_casters.py
third_party/pybind11/tests/test_custom_type_setup.cpp
third_party/pybind11/tests/test_custom_type_setup.py
third_party/pybind11/tests/test_docstring_options.cpp
third_party/pybind11/tests/test_docstring_options.py
third_party/pybind11/tests/test_eigen.cpp
third_party/pybind11/tests/test_eigen.py
third_party/pybind11/tests/test_enum.cpp
third_party/pybind11/tests/test_enum.py
third_party/pybind11/tests/test_eval.cpp
third_party/pybind11/tests/test_eval.py
third_party/pybind11/tests/test_eval_call.py
third_party/pybind11/tests/test_exceptions.cpp
third_party/pybind11/tests/test_exceptions.h
third_party/pybind11/tests/test_exceptions.py
third_party/pybind11/tests/test_factory_constructors.cpp
third_party/pybind11/tests/test_factory_constructors.py
third_party/pybind11/tests/test_gil_scoped.cpp
third_party/pybind11/tests/test_gil_scoped.py
third_party/pybind11/tests/test_iostream.cpp
third_party/pybind11/tests/test_iostream.py
third_party/pybind11/tests/test_kwargs_and_defaults.cpp
third_party/pybind11/tests/test_kwargs_and_defaults.py
third_party/pybind11/tests/test_local_bindings.cpp
third_party/pybind11/tests/test_local_bindings.py
third_party/pybind11/tests/test_methods_and_attributes.cpp
third_party/pybind11/tests/test_methods_and_attributes.py
third_party/pybind11/tests/test_modules.cpp
third_party/pybind11/tests/test_modules.py
third_party/pybind11/tests/test_multiple_inheritance.cpp
third_party/pybind11/tests/test_multiple_inheritance.py
third_party/pybind11/tests/test_numpy_array.cpp
third_party/pybind11/tests/test_numpy_array.py
third_party/pybind11/tests/test_numpy_dtypes.cpp
third_party/pybind11/tests/test_numpy_dtypes.py
third_party/pybind11/tests/test_numpy_vectorize.cpp
third_party/pybind11/tests/test_numpy_vectorize.py
third_party/pybind11/tests/test_opaque_types.cpp
third_party/pybind11/tests/test_opaque_types.py
third_party/pybind11/tests/test_operator_overloading.cpp
third_party/pybind11/tests/test_operator_overloading.py
third_party/pybind11/tests/test_pickling.cpp
third_party/pybind11/tests/test_pickling.py
third_party/pybind11/tests/test_pytypes.cpp
third_party/pybind11/tests/test_pytypes.py
third_party/pybind11/tests/test_sequences_and_iterators.cpp
third_party/pybind11/tests/test_sequences_and_iterators.py
third_party/pybind11/tests/test_smart_ptr.cpp
third_party/pybind11/tests/test_smart_ptr.py
third_party/pybind11/tests/test_stl.cpp
third_party/pybind11/tests/test_stl.py
third_party/pybind11/tests/test_stl_binders.cpp
third_party/pybind11/tests/test_stl_binders.py
third_party/pybind11/tests/test_tagbased_polymorphic.cpp
third_party/pybind11/tests/test_tagbased_polymorphic.py
third_party/pybind11/tests/test_thread.cpp
third_party/pybind11/tests/test_thread.py
third_party/pybind11/tests/test_union.cpp
third_party/pybind11/tests/test_union.py
third_party/pybind11/tests/test_virtual_functions.cpp
third_party/pybind11/tests/test_virtual_functions.py
third_party/pybind11/tests/valgrind-numpy-scipy.supp
third_party/pybind11/tests/valgrind-python.supp
third_party/pybind11/tests/extra_python_package/pytest.ini
third_party/pybind11/tests/extra_python_package/test_files.py
third_party/pybind11/tests/extra_setuptools/pytest.ini
third_party/pybind11/tests/extra_setuptools/test_setuphelper.py
third_party/pybind11/tests/test_cmake_build/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/embed.cpp
third_party/pybind11/tests/test_cmake_build/main.cpp
third_party/pybind11/tests/test_cmake_build/test.py
third_party/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
third_party/pybind11/tests/test_embed/CMakeLists.txt
third_party/pybind11/tests/test_embed/catch.cpp
third_party/pybind11/tests/test_embed/external_module.cpp
third_party/pybind11/tests/test_embed/test_interpreter.cpp
third_party/pybind11/tests/test_embed/test_interpreter.py
third_party/pybind11/tests/test_embed/test_trampoline.py
third_party/pybind11/tools/FindCatch.cmake
third_party/pybind11/tools/FindEigen3.cmake
third_party/pybind11/tools/FindPythonLibsNew.cmake
third_party/pybind11/tools/check-style.sh
third_party/pybind11/tools/cmake_uninstall.cmake.in
third_party/pybind11/tools/libsize.py
third_party/pybind11/tools/make_changelog.py
third_party/pybind11/tools/pybind11Common.cmake
third_party/pybind11/tools/pybind11Config.cmake.in
third_party/pybind11/tools/pybind11NewTools.cmake
third_party/pybind11/tools/pybind11Tools.cmake
third_party/pybind11/tools/pyproject.toml
third_party/pybind11/tools/setup_global.py.in
third_party/pybind11/tools/setup_main.py.in