.clang-format
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
.python-version
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
uv.lock
.github/dependabot.yml
.github/workflows/pre-commit.yml
.github/workflows/publish.yml
.github/workflows/publish_docs.yml
.github/workflows/pytest.yml
.vscode/settings.json
Examples/ExampleSecondOrderNonlinearTmm.py
Examples/ExampleTMM.py
Examples/ExampleTMMForWaves.py
NonlinearTMM/_Material.py
NonlinearTMM/_SecondOrderNLTMMCython.pyi
NonlinearTMM/__init__.py
NonlinearTMM/__init__.pyi
NonlinearTMM/py.typed
NonlinearTMM.egg-info/PKG-INFO
NonlinearTMM.egg-info/SOURCES.txt
NonlinearTMM.egg-info/dependency_links.txt
NonlinearTMM.egg-info/requires.txt
NonlinearTMM.egg-info/top_level.txt
NonlinearTMM/src/CppSecondOrderNLTMM.pxd
NonlinearTMM/src/SecondOrderNLTMM.cpp
NonlinearTMM/src/SecondOrderNLTMM.pyx
NonlinearTMM/src/cpp/Common.cpp
NonlinearTMM/src/cpp/Common.h
NonlinearTMM/src/cpp/Material.cpp
NonlinearTMM/src/cpp/Material.h
NonlinearTMM/src/cpp/NonlinearLayer.cpp
NonlinearTMM/src/cpp/NonlinearLayer.h
NonlinearTMM/src/cpp/NonlinearTMM.cpp
NonlinearTMM/src/cpp/NonlinearTMM.h
NonlinearTMM/src/cpp/SecondOrderNLTMM.cpp
NonlinearTMM/src/cpp/SecondOrderNLTMM.h
NonlinearTMM/src/cpp/Waves.cpp
NonlinearTMM/src/cpp/Waves.h
Tests/conftest.py
Tests/test_Material.py
Tests/test_MaterialConstructors.py
Tests/test_SPDC.py
Tests/test_SecondOrderNLTMM.py
Tests/test_SecondOrderNLTMMForWaves.py
Tests/test_TMM.py
Tests/test_TMMForWaves.py
Tests/LabPy/Constants.py
Tests/LabPy/Core.py
Tests/LabPy/Materials.py
Tests/LabPy/__init__.py
Tests/LabPy/_Tmm/_NonlinearTmm.py
Tests/LabPy/_Tmm/_TmmForWavePackets.py
Tests/LabPy/_Tmm/__init__.py
Tests/materials/main/Ag/Johnson.yml
Tests/materials/main/Au/Johnson.yml
Tests/materials/special/gaussian_test.yml
docs/GettingStarted.rst
docs/Introduction.rst
docs/Material.rst
docs/Reference.rst
docs/SecondOrderNLTMM.rst
docs/TMM.rst
docs/conf.py
docs/index.rst
docs/images/SecondOrderNLTMM-example.png
docs/images/TMM-example.png
docs/images/TMMForWaves-example.png
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/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