diff --git a/.gitignore b/.gitignore deleted file mode 100755 index f6ab76f..0000000 --- a/.gitignore +++ /dev/null @@ -1,38 +0,0 @@ -qrc_*cxx -*.orig -*.pyc -*.diff -diff -*.save -save -*.old -*.gmo -*.qm -core -core.* -*.bak -*~ -*build* -*.moc.* -*.moc -ui_* -CMakeCache.txt -tags -.*.swp -activity.png -*.out -*.php* -*.log -*.orig -*.rej -log -patch -*.patch -a -a.* -lapack/testing -lapack/reference -.*project -.settings -Makefile -!ci/build.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml old mode 100755 new mode 100644 diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md old mode 100755 new mode 100644 diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md old mode 100755 new mode 100644 diff --git a/.gitlab/merge_request_templates/Merge Request Template.md b/.gitlab/merge_request_templates/Merge Request Template.md old mode 100755 new mode 100644 diff --git a/.hgeol b/.hgeol old mode 100755 new mode 100644 diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/COPYING.APACHE b/COPYING.APACHE old mode 100755 new mode 100644 diff --git a/COPYING.BSD b/COPYING.BSD old mode 100755 new mode 100644 diff --git a/COPYING.GPL b/COPYING.GPL old mode 100755 new mode 100644 diff --git a/COPYING.LGPL b/COPYING.LGPL old mode 100755 new mode 100644 diff --git a/COPYING.MINPACK b/COPYING.MINPACK old mode 100755 new mode 100644 diff --git a/COPYING.MPL2 b/COPYING.MPL2 old mode 100755 new mode 100644 diff --git a/COPYING.README b/COPYING.README old mode 100755 new mode 100644 diff --git a/CTestConfig.cmake b/CTestConfig.cmake old mode 100755 new mode 100644 diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in old mode 100755 new mode 100644 diff --git a/Eigen/Cholesky b/Eigen/Cholesky old mode 100755 new mode 100644 diff --git a/Eigen/CholmodSupport b/Eigen/CholmodSupport old mode 100755 new mode 100644 diff --git a/Eigen/Core b/Eigen/Core old mode 100755 new mode 100644 diff --git a/Eigen/Dense b/Eigen/Dense old mode 100755 new mode 100644 diff --git a/Eigen/Eigen b/Eigen/Eigen old mode 100755 new mode 100644 diff --git a/Eigen/Eigenvalues b/Eigen/Eigenvalues old mode 100755 new mode 100644 diff --git a/Eigen/Geometry b/Eigen/Geometry old mode 100755 new mode 100644 diff --git a/Eigen/Householder b/Eigen/Householder old mode 100755 new mode 100644 diff --git a/Eigen/IterativeLinearSolvers b/Eigen/IterativeLinearSolvers old mode 100755 new mode 100644 diff --git a/Eigen/Jacobi b/Eigen/Jacobi old mode 100755 new mode 100644 diff --git a/Eigen/KLUSupport b/Eigen/KLUSupport old mode 100755 new mode 100644 diff --git a/Eigen/LU b/Eigen/LU old mode 100755 new mode 100644 diff --git a/Eigen/MetisSupport b/Eigen/MetisSupport old mode 100755 new mode 100644 diff --git a/Eigen/OrderingMethods b/Eigen/OrderingMethods old mode 100755 new mode 100644 diff --git a/Eigen/PaStiXSupport b/Eigen/PaStiXSupport old mode 100755 new mode 100644 diff --git a/Eigen/PardisoSupport b/Eigen/PardisoSupport old mode 100755 new mode 100644 diff --git a/Eigen/QR b/Eigen/QR old mode 100755 new mode 100644 diff --git a/Eigen/QtAlignedMalloc b/Eigen/QtAlignedMalloc old mode 100755 new mode 100644 diff --git a/Eigen/SPQRSupport b/Eigen/SPQRSupport old mode 100755 new mode 100644 diff --git a/Eigen/SVD b/Eigen/SVD old mode 100755 new mode 100644 diff --git a/Eigen/Sparse b/Eigen/Sparse old mode 100755 new mode 100644 diff --git a/Eigen/SparseCholesky b/Eigen/SparseCholesky old mode 100755 new mode 100644 diff --git a/Eigen/SparseCore b/Eigen/SparseCore old mode 100755 new mode 100644 diff --git a/Eigen/SparseLU b/Eigen/SparseLU old mode 100755 new mode 100644 diff --git a/Eigen/SparseQR b/Eigen/SparseQR old mode 100755 new mode 100644 diff --git a/Eigen/StdDeque b/Eigen/StdDeque old mode 100755 new mode 100644 diff --git a/Eigen/StdList b/Eigen/StdList old mode 100755 new mode 100644 diff --git a/Eigen/StdVector b/Eigen/StdVector old mode 100755 new mode 100644 diff --git a/Eigen/SuperLUSupport b/Eigen/SuperLUSupport old mode 100755 new mode 100644 diff --git a/Eigen/UmfPackSupport b/Eigen/UmfPackSupport old mode 100755 new mode 100644 diff --git a/Eigen/src/Cholesky/LDLT.h b/Eigen/src/Cholesky/LDLT.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Cholesky/LLT.h b/Eigen/src/Cholesky/LLT.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Cholesky/LLT_LAPACKE.h b/Eigen/src/Cholesky/LLT_LAPACKE.h old mode 100755 new mode 100644 diff --git a/Eigen/src/CholmodSupport/CholmodSupport.h b/Eigen/src/CholmodSupport/CholmodSupport.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/ArithmeticSequence.h b/Eigen/src/Core/ArithmeticSequence.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Array.h b/Eigen/src/Core/Array.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/ArrayBase.h b/Eigen/src/Core/ArrayBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/ArrayWrapper.h b/Eigen/src/Core/ArrayWrapper.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Assign.h b/Eigen/src/Core/Assign.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/AssignEvaluator.h b/Eigen/src/Core/AssignEvaluator.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/BandMatrix.h b/Eigen/src/Core/BandMatrix.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Block.h b/Eigen/src/Core/Block.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/BooleanRedux.h b/Eigen/src/Core/BooleanRedux.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/CommaInitializer.h b/Eigen/src/Core/CommaInitializer.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/ConditionEstimator.h b/Eigen/src/Core/ConditionEstimator.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/CoreEvaluators.h b/Eigen/src/Core/CoreEvaluators.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/CoreIterators.h b/Eigen/src/Core/CoreIterators.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/CwiseBinaryOp.h b/Eigen/src/Core/CwiseBinaryOp.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/CwiseNullaryOp.h b/Eigen/src/Core/CwiseNullaryOp.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/CwiseTernaryOp.h b/Eigen/src/Core/CwiseTernaryOp.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/CwiseUnaryOp.h b/Eigen/src/Core/CwiseUnaryOp.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/CwiseUnaryView.h b/Eigen/src/Core/CwiseUnaryView.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/DenseBase.h b/Eigen/src/Core/DenseBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/DenseCoeffsBase.h b/Eigen/src/Core/DenseCoeffsBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/DenseStorage.h b/Eigen/src/Core/DenseStorage.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Diagonal.h b/Eigen/src/Core/Diagonal.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/DiagonalMatrix.h b/Eigen/src/Core/DiagonalMatrix.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/DiagonalProduct.h b/Eigen/src/Core/DiagonalProduct.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Dot.h b/Eigen/src/Core/Dot.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/EigenBase.h b/Eigen/src/Core/EigenBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/ForceAlignedAccess.h b/Eigen/src/Core/ForceAlignedAccess.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Fuzzy.h b/Eigen/src/Core/Fuzzy.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/GeneralProduct.h b/Eigen/src/Core/GeneralProduct.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/GenericPacketMath.h b/Eigen/src/Core/GenericPacketMath.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/GlobalFunctions.h b/Eigen/src/Core/GlobalFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/IO.h b/Eigen/src/Core/IO.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/IndexedView.h b/Eigen/src/Core/IndexedView.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Inverse.h b/Eigen/src/Core/Inverse.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Map.h b/Eigen/src/Core/Map.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/MapBase.h b/Eigen/src/Core/MapBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/MathFunctions.h b/Eigen/src/Core/MathFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/MathFunctionsImpl.h b/Eigen/src/Core/MathFunctionsImpl.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Matrix.h b/Eigen/src/Core/Matrix.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/MatrixBase.h b/Eigen/src/Core/MatrixBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/NestByValue.h b/Eigen/src/Core/NestByValue.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/NoAlias.h b/Eigen/src/Core/NoAlias.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/NumTraits.h b/Eigen/src/Core/NumTraits.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/PartialReduxEvaluator.h b/Eigen/src/Core/PartialReduxEvaluator.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/PermutationMatrix.h b/Eigen/src/Core/PermutationMatrix.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/PlainObjectBase.h b/Eigen/src/Core/PlainObjectBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Product.h b/Eigen/src/Core/Product.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/ProductEvaluators.h b/Eigen/src/Core/ProductEvaluators.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Random.h b/Eigen/src/Core/Random.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Redux.h b/Eigen/src/Core/Redux.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Ref.h b/Eigen/src/Core/Ref.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Replicate.h b/Eigen/src/Core/Replicate.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Reshaped.h b/Eigen/src/Core/Reshaped.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/ReturnByValue.h b/Eigen/src/Core/ReturnByValue.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Reverse.h b/Eigen/src/Core/Reverse.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Select.h b/Eigen/src/Core/Select.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/SelfAdjointView.h b/Eigen/src/Core/SelfAdjointView.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/SelfCwiseBinaryOp.h b/Eigen/src/Core/SelfCwiseBinaryOp.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Solve.h b/Eigen/src/Core/Solve.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/SolveTriangular.h b/Eigen/src/Core/SolveTriangular.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/SolverBase.h b/Eigen/src/Core/SolverBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/StableNorm.h b/Eigen/src/Core/StableNorm.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/StlIterators.h b/Eigen/src/Core/StlIterators.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Stride.h b/Eigen/src/Core/Stride.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Swap.h b/Eigen/src/Core/Swap.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Transpose.h b/Eigen/src/Core/Transpose.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Transpositions.h b/Eigen/src/Core/Transpositions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/TriangularMatrix.h b/Eigen/src/Core/TriangularMatrix.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/VectorBlock.h b/Eigen/src/Core/VectorBlock.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/VectorwiseOp.h b/Eigen/src/Core/VectorwiseOp.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/Visitor.h b/Eigen/src/Core/Visitor.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AVX/Complex.h b/Eigen/src/Core/arch/AVX/Complex.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AVX/MathFunctions.h b/Eigen/src/Core/arch/AVX/MathFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AVX/PacketMath.h b/Eigen/src/Core/arch/AVX/PacketMath.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AVX/TypeCasting.h b/Eigen/src/Core/arch/AVX/TypeCasting.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AVX512/Complex.h b/Eigen/src/Core/arch/AVX512/Complex.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AVX512/MathFunctions.h b/Eigen/src/Core/arch/AVX512/MathFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AVX512/PacketMath.h b/Eigen/src/Core/arch/AVX512/PacketMath.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AVX512/TypeCasting.h b/Eigen/src/Core/arch/AVX512/TypeCasting.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AltiVec/Complex.h b/Eigen/src/Core/arch/AltiVec/Complex.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AltiVec/MathFunctions.h b/Eigen/src/Core/arch/AltiVec/MathFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AltiVec/MatrixProduct.h b/Eigen/src/Core/arch/AltiVec/MatrixProduct.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h b/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h b/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/CUDA/Complex.h b/Eigen/src/Core/arch/CUDA/Complex.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/Default/BFloat16.h b/Eigen/src/Core/arch/Default/BFloat16.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/Default/ConjHelper.h b/Eigen/src/Core/arch/Default/ConjHelper.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h b/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h b/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/Default/Half.h b/Eigen/src/Core/arch/Default/Half.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/Default/Settings.h b/Eigen/src/Core/arch/Default/Settings.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/Default/TypeCasting.h b/Eigen/src/Core/arch/Default/TypeCasting.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/GPU/MathFunctions.h b/Eigen/src/Core/arch/GPU/MathFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/GPU/PacketMath.h b/Eigen/src/Core/arch/GPU/PacketMath.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/GPU/TypeCasting.h b/Eigen/src/Core/arch/GPU/TypeCasting.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/HIP/hcc/math_constants.h b/Eigen/src/Core/arch/HIP/hcc/math_constants.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/MSA/Complex.h b/Eigen/src/Core/arch/MSA/Complex.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/MSA/MathFunctions.h b/Eigen/src/Core/arch/MSA/MathFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/MSA/PacketMath.h b/Eigen/src/Core/arch/MSA/PacketMath.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/NEON/Complex.h b/Eigen/src/Core/arch/NEON/Complex.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h b/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/NEON/MathFunctions.h b/Eigen/src/Core/arch/NEON/MathFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/NEON/PacketMath.h b/Eigen/src/Core/arch/NEON/PacketMath.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/NEON/TypeCasting.h b/Eigen/src/Core/arch/NEON/TypeCasting.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/SSE/Complex.h b/Eigen/src/Core/arch/SSE/Complex.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/SSE/MathFunctions.h b/Eigen/src/Core/arch/SSE/MathFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/SSE/TypeCasting.h b/Eigen/src/Core/arch/SSE/TypeCasting.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/SVE/MathFunctions.h b/Eigen/src/Core/arch/SVE/MathFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/SVE/PacketMath.h b/Eigen/src/Core/arch/SVE/PacketMath.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/SVE/TypeCasting.h b/Eigen/src/Core/arch/SVE/TypeCasting.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/SYCL/InteropHeaders.h b/Eigen/src/Core/arch/SYCL/InteropHeaders.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/SYCL/MathFunctions.h b/Eigen/src/Core/arch/SYCL/MathFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/SYCL/PacketMath.h b/Eigen/src/Core/arch/SYCL/PacketMath.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h b/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/SYCL/TypeCasting.h b/Eigen/src/Core/arch/SYCL/TypeCasting.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/ZVector/Complex.h b/Eigen/src/Core/arch/ZVector/Complex.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/arch/ZVector/MathFunctions.h b/Eigen/src/Core/arch/ZVector/MathFunctions.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/functors/AssignmentFunctors.h b/Eigen/src/Core/functors/AssignmentFunctors.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/functors/BinaryFunctors.h b/Eigen/src/Core/functors/BinaryFunctors.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/functors/NullaryFunctors.h b/Eigen/src/Core/functors/NullaryFunctors.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/functors/StlFunctors.h b/Eigen/src/Core/functors/StlFunctors.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/functors/TernaryFunctors.h b/Eigen/src/Core/functors/TernaryFunctors.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/functors/UnaryFunctors.h b/Eigen/src/Core/functors/UnaryFunctors.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/GeneralBlockPanelKernel.h b/Eigen/src/Core/products/GeneralBlockPanelKernel.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/GeneralMatrixMatrix.h b/Eigen/src/Core/products/GeneralMatrixMatrix.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h b/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h b/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h b/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/GeneralMatrixVector.h b/Eigen/src/Core/products/GeneralMatrixVector.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h b/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/Parallelizer.h b/Eigen/src/Core/products/Parallelizer.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/SelfadjointMatrixMatrix.h b/Eigen/src/Core/products/SelfadjointMatrixMatrix.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h b/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/SelfadjointMatrixVector.h b/Eigen/src/Core/products/SelfadjointMatrixVector.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h b/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/SelfadjointProduct.h b/Eigen/src/Core/products/SelfadjointProduct.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/SelfadjointRank2Update.h b/Eigen/src/Core/products/SelfadjointRank2Update.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/TriangularMatrixMatrix.h b/Eigen/src/Core/products/TriangularMatrixMatrix.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h b/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/TriangularMatrixVector.h b/Eigen/src/Core/products/TriangularMatrixVector.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h b/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/TriangularSolverMatrix.h b/Eigen/src/Core/products/TriangularSolverMatrix.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h b/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/products/TriangularSolverVector.h b/Eigen/src/Core/products/TriangularSolverVector.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/ConfigureVectorization.h b/Eigen/src/Core/util/ConfigureVectorization.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/Constants.h b/Eigen/src/Core/util/Constants.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/ForwardDeclarations.h b/Eigen/src/Core/util/ForwardDeclarations.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/IndexedViewHelper.h b/Eigen/src/Core/util/IndexedViewHelper.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/IntegralConstant.h b/Eigen/src/Core/util/IntegralConstant.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/Memory.h b/Eigen/src/Core/util/Memory.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/NonMPL2.h b/Eigen/src/Core/util/NonMPL2.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/ReenableStupidWarnings.h b/Eigen/src/Core/util/ReenableStupidWarnings.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/ReshapedHelper.h b/Eigen/src/Core/util/ReshapedHelper.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/StaticAssert.h b/Eigen/src/Core/util/StaticAssert.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/SymbolicIndex.h b/Eigen/src/Core/util/SymbolicIndex.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Core/util/XprHelper.h b/Eigen/src/Core/util/XprHelper.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/ComplexEigenSolver.h b/Eigen/src/Eigenvalues/ComplexEigenSolver.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/ComplexSchur.h b/Eigen/src/Eigenvalues/ComplexSchur.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h b/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/EigenSolver.h b/Eigen/src/Eigenvalues/EigenSolver.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h b/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h b/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/HessenbergDecomposition.h b/Eigen/src/Eigenvalues/HessenbergDecomposition.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h b/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/RealQZ.h b/Eigen/src/Eigenvalues/RealQZ.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/RealSchur.h b/Eigen/src/Eigenvalues/RealSchur.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h b/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h b/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h b/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Eigenvalues/Tridiagonalization.h b/Eigen/src/Eigenvalues/Tridiagonalization.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/AlignedBox.h b/Eigen/src/Geometry/AlignedBox.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/AngleAxis.h b/Eigen/src/Geometry/AngleAxis.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/EulerAngles.h b/Eigen/src/Geometry/EulerAngles.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/Homogeneous.h b/Eigen/src/Geometry/Homogeneous.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/Hyperplane.h b/Eigen/src/Geometry/Hyperplane.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/OrthoMethods.h b/Eigen/src/Geometry/OrthoMethods.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/ParametrizedLine.h b/Eigen/src/Geometry/ParametrizedLine.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/Quaternion.h b/Eigen/src/Geometry/Quaternion.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/Rotation2D.h b/Eigen/src/Geometry/Rotation2D.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/RotationBase.h b/Eigen/src/Geometry/RotationBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/Scaling.h b/Eigen/src/Geometry/Scaling.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/Transform.h b/Eigen/src/Geometry/Transform.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/Translation.h b/Eigen/src/Geometry/Translation.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/Umeyama.h b/Eigen/src/Geometry/Umeyama.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Geometry/arch/Geometry_SIMD.h b/Eigen/src/Geometry/arch/Geometry_SIMD.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Householder/BlockHouseholder.h b/Eigen/src/Householder/BlockHouseholder.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Householder/Householder.h b/Eigen/src/Householder/Householder.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Householder/HouseholderSequence.h b/Eigen/src/Householder/HouseholderSequence.h old mode 100755 new mode 100644 diff --git a/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h b/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h old mode 100755 new mode 100644 diff --git a/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h b/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h old mode 100755 new mode 100644 diff --git a/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h b/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h old mode 100755 new mode 100644 diff --git a/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h b/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h old mode 100755 new mode 100644 diff --git a/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h b/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h old mode 100755 new mode 100644 diff --git a/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h b/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h b/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h old mode 100755 new mode 100644 diff --git a/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h b/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h old mode 100755 new mode 100644 diff --git a/Eigen/src/Jacobi/Jacobi.h b/Eigen/src/Jacobi/Jacobi.h old mode 100755 new mode 100644 diff --git a/Eigen/src/KLUSupport/KLUSupport.h b/Eigen/src/KLUSupport/KLUSupport.h old mode 100755 new mode 100644 diff --git a/Eigen/src/LU/Determinant.h b/Eigen/src/LU/Determinant.h old mode 100755 new mode 100644 diff --git a/Eigen/src/LU/FullPivLU.h b/Eigen/src/LU/FullPivLU.h old mode 100755 new mode 100644 diff --git a/Eigen/src/LU/InverseImpl.h b/Eigen/src/LU/InverseImpl.h old mode 100755 new mode 100644 diff --git a/Eigen/src/LU/PartialPivLU.h b/Eigen/src/LU/PartialPivLU.h old mode 100755 new mode 100644 diff --git a/Eigen/src/LU/PartialPivLU_LAPACKE.h b/Eigen/src/LU/PartialPivLU_LAPACKE.h old mode 100755 new mode 100644 diff --git a/Eigen/src/LU/arch/InverseSize4.h b/Eigen/src/LU/arch/InverseSize4.h old mode 100755 new mode 100644 diff --git a/Eigen/src/MetisSupport/MetisSupport.h b/Eigen/src/MetisSupport/MetisSupport.h old mode 100755 new mode 100644 diff --git a/Eigen/src/OrderingMethods/Amd.h b/Eigen/src/OrderingMethods/Amd.h old mode 100755 new mode 100644 diff --git a/Eigen/src/OrderingMethods/Eigen_Colamd.h b/Eigen/src/OrderingMethods/Eigen_Colamd.h old mode 100755 new mode 100644 diff --git a/Eigen/src/OrderingMethods/Ordering.h b/Eigen/src/OrderingMethods/Ordering.h old mode 100755 new mode 100644 diff --git a/Eigen/src/PaStiXSupport/PaStiXSupport.h b/Eigen/src/PaStiXSupport/PaStiXSupport.h old mode 100755 new mode 100644 diff --git a/Eigen/src/PardisoSupport/PardisoSupport.h b/Eigen/src/PardisoSupport/PardisoSupport.h old mode 100755 new mode 100644 diff --git a/Eigen/src/QR/ColPivHouseholderQR.h b/Eigen/src/QR/ColPivHouseholderQR.h old mode 100755 new mode 100644 diff --git a/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h b/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h old mode 100755 new mode 100644 diff --git a/Eigen/src/QR/CompleteOrthogonalDecomposition.h b/Eigen/src/QR/CompleteOrthogonalDecomposition.h old mode 100755 new mode 100644 diff --git a/Eigen/src/QR/FullPivHouseholderQR.h b/Eigen/src/QR/FullPivHouseholderQR.h old mode 100755 new mode 100644 diff --git a/Eigen/src/QR/HouseholderQR.h b/Eigen/src/QR/HouseholderQR.h old mode 100755 new mode 100644 diff --git a/Eigen/src/QR/HouseholderQR_LAPACKE.h b/Eigen/src/QR/HouseholderQR_LAPACKE.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h b/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SVD/BDCSVD.h b/Eigen/src/SVD/BDCSVD.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SVD/JacobiSVD.h b/Eigen/src/SVD/JacobiSVD.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SVD/JacobiSVD_LAPACKE.h b/Eigen/src/SVD/JacobiSVD_LAPACKE.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SVD/SVDBase.h b/Eigen/src/SVD/SVDBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SVD/UpperBidiagonalization.h b/Eigen/src/SVD/UpperBidiagonalization.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCholesky/SimplicialCholesky.h b/Eigen/src/SparseCholesky/SimplicialCholesky.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h b/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/AmbiVector.h b/Eigen/src/SparseCore/AmbiVector.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/CompressedStorage.h b/Eigen/src/SparseCore/CompressedStorage.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h b/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/MappedSparseMatrix.h b/Eigen/src/SparseCore/MappedSparseMatrix.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseAssign.h b/Eigen/src/SparseCore/SparseAssign.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseBlock.h b/Eigen/src/SparseCore/SparseBlock.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseColEtree.h b/Eigen/src/SparseCore/SparseColEtree.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseCompressedBase.h b/Eigen/src/SparseCore/SparseCompressedBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseCwiseBinaryOp.h b/Eigen/src/SparseCore/SparseCwiseBinaryOp.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseCwiseUnaryOp.h b/Eigen/src/SparseCore/SparseCwiseUnaryOp.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseDenseProduct.h b/Eigen/src/SparseCore/SparseDenseProduct.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseDiagonalProduct.h b/Eigen/src/SparseCore/SparseDiagonalProduct.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseDot.h b/Eigen/src/SparseCore/SparseDot.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseFuzzy.h b/Eigen/src/SparseCore/SparseFuzzy.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseMap.h b/Eigen/src/SparseCore/SparseMap.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseMatrix.h b/Eigen/src/SparseCore/SparseMatrix.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseMatrixBase.h b/Eigen/src/SparseCore/SparseMatrixBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparsePermutation.h b/Eigen/src/SparseCore/SparsePermutation.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseProduct.h b/Eigen/src/SparseCore/SparseProduct.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseRedux.h b/Eigen/src/SparseCore/SparseRedux.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseRef.h b/Eigen/src/SparseCore/SparseRef.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseSelfAdjointView.h b/Eigen/src/SparseCore/SparseSelfAdjointView.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseSolverBase.h b/Eigen/src/SparseCore/SparseSolverBase.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseSparseProductWithPruning.h b/Eigen/src/SparseCore/SparseSparseProductWithPruning.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseTranspose.h b/Eigen/src/SparseCore/SparseTranspose.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseTriangularView.h b/Eigen/src/SparseCore/SparseTriangularView.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseUtil.h b/Eigen/src/SparseCore/SparseUtil.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseVector.h b/Eigen/src/SparseCore/SparseVector.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/SparseView.h b/Eigen/src/SparseCore/SparseView.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseCore/TriangularSolver.h b/Eigen/src/SparseCore/TriangularSolver.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU.h b/Eigen/src/SparseLU/SparseLU.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLUImpl.h b/Eigen/src/SparseLU/SparseLUImpl.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_Memory.h b/Eigen/src/SparseLU/SparseLU_Memory.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_Structs.h b/Eigen/src/SparseLU/SparseLU_Structs.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h b/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_Utils.h b/Eigen/src/SparseLU/SparseLU_Utils.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_column_bmod.h b/Eigen/src/SparseLU/SparseLU_column_bmod.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_column_dfs.h b/Eigen/src/SparseLU/SparseLU_column_dfs.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h b/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_gemm_kernel.h b/Eigen/src/SparseLU/SparseLU_gemm_kernel.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h b/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_kernel_bmod.h b/Eigen/src/SparseLU/SparseLU_kernel_bmod.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_panel_bmod.h b/Eigen/src/SparseLU/SparseLU_panel_bmod.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_panel_dfs.h b/Eigen/src/SparseLU/SparseLU_panel_dfs.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_pivotL.h b/Eigen/src/SparseLU/SparseLU_pivotL.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_pruneL.h b/Eigen/src/SparseLU/SparseLU_pruneL.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseLU/SparseLU_relax_snode.h b/Eigen/src/SparseLU/SparseLU_relax_snode.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SparseQR/SparseQR.h b/Eigen/src/SparseQR/SparseQR.h old mode 100755 new mode 100644 diff --git a/Eigen/src/StlSupport/StdDeque.h b/Eigen/src/StlSupport/StdDeque.h old mode 100755 new mode 100644 diff --git a/Eigen/src/StlSupport/StdList.h b/Eigen/src/StlSupport/StdList.h old mode 100755 new mode 100644 diff --git a/Eigen/src/StlSupport/StdVector.h b/Eigen/src/StlSupport/StdVector.h old mode 100755 new mode 100644 diff --git a/Eigen/src/StlSupport/details.h b/Eigen/src/StlSupport/details.h old mode 100755 new mode 100644 diff --git a/Eigen/src/SuperLUSupport/SuperLUSupport.h b/Eigen/src/SuperLUSupport/SuperLUSupport.h old mode 100755 new mode 100644 diff --git a/Eigen/src/UmfPackSupport/UmfPackSupport.h b/Eigen/src/UmfPackSupport/UmfPackSupport.h old mode 100755 new mode 100644 diff --git a/Eigen/src/misc/Image.h b/Eigen/src/misc/Image.h old mode 100755 new mode 100644 diff --git a/Eigen/src/misc/Kernel.h b/Eigen/src/misc/Kernel.h old mode 100755 new mode 100644 diff --git a/Eigen/src/misc/RealSvd2x2.h b/Eigen/src/misc/RealSvd2x2.h old mode 100755 new mode 100644 diff --git a/Eigen/src/misc/blas.h b/Eigen/src/misc/blas.h old mode 100755 new mode 100644 diff --git a/Eigen/src/misc/lapack.h b/Eigen/src/misc/lapack.h old mode 100755 new mode 100644 diff --git a/Eigen/src/misc/lapacke_mangling.h b/Eigen/src/misc/lapacke_mangling.h old mode 100755 new mode 100644 diff --git a/Eigen/src/plugins/ArrayCwiseBinaryOps.h b/Eigen/src/plugins/ArrayCwiseBinaryOps.h old mode 100755 new mode 100644 diff --git a/Eigen/src/plugins/ArrayCwiseUnaryOps.h b/Eigen/src/plugins/ArrayCwiseUnaryOps.h old mode 100755 new mode 100644 diff --git a/Eigen/src/plugins/BlockMethods.h b/Eigen/src/plugins/BlockMethods.h old mode 100755 new mode 100644 diff --git a/Eigen/src/plugins/CommonCwiseBinaryOps.h b/Eigen/src/plugins/CommonCwiseBinaryOps.h old mode 100755 new mode 100644 diff --git a/Eigen/src/plugins/CommonCwiseUnaryOps.h b/Eigen/src/plugins/CommonCwiseUnaryOps.h old mode 100755 new mode 100644 diff --git a/Eigen/src/plugins/IndexedViewMethods.h b/Eigen/src/plugins/IndexedViewMethods.h old mode 100755 new mode 100644 diff --git a/Eigen/src/plugins/MatrixCwiseBinaryOps.h b/Eigen/src/plugins/MatrixCwiseBinaryOps.h old mode 100755 new mode 100644 diff --git a/Eigen/src/plugins/MatrixCwiseUnaryOps.h b/Eigen/src/plugins/MatrixCwiseUnaryOps.h old mode 100755 new mode 100644 diff --git a/Eigen/src/plugins/ReshapedMethods.h b/Eigen/src/plugins/ReshapedMethods.h old mode 100755 new mode 100644 diff --git a/INSTALL b/INSTALL old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/bench/BenchSparseUtil.h b/bench/BenchSparseUtil.h old mode 100755 new mode 100644 diff --git a/bench/BenchTimer.h b/bench/BenchTimer.h old mode 100755 new mode 100644 diff --git a/bench/BenchUtil.h b/bench/BenchUtil.h old mode 100755 new mode 100644 diff --git a/bench/README.txt b/bench/README.txt old mode 100755 new mode 100644 diff --git a/bench/analyze-blocking-sizes.cpp b/bench/analyze-blocking-sizes.cpp old mode 100755 new mode 100644 diff --git a/bench/basicbench.cxxlist b/bench/basicbench.cxxlist old mode 100755 new mode 100644 diff --git a/bench/basicbenchmark.cpp b/bench/basicbenchmark.cpp old mode 100755 new mode 100644 diff --git a/bench/basicbenchmark.h b/bench/basicbenchmark.h old mode 100755 new mode 100644 diff --git a/bench/benchBlasGemm.cpp b/bench/benchBlasGemm.cpp old mode 100755 new mode 100644 diff --git a/bench/benchCholesky.cpp b/bench/benchCholesky.cpp old mode 100755 new mode 100644 diff --git a/bench/benchEigenSolver.cpp b/bench/benchEigenSolver.cpp old mode 100755 new mode 100644 diff --git a/bench/benchFFT.cpp b/bench/benchFFT.cpp old mode 100755 new mode 100644 diff --git a/bench/benchGeometry.cpp b/bench/benchGeometry.cpp old mode 100755 new mode 100644 diff --git a/bench/benchVecAdd.cpp b/bench/benchVecAdd.cpp old mode 100755 new mode 100644 diff --git a/bench/bench_gemm.cpp b/bench/bench_gemm.cpp old mode 100755 new mode 100644 diff --git a/bench/bench_move_semantics.cpp b/bench/bench_move_semantics.cpp old mode 100755 new mode 100644 diff --git a/bench/bench_norm.cpp b/bench/bench_norm.cpp old mode 100755 new mode 100644 diff --git a/bench/bench_reverse.cpp b/bench/bench_reverse.cpp old mode 100755 new mode 100644 diff --git a/bench/bench_sum.cpp b/bench/bench_sum.cpp old mode 100755 new mode 100644 diff --git a/bench/benchmark-blocking-sizes.cpp b/bench/benchmark-blocking-sizes.cpp old mode 100755 new mode 100644 diff --git a/bench/benchmark.cpp b/bench/benchmark.cpp old mode 100755 new mode 100644 diff --git a/bench/benchmarkSlice.cpp b/bench/benchmarkSlice.cpp old mode 100755 new mode 100644 diff --git a/bench/benchmarkX.cpp b/bench/benchmarkX.cpp old mode 100755 new mode 100644 diff --git a/bench/benchmarkXcwise.cpp b/bench/benchmarkXcwise.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/CMakeLists.txt b/bench/btl/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/COPYING b/bench/btl/COPYING old mode 100755 new mode 100644 diff --git a/bench/btl/README b/bench/btl/README old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_aat_product.hh b/bench/btl/actions/action_aat_product.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_ata_product.hh b/bench/btl/actions/action_ata_product.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_atv_product.hh b/bench/btl/actions/action_atv_product.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_axpby.hh b/bench/btl/actions/action_axpby.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_axpy.hh b/bench/btl/actions/action_axpy.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_cholesky.hh b/bench/btl/actions/action_cholesky.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_ger.hh b/bench/btl/actions/action_ger.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_hessenberg.hh b/bench/btl/actions/action_hessenberg.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_lu_decomp.hh b/bench/btl/actions/action_lu_decomp.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_lu_solve.hh b/bench/btl/actions/action_lu_solve.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_matrix_matrix_product.hh b/bench/btl/actions/action_matrix_matrix_product.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_matrix_matrix_product_bis.hh b/bench/btl/actions/action_matrix_matrix_product_bis.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_matrix_vector_product.hh b/bench/btl/actions/action_matrix_vector_product.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_partial_lu.hh b/bench/btl/actions/action_partial_lu.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_rot.hh b/bench/btl/actions/action_rot.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_symv.hh b/bench/btl/actions/action_symv.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_syr2.hh b/bench/btl/actions/action_syr2.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_trisolve.hh b/bench/btl/actions/action_trisolve.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_trisolve_matrix.hh b/bench/btl/actions/action_trisolve_matrix.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/action_trmm.hh b/bench/btl/actions/action_trmm.hh old mode 100755 new mode 100644 diff --git a/bench/btl/actions/basic_actions.hh b/bench/btl/actions/basic_actions.hh old mode 100755 new mode 100644 diff --git a/bench/btl/cmake/FindACML.cmake b/bench/btl/cmake/FindACML.cmake old mode 100755 new mode 100644 diff --git a/bench/btl/cmake/FindATLAS.cmake b/bench/btl/cmake/FindATLAS.cmake old mode 100755 new mode 100644 diff --git a/bench/btl/cmake/FindBLAZE.cmake b/bench/btl/cmake/FindBLAZE.cmake old mode 100755 new mode 100644 diff --git a/bench/btl/cmake/FindBlitz.cmake b/bench/btl/cmake/FindBlitz.cmake old mode 100755 new mode 100644 diff --git a/bench/btl/cmake/FindCBLAS.cmake b/bench/btl/cmake/FindCBLAS.cmake old mode 100755 new mode 100644 diff --git a/bench/btl/cmake/FindGMM.cmake b/bench/btl/cmake/FindGMM.cmake old mode 100755 new mode 100644 diff --git a/bench/btl/cmake/FindMKL.cmake b/bench/btl/cmake/FindMKL.cmake old mode 100755 new mode 100644 diff --git a/bench/btl/cmake/FindMTL4.cmake b/bench/btl/cmake/FindMTL4.cmake old mode 100755 new mode 100644 diff --git a/bench/btl/cmake/FindOPENBLAS.cmake b/bench/btl/cmake/FindOPENBLAS.cmake old mode 100755 new mode 100644 diff --git a/bench/btl/cmake/FindPackageHandleStandardArgs.cmake b/bench/btl/cmake/FindPackageHandleStandardArgs.cmake old mode 100755 new mode 100644 diff --git a/bench/btl/cmake/FindTvmet.cmake b/bench/btl/cmake/FindTvmet.cmake old mode 100755 new mode 100644 diff --git a/bench/btl/cmake/MacroOptionalAddSubdirectory.cmake b/bench/btl/cmake/MacroOptionalAddSubdirectory.cmake old mode 100755 new mode 100644 diff --git a/bench/btl/data/CMakeLists.txt b/bench/btl/data/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/data/action_settings.txt b/bench/btl/data/action_settings.txt old mode 100755 new mode 100644 diff --git a/bench/btl/data/gnuplot_common_settings.hh b/bench/btl/data/gnuplot_common_settings.hh old mode 100755 new mode 100644 diff --git a/bench/btl/data/mean.cxx b/bench/btl/data/mean.cxx old mode 100755 new mode 100644 diff --git a/bench/btl/data/mk_gnuplot_script.sh b/bench/btl/data/mk_gnuplot_script.sh old mode 100755 new mode 100644 diff --git a/bench/btl/data/mk_mean_script.sh b/bench/btl/data/mk_mean_script.sh old mode 100755 new mode 100644 diff --git a/bench/btl/data/perlib_plot_settings.txt b/bench/btl/data/perlib_plot_settings.txt old mode 100755 new mode 100644 diff --git a/bench/btl/data/regularize.cxx b/bench/btl/data/regularize.cxx old mode 100755 new mode 100644 diff --git a/bench/btl/data/smooth.cxx b/bench/btl/data/smooth.cxx old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/bench.hh b/bench/btl/generic_bench/bench.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/bench_parameter.hh b/bench/btl/generic_bench/bench_parameter.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/btl.hh b/bench/btl/generic_bench/btl.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/init/init_function.hh b/bench/btl/generic_bench/init/init_function.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/init/init_matrix.hh b/bench/btl/generic_bench/init/init_matrix.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/init/init_vector.hh b/bench/btl/generic_bench/init/init_vector.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/static/bench_static.hh b/bench/btl/generic_bench/static/bench_static.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/static/intel_bench_fixed_size.hh b/bench/btl/generic_bench/static/intel_bench_fixed_size.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/static/static_size_generator.hh b/bench/btl/generic_bench/static/static_size_generator.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/timers/STL_perf_analyzer.hh b/bench/btl/generic_bench/timers/STL_perf_analyzer.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/timers/STL_timer.hh b/bench/btl/generic_bench/timers/STL_timer.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/timers/mixed_perf_analyzer.hh b/bench/btl/generic_bench/timers/mixed_perf_analyzer.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/timers/portable_perf_analyzer.hh b/bench/btl/generic_bench/timers/portable_perf_analyzer.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/timers/portable_perf_analyzer_old.hh b/bench/btl/generic_bench/timers/portable_perf_analyzer_old.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/timers/x86_perf_analyzer.hh b/bench/btl/generic_bench/timers/x86_perf_analyzer.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/timers/x86_timer.hh b/bench/btl/generic_bench/timers/x86_timer.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/utils/size_lin_log.hh b/bench/btl/generic_bench/utils/size_lin_log.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/utils/size_log.hh b/bench/btl/generic_bench/utils/size_log.hh old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/utils/utilities.h b/bench/btl/generic_bench/utils/utilities.h old mode 100755 new mode 100644 diff --git a/bench/btl/generic_bench/utils/xy_file.hh b/bench/btl/generic_bench/utils/xy_file.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/BLAS/CMakeLists.txt b/bench/btl/libs/BLAS/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/libs/BLAS/blas.h b/bench/btl/libs/BLAS/blas.h old mode 100755 new mode 100644 diff --git a/bench/btl/libs/BLAS/blas_interface.hh b/bench/btl/libs/BLAS/blas_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/BLAS/blas_interface_impl.hh b/bench/btl/libs/BLAS/blas_interface_impl.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/BLAS/c_interface_base.h b/bench/btl/libs/BLAS/c_interface_base.h old mode 100755 new mode 100644 diff --git a/bench/btl/libs/BLAS/main.cpp b/bench/btl/libs/BLAS/main.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/STL/CMakeLists.txt b/bench/btl/libs/STL/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/libs/STL/STL_interface.hh b/bench/btl/libs/STL/STL_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/STL/main.cpp b/bench/btl/libs/STL/main.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/blaze/CMakeLists.txt b/bench/btl/libs/blaze/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/libs/blaze/blaze_interface.hh b/bench/btl/libs/blaze/blaze_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/blaze/main.cpp b/bench/btl/libs/blaze/main.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/blitz/CMakeLists.txt b/bench/btl/libs/blitz/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/libs/blitz/blitz_LU_solve_interface.hh b/bench/btl/libs/blitz/blitz_LU_solve_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/blitz/blitz_interface.hh b/bench/btl/libs/blitz/blitz_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/blitz/btl_blitz.cpp b/bench/btl/libs/blitz/btl_blitz.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/blitz/btl_tiny_blitz.cpp b/bench/btl/libs/blitz/btl_tiny_blitz.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/blitz/tiny_blitz_interface.hh b/bench/btl/libs/blitz/tiny_blitz_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen2/CMakeLists.txt b/bench/btl/libs/eigen2/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen2/btl_tiny_eigen2.cpp b/bench/btl/libs/eigen2/btl_tiny_eigen2.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen2/eigen2_interface.hh b/bench/btl/libs/eigen2/eigen2_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen2/main_adv.cpp b/bench/btl/libs/eigen2/main_adv.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen2/main_linear.cpp b/bench/btl/libs/eigen2/main_linear.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen2/main_matmat.cpp b/bench/btl/libs/eigen2/main_matmat.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen2/main_vecmat.cpp b/bench/btl/libs/eigen2/main_vecmat.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen3/CMakeLists.txt b/bench/btl/libs/eigen3/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen3/btl_tiny_eigen3.cpp b/bench/btl/libs/eigen3/btl_tiny_eigen3.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen3/eigen3_interface.hh b/bench/btl/libs/eigen3/eigen3_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen3/main_adv.cpp b/bench/btl/libs/eigen3/main_adv.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen3/main_linear.cpp b/bench/btl/libs/eigen3/main_linear.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen3/main_matmat.cpp b/bench/btl/libs/eigen3/main_matmat.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/eigen3/main_vecmat.cpp b/bench/btl/libs/eigen3/main_vecmat.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/gmm/CMakeLists.txt b/bench/btl/libs/gmm/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/libs/gmm/gmm_LU_solve_interface.hh b/bench/btl/libs/gmm/gmm_LU_solve_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/gmm/gmm_interface.hh b/bench/btl/libs/gmm/gmm_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/gmm/main.cpp b/bench/btl/libs/gmm/main.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/mtl4/.kdbgrc.main b/bench/btl/libs/mtl4/.kdbgrc.main old mode 100755 new mode 100644 diff --git a/bench/btl/libs/mtl4/CMakeLists.txt b/bench/btl/libs/mtl4/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/libs/mtl4/main.cpp b/bench/btl/libs/mtl4/main.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/mtl4/mtl4_LU_solve_interface.hh b/bench/btl/libs/mtl4/mtl4_LU_solve_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/mtl4/mtl4_interface.hh b/bench/btl/libs/mtl4/mtl4_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/tensors/CMakeLists.txt b/bench/btl/libs/tensors/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/libs/tensors/main_linear.cpp b/bench/btl/libs/tensors/main_linear.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/tensors/main_matmat.cpp b/bench/btl/libs/tensors/main_matmat.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/tensors/main_vecmat.cpp b/bench/btl/libs/tensors/main_vecmat.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/tensors/tensor_interface.hh b/bench/btl/libs/tensors/tensor_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/tvmet/CMakeLists.txt b/bench/btl/libs/tvmet/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/libs/tvmet/main.cpp b/bench/btl/libs/tvmet/main.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/tvmet/tvmet_interface.hh b/bench/btl/libs/tvmet/tvmet_interface.hh old mode 100755 new mode 100644 diff --git a/bench/btl/libs/ublas/CMakeLists.txt b/bench/btl/libs/ublas/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/btl/libs/ublas/main.cpp b/bench/btl/libs/ublas/main.cpp old mode 100755 new mode 100644 diff --git a/bench/btl/libs/ublas/ublas_interface.hh b/bench/btl/libs/ublas/ublas_interface.hh old mode 100755 new mode 100644 diff --git a/bench/check_cache_queries.cpp b/bench/check_cache_queries.cpp old mode 100755 new mode 100644 diff --git a/bench/dense_solvers.cpp b/bench/dense_solvers.cpp old mode 100755 new mode 100644 diff --git a/bench/eig33.cpp b/bench/eig33.cpp old mode 100755 new mode 100644 diff --git a/bench/geometry.cpp b/bench/geometry.cpp old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/changesets.txt b/bench/perf_monitoring/changesets.txt old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/gemm.cpp b/bench/perf_monitoring/gemm.cpp old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/gemm_common.h b/bench/perf_monitoring/gemm_common.h old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/gemm_settings.txt b/bench/perf_monitoring/gemm_settings.txt old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/gemm_square_settings.txt b/bench/perf_monitoring/gemm_square_settings.txt old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/gemv.cpp b/bench/perf_monitoring/gemv.cpp old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/gemv_common.h b/bench/perf_monitoring/gemv_common.h old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/gemv_settings.txt b/bench/perf_monitoring/gemv_settings.txt old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/gemv_square_settings.txt b/bench/perf_monitoring/gemv_square_settings.txt old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/gemvt.cpp b/bench/perf_monitoring/gemvt.cpp old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/lazy_gemm.cpp b/bench/perf_monitoring/lazy_gemm.cpp old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/lazy_gemm_settings.txt b/bench/perf_monitoring/lazy_gemm_settings.txt old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/llt.cpp b/bench/perf_monitoring/llt.cpp old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/resources/chart_footer.html b/bench/perf_monitoring/resources/chart_footer.html old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/resources/chart_header.html b/bench/perf_monitoring/resources/chart_header.html old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/resources/footer.html b/bench/perf_monitoring/resources/footer.html old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/resources/header.html b/bench/perf_monitoring/resources/header.html old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/resources/s1.js b/bench/perf_monitoring/resources/s1.js old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/resources/s2.js b/bench/perf_monitoring/resources/s2.js old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/trmv_lo.cpp b/bench/perf_monitoring/trmv_lo.cpp old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/trmv_lot.cpp b/bench/perf_monitoring/trmv_lot.cpp old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/trmv_up.cpp b/bench/perf_monitoring/trmv_up.cpp old mode 100755 new mode 100644 diff --git a/bench/perf_monitoring/trmv_upt.cpp b/bench/perf_monitoring/trmv_upt.cpp old mode 100755 new mode 100644 diff --git a/bench/product_threshold.cpp b/bench/product_threshold.cpp old mode 100755 new mode 100644 diff --git a/bench/quat_slerp.cpp b/bench/quat_slerp.cpp old mode 100755 new mode 100644 diff --git a/bench/quatmul.cpp b/bench/quatmul.cpp old mode 100755 new mode 100644 diff --git a/bench/sparse_cholesky.cpp b/bench/sparse_cholesky.cpp old mode 100755 new mode 100644 diff --git a/bench/sparse_dense_product.cpp b/bench/sparse_dense_product.cpp old mode 100755 new mode 100644 diff --git a/bench/sparse_lu.cpp b/bench/sparse_lu.cpp old mode 100755 new mode 100644 diff --git a/bench/sparse_product.cpp b/bench/sparse_product.cpp old mode 100755 new mode 100644 diff --git a/bench/sparse_randomsetter.cpp b/bench/sparse_randomsetter.cpp old mode 100755 new mode 100644 diff --git a/bench/sparse_setter.cpp b/bench/sparse_setter.cpp old mode 100755 new mode 100644 diff --git a/bench/sparse_transpose.cpp b/bench/sparse_transpose.cpp old mode 100755 new mode 100644 diff --git a/bench/sparse_trisolver.cpp b/bench/sparse_trisolver.cpp old mode 100755 new mode 100644 diff --git a/bench/spbench/CMakeLists.txt b/bench/spbench/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/bench/spbench/sp_solver.cpp b/bench/spbench/sp_solver.cpp old mode 100755 new mode 100644 diff --git a/bench/spbench/spbench.dtd b/bench/spbench/spbench.dtd old mode 100755 new mode 100644 diff --git a/bench/spbench/spbenchsolver.cpp b/bench/spbench/spbenchsolver.cpp old mode 100755 new mode 100644 diff --git a/bench/spbench/spbenchsolver.h b/bench/spbench/spbenchsolver.h old mode 100755 new mode 100644 diff --git a/bench/spbench/spbenchstyle.h b/bench/spbench/spbenchstyle.h old mode 100755 new mode 100644 diff --git a/bench/spbench/test_sparseLU.cpp b/bench/spbench/test_sparseLU.cpp old mode 100755 new mode 100644 diff --git a/bench/spmv.cpp b/bench/spmv.cpp old mode 100755 new mode 100644 diff --git a/bench/tensors/README b/bench/tensors/README old mode 100755 new mode 100644 diff --git a/bench/tensors/benchmark.h b/bench/tensors/benchmark.h old mode 100755 new mode 100644 diff --git a/bench/tensors/benchmark_main.cc b/bench/tensors/benchmark_main.cc old mode 100755 new mode 100644 diff --git a/bench/tensors/contraction_benchmarks_cpu.cc b/bench/tensors/contraction_benchmarks_cpu.cc old mode 100755 new mode 100644 diff --git a/bench/tensors/eigen_sycl_bench_contract.sh b/bench/tensors/eigen_sycl_bench_contract.sh old mode 100755 new mode 100644 diff --git a/bench/tensors/tensor_benchmarks.h b/bench/tensors/tensor_benchmarks.h old mode 100755 new mode 100644 diff --git a/bench/tensors/tensor_benchmarks_cpu.cc b/bench/tensors/tensor_benchmarks_cpu.cc old mode 100755 new mode 100644 diff --git a/bench/tensors/tensor_benchmarks_fp16_gpu.cu b/bench/tensors/tensor_benchmarks_fp16_gpu.cu old mode 100755 new mode 100644 diff --git a/bench/tensors/tensor_benchmarks_gpu.cu b/bench/tensors/tensor_benchmarks_gpu.cu old mode 100755 new mode 100644 diff --git a/bench/tensors/tensor_benchmarks_sycl.cc b/bench/tensors/tensor_benchmarks_sycl.cc old mode 100755 new mode 100644 diff --git a/bench/tensors/tensor_contract_sycl_bench.cc b/bench/tensors/tensor_contract_sycl_bench.cc old mode 100755 new mode 100644 diff --git a/bench/vdw_new.cpp b/bench/vdw_new.cpp old mode 100755 new mode 100644 diff --git a/blas/BandTriangularSolver.h b/blas/BandTriangularSolver.h old mode 100755 new mode 100644 diff --git a/blas/CMakeLists.txt b/blas/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/blas/GeneralRank1Update.h b/blas/GeneralRank1Update.h old mode 100755 new mode 100644 diff --git a/blas/PackedSelfadjointProduct.h b/blas/PackedSelfadjointProduct.h old mode 100755 new mode 100644 diff --git a/blas/PackedTriangularMatrixVector.h b/blas/PackedTriangularMatrixVector.h old mode 100755 new mode 100644 diff --git a/blas/PackedTriangularSolverVector.h b/blas/PackedTriangularSolverVector.h old mode 100755 new mode 100644 diff --git a/blas/README.txt b/blas/README.txt old mode 100755 new mode 100644 diff --git a/blas/Rank2Update.h b/blas/Rank2Update.h old mode 100755 new mode 100644 diff --git a/blas/common.h b/blas/common.h old mode 100755 new mode 100644 diff --git a/blas/complex_double.cpp b/blas/complex_double.cpp old mode 100755 new mode 100644 diff --git a/blas/complex_single.cpp b/blas/complex_single.cpp old mode 100755 new mode 100644 diff --git a/blas/double.cpp b/blas/double.cpp old mode 100755 new mode 100644 diff --git a/blas/f2c/chbmv.c b/blas/f2c/chbmv.c old mode 100755 new mode 100644 diff --git a/blas/f2c/chpmv.c b/blas/f2c/chpmv.c old mode 100755 new mode 100644 diff --git a/blas/f2c/complexdots.c b/blas/f2c/complexdots.c old mode 100755 new mode 100644 diff --git a/blas/f2c/ctbmv.c b/blas/f2c/ctbmv.c old mode 100755 new mode 100644 diff --git a/blas/f2c/d_cnjg.c b/blas/f2c/d_cnjg.c old mode 100755 new mode 100644 diff --git a/blas/f2c/datatypes.h b/blas/f2c/datatypes.h old mode 100755 new mode 100644 diff --git a/blas/f2c/drotm.c b/blas/f2c/drotm.c old mode 100755 new mode 100644 diff --git a/blas/f2c/drotmg.c b/blas/f2c/drotmg.c old mode 100755 new mode 100644 diff --git a/blas/f2c/dsbmv.c b/blas/f2c/dsbmv.c old mode 100755 new mode 100644 diff --git a/blas/f2c/dspmv.c b/blas/f2c/dspmv.c old mode 100755 new mode 100644 diff --git a/blas/f2c/dtbmv.c b/blas/f2c/dtbmv.c old mode 100755 new mode 100644 diff --git a/blas/f2c/lsame.c b/blas/f2c/lsame.c old mode 100755 new mode 100644 diff --git a/blas/f2c/r_cnjg.c b/blas/f2c/r_cnjg.c old mode 100755 new mode 100644 diff --git a/blas/f2c/srotm.c b/blas/f2c/srotm.c old mode 100755 new mode 100644 diff --git a/blas/f2c/srotmg.c b/blas/f2c/srotmg.c old mode 100755 new mode 100644 diff --git a/blas/f2c/ssbmv.c b/blas/f2c/ssbmv.c old mode 100755 new mode 100644 diff --git a/blas/f2c/sspmv.c b/blas/f2c/sspmv.c old mode 100755 new mode 100644 diff --git a/blas/f2c/stbmv.c b/blas/f2c/stbmv.c old mode 100755 new mode 100644 diff --git a/blas/f2c/zhbmv.c b/blas/f2c/zhbmv.c old mode 100755 new mode 100644 diff --git a/blas/f2c/zhpmv.c b/blas/f2c/zhpmv.c old mode 100755 new mode 100644 diff --git a/blas/f2c/ztbmv.c b/blas/f2c/ztbmv.c old mode 100755 new mode 100644 diff --git a/blas/fortran/complexdots.f b/blas/fortran/complexdots.f old mode 100755 new mode 100644 diff --git a/blas/level1_cplx_impl.h b/blas/level1_cplx_impl.h old mode 100755 new mode 100644 diff --git a/blas/level1_impl.h b/blas/level1_impl.h old mode 100755 new mode 100644 diff --git a/blas/level1_real_impl.h b/blas/level1_real_impl.h old mode 100755 new mode 100644 diff --git a/blas/level2_cplx_impl.h b/blas/level2_cplx_impl.h old mode 100755 new mode 100644 diff --git a/blas/level2_impl.h b/blas/level2_impl.h old mode 100755 new mode 100644 diff --git a/blas/level2_real_impl.h b/blas/level2_real_impl.h old mode 100755 new mode 100644 diff --git a/blas/level3_impl.h b/blas/level3_impl.h old mode 100755 new mode 100644 diff --git a/blas/single.cpp b/blas/single.cpp old mode 100755 new mode 100644 diff --git a/blas/testing/CMakeLists.txt b/blas/testing/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/blas/testing/cblat1.f b/blas/testing/cblat1.f old mode 100755 new mode 100644 diff --git a/blas/testing/cblat2.dat b/blas/testing/cblat2.dat old mode 100755 new mode 100644 diff --git a/blas/testing/cblat2.f b/blas/testing/cblat2.f old mode 100755 new mode 100644 diff --git a/blas/testing/cblat3.dat b/blas/testing/cblat3.dat old mode 100755 new mode 100644 diff --git a/blas/testing/cblat3.f b/blas/testing/cblat3.f old mode 100755 new mode 100644 diff --git a/blas/testing/dblat1.f b/blas/testing/dblat1.f old mode 100755 new mode 100644 diff --git a/blas/testing/dblat2.dat b/blas/testing/dblat2.dat old mode 100755 new mode 100644 diff --git a/blas/testing/dblat2.f b/blas/testing/dblat2.f old mode 100755 new mode 100644 diff --git a/blas/testing/dblat3.dat b/blas/testing/dblat3.dat old mode 100755 new mode 100644 diff --git a/blas/testing/dblat3.f b/blas/testing/dblat3.f old mode 100755 new mode 100644 diff --git a/blas/testing/sblat1.f b/blas/testing/sblat1.f old mode 100755 new mode 100644 diff --git a/blas/testing/sblat2.dat b/blas/testing/sblat2.dat old mode 100755 new mode 100644 diff --git a/blas/testing/sblat2.f b/blas/testing/sblat2.f old mode 100755 new mode 100644 diff --git a/blas/testing/sblat3.dat b/blas/testing/sblat3.dat old mode 100755 new mode 100644 diff --git a/blas/testing/sblat3.f b/blas/testing/sblat3.f old mode 100755 new mode 100644 diff --git a/blas/testing/zblat1.f b/blas/testing/zblat1.f old mode 100755 new mode 100644 diff --git a/blas/testing/zblat2.dat b/blas/testing/zblat2.dat old mode 100755 new mode 100644 diff --git a/blas/testing/zblat2.f b/blas/testing/zblat2.f old mode 100755 new mode 100644 diff --git a/blas/testing/zblat3.dat b/blas/testing/zblat3.dat old mode 100755 new mode 100644 diff --git a/blas/testing/zblat3.f b/blas/testing/zblat3.f old mode 100755 new mode 100644 diff --git a/blas/xerbla.cpp b/blas/xerbla.cpp old mode 100755 new mode 100644 diff --git a/ci/CTest2JUnit.xsl b/ci/CTest2JUnit.xsl old mode 100755 new mode 100644 diff --git a/ci/README.md b/ci/README.md old mode 100755 new mode 100644 diff --git a/ci/build.gitlab-ci.yml b/ci/build.gitlab-ci.yml old mode 100755 new mode 100644 diff --git a/ci/smoketests.gitlab-ci.yml b/ci/smoketests.gitlab-ci.yml old mode 100755 new mode 100644 diff --git a/ci/test.gitlab-ci.yml b/ci/test.gitlab-ci.yml old mode 100755 new mode 100644 diff --git a/cmake/ComputeCppCompilerChecks.cmake b/cmake/ComputeCppCompilerChecks.cmake old mode 100755 new mode 100644 diff --git a/cmake/ComputeCppIRMap.cmake b/cmake/ComputeCppIRMap.cmake old mode 100755 new mode 100644 diff --git a/cmake/Eigen3Config.cmake.in b/cmake/Eigen3Config.cmake.in old mode 100755 new mode 100644 diff --git a/cmake/Eigen3ConfigLegacy.cmake.in b/cmake/Eigen3ConfigLegacy.cmake.in old mode 100755 new mode 100644 diff --git a/cmake/EigenConfigureTesting.cmake b/cmake/EigenConfigureTesting.cmake old mode 100755 new mode 100644 diff --git a/cmake/EigenDetermineOSVersion.cmake b/cmake/EigenDetermineOSVersion.cmake old mode 100755 new mode 100644 diff --git a/cmake/EigenDetermineVSServicePack.cmake b/cmake/EigenDetermineVSServicePack.cmake old mode 100755 new mode 100644 diff --git a/cmake/EigenSmokeTestList.cmake b/cmake/EigenSmokeTestList.cmake old mode 100755 new mode 100644 diff --git a/cmake/EigenTesting.cmake b/cmake/EigenTesting.cmake old mode 100755 new mode 100644 diff --git a/cmake/EigenUninstall.cmake b/cmake/EigenUninstall.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindAdolc.cmake b/cmake/FindAdolc.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindBLAS.cmake b/cmake/FindBLAS.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindBLASEXT.cmake b/cmake/FindBLASEXT.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindCHOLMOD.cmake b/cmake/FindCHOLMOD.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindComputeCpp.cmake b/cmake/FindComputeCpp.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindEigen2.cmake b/cmake/FindEigen2.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindEigen3.cmake b/cmake/FindEigen3.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindFFTW.cmake b/cmake/FindFFTW.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindGLEW.cmake b/cmake/FindGLEW.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindGMP.cmake b/cmake/FindGMP.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindGSL.cmake b/cmake/FindGSL.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindGoogleHash.cmake b/cmake/FindGoogleHash.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindHWLOC.cmake b/cmake/FindHWLOC.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindKLU.cmake b/cmake/FindKLU.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindLAPACK.cmake b/cmake/FindLAPACK.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindMPFR.cmake b/cmake/FindMPFR.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindMPREAL.cmake b/cmake/FindMPREAL.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindMetis.cmake b/cmake/FindMetis.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindPASTIX.cmake b/cmake/FindPASTIX.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindPTSCOTCH.cmake b/cmake/FindPTSCOTCH.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindSCOTCH.cmake b/cmake/FindSCOTCH.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindSPQR.cmake b/cmake/FindSPQR.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindStandardMathLibrary.cmake b/cmake/FindStandardMathLibrary.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindSuperLU.cmake b/cmake/FindSuperLU.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindTriSYCL.cmake b/cmake/FindTriSYCL.cmake old mode 100755 new mode 100644 diff --git a/cmake/FindUMFPACK.cmake b/cmake/FindUMFPACK.cmake old mode 100755 new mode 100644 diff --git a/cmake/RegexUtils.cmake b/cmake/RegexUtils.cmake old mode 100755 new mode 100644 diff --git a/cmake/UseEigen3.cmake b/cmake/UseEigen3.cmake old mode 100755 new mode 100644 diff --git a/debug/gdb/__init__.py b/debug/gdb/__init__.py old mode 100755 new mode 100644 diff --git a/debug/gdb/printers.py b/debug/gdb/printers.py old mode 100755 new mode 100644 diff --git a/debug/msvc/eigen.natvis b/debug/msvc/eigen.natvis old mode 100755 new mode 100644 diff --git a/debug/msvc/eigen_autoexp_part.dat b/debug/msvc/eigen_autoexp_part.dat old mode 100755 new mode 100644 diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/demos/mandelbrot/CMakeLists.txt b/demos/mandelbrot/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/demos/mandelbrot/README b/demos/mandelbrot/README old mode 100755 new mode 100644 diff --git a/demos/mandelbrot/mandelbrot.cpp b/demos/mandelbrot/mandelbrot.cpp old mode 100755 new mode 100644 diff --git a/demos/mandelbrot/mandelbrot.h b/demos/mandelbrot/mandelbrot.h old mode 100755 new mode 100644 diff --git a/demos/mix_eigen_and_c/README b/demos/mix_eigen_and_c/README old mode 100755 new mode 100644 diff --git a/demos/mix_eigen_and_c/binary_library.cpp b/demos/mix_eigen_and_c/binary_library.cpp old mode 100755 new mode 100644 diff --git a/demos/mix_eigen_and_c/binary_library.h b/demos/mix_eigen_and_c/binary_library.h old mode 100755 new mode 100644 diff --git a/demos/mix_eigen_and_c/example.c b/demos/mix_eigen_and_c/example.c old mode 100755 new mode 100644 diff --git a/demos/opengl/CMakeLists.txt b/demos/opengl/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/demos/opengl/README b/demos/opengl/README old mode 100755 new mode 100644 diff --git a/demos/opengl/camera.cpp b/demos/opengl/camera.cpp old mode 100755 new mode 100644 diff --git a/demos/opengl/camera.h b/demos/opengl/camera.h old mode 100755 new mode 100644 diff --git a/demos/opengl/gpuhelper.cpp b/demos/opengl/gpuhelper.cpp old mode 100755 new mode 100644 diff --git a/demos/opengl/gpuhelper.h b/demos/opengl/gpuhelper.h old mode 100755 new mode 100644 diff --git a/demos/opengl/icosphere.cpp b/demos/opengl/icosphere.cpp old mode 100755 new mode 100644 diff --git a/demos/opengl/icosphere.h b/demos/opengl/icosphere.h old mode 100755 new mode 100644 diff --git a/demos/opengl/quaternion_demo.cpp b/demos/opengl/quaternion_demo.cpp old mode 100755 new mode 100644 diff --git a/demos/opengl/quaternion_demo.h b/demos/opengl/quaternion_demo.h old mode 100755 new mode 100644 diff --git a/demos/opengl/trackball.cpp b/demos/opengl/trackball.cpp old mode 100755 new mode 100644 diff --git a/demos/opengl/trackball.h b/demos/opengl/trackball.h old mode 100755 new mode 100644 diff --git a/doc/AsciiQuickReference.txt b/doc/AsciiQuickReference.txt old mode 100755 new mode 100644 diff --git a/doc/B01_Experimental.dox b/doc/B01_Experimental.dox old mode 100755 new mode 100644 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/doc/ClassHierarchy.dox b/doc/ClassHierarchy.dox old mode 100755 new mode 100644 diff --git a/doc/CoeffwiseMathFunctionsTable.dox b/doc/CoeffwiseMathFunctionsTable.dox old mode 100755 new mode 100644 diff --git a/doc/CustomizingEigen_CustomScalar.dox b/doc/CustomizingEigen_CustomScalar.dox old mode 100755 new mode 100644 diff --git a/doc/CustomizingEigen_InheritingMatrix.dox b/doc/CustomizingEigen_InheritingMatrix.dox old mode 100755 new mode 100644 diff --git a/doc/CustomizingEigen_NullaryExpr.dox b/doc/CustomizingEigen_NullaryExpr.dox old mode 100755 new mode 100644 diff --git a/doc/CustomizingEigen_Plugins.dox b/doc/CustomizingEigen_Plugins.dox old mode 100755 new mode 100644 diff --git a/doc/DenseDecompositionBenchmark.dox b/doc/DenseDecompositionBenchmark.dox old mode 100755 new mode 100644 diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in old mode 100755 new mode 100644 diff --git a/doc/Eigen_Silly_Professor_64x64.png b/doc/Eigen_Silly_Professor_64x64.png old mode 100755 new mode 100644 diff --git a/doc/FixedSizeVectorizable.dox b/doc/FixedSizeVectorizable.dox old mode 100755 new mode 100644 diff --git a/doc/FunctionsTakingEigenTypes.dox b/doc/FunctionsTakingEigenTypes.dox old mode 100755 new mode 100644 diff --git a/doc/HiPerformance.dox b/doc/HiPerformance.dox old mode 100755 new mode 100644 diff --git a/doc/InplaceDecomposition.dox b/doc/InplaceDecomposition.dox old mode 100755 new mode 100644 diff --git a/doc/InsideEigenExample.dox b/doc/InsideEigenExample.dox old mode 100755 new mode 100644 diff --git a/doc/LeastSquares.dox b/doc/LeastSquares.dox old mode 100755 new mode 100644 diff --git a/doc/Manual.dox b/doc/Manual.dox old mode 100755 new mode 100644 diff --git a/doc/MatrixfreeSolverExample.dox b/doc/MatrixfreeSolverExample.dox old mode 100755 new mode 100644 diff --git a/doc/NewExpressionType.dox b/doc/NewExpressionType.dox old mode 100755 new mode 100644 diff --git a/doc/Overview.dox b/doc/Overview.dox old mode 100755 new mode 100644 diff --git a/doc/PassingByValue.dox b/doc/PassingByValue.dox old mode 100755 new mode 100644 diff --git a/doc/Pitfalls.dox b/doc/Pitfalls.dox old mode 100755 new mode 100644 diff --git a/doc/PreprocessorDirectives.dox b/doc/PreprocessorDirectives.dox old mode 100755 new mode 100644 diff --git a/doc/QuickReference.dox b/doc/QuickReference.dox old mode 100755 new mode 100644 diff --git a/doc/QuickStartGuide.dox b/doc/QuickStartGuide.dox old mode 100755 new mode 100644 diff --git a/doc/SparseLinearSystems.dox b/doc/SparseLinearSystems.dox old mode 100755 new mode 100644 diff --git a/doc/SparseQuickReference.dox b/doc/SparseQuickReference.dox old mode 100755 new mode 100644 diff --git a/doc/StlContainers.dox b/doc/StlContainers.dox old mode 100755 new mode 100644 diff --git a/doc/StorageOrders.dox b/doc/StorageOrders.dox old mode 100755 new mode 100644 diff --git a/doc/StructHavingEigenMembers.dox b/doc/StructHavingEigenMembers.dox old mode 100755 new mode 100644 diff --git a/doc/TemplateKeyword.dox b/doc/TemplateKeyword.dox old mode 100755 new mode 100644 diff --git a/doc/TopicAliasing.dox b/doc/TopicAliasing.dox old mode 100755 new mode 100644 diff --git a/doc/TopicAssertions.dox b/doc/TopicAssertions.dox old mode 100755 new mode 100644 diff --git a/doc/TopicCMakeGuide.dox b/doc/TopicCMakeGuide.dox old mode 100755 new mode 100644 diff --git a/doc/TopicEigenExpressionTemplates.dox b/doc/TopicEigenExpressionTemplates.dox old mode 100755 new mode 100644 diff --git a/doc/TopicLazyEvaluation.dox b/doc/TopicLazyEvaluation.dox old mode 100755 new mode 100644 diff --git a/doc/TopicLinearAlgebraDecompositions.dox b/doc/TopicLinearAlgebraDecompositions.dox old mode 100755 new mode 100644 diff --git a/doc/TopicMultithreading.dox b/doc/TopicMultithreading.dox old mode 100755 new mode 100644 diff --git a/doc/TopicResizing.dox b/doc/TopicResizing.dox old mode 100755 new mode 100644 diff --git a/doc/TopicScalarTypes.dox b/doc/TopicScalarTypes.dox old mode 100755 new mode 100644 diff --git a/doc/TopicVectorization.dox b/doc/TopicVectorization.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialAdvancedInitialization.dox b/doc/TutorialAdvancedInitialization.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialArrayClass.dox b/doc/TutorialArrayClass.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialBlockOperations.dox b/doc/TutorialBlockOperations.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialGeometry.dox b/doc/TutorialGeometry.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialLinearAlgebra.dox b/doc/TutorialLinearAlgebra.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialMapClass.dox b/doc/TutorialMapClass.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialMatrixArithmetic.dox b/doc/TutorialMatrixArithmetic.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialMatrixClass.dox b/doc/TutorialMatrixClass.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialReductionsVisitorsBroadcasting.dox b/doc/TutorialReductionsVisitorsBroadcasting.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialReshape.dox b/doc/TutorialReshape.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialSTL.dox b/doc/TutorialSTL.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialSlicingIndexing.dox b/doc/TutorialSlicingIndexing.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialSparse.dox b/doc/TutorialSparse.dox old mode 100755 new mode 100644 diff --git a/doc/TutorialSparse_example_details.dox b/doc/TutorialSparse_example_details.dox old mode 100755 new mode 100644 diff --git a/doc/UnalignedArrayAssert.dox b/doc/UnalignedArrayAssert.dox old mode 100755 new mode 100644 diff --git a/doc/UsingBlasLapackBackends.dox b/doc/UsingBlasLapackBackends.dox old mode 100755 new mode 100644 diff --git a/doc/UsingIntelMKL.dox b/doc/UsingIntelMKL.dox old mode 100755 new mode 100644 diff --git a/doc/UsingNVCC.dox b/doc/UsingNVCC.dox old mode 100755 new mode 100644 diff --git a/doc/WrongStackAlignment.dox b/doc/WrongStackAlignment.dox old mode 100755 new mode 100644 diff --git a/doc/eigen_navtree_hacks.js b/doc/eigen_navtree_hacks.js old mode 100755 new mode 100644 diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css old mode 100755 new mode 100644 diff --git a/doc/eigendoxy_footer.html.in b/doc/eigendoxy_footer.html.in old mode 100755 new mode 100644 diff --git a/doc/eigendoxy_header.html.in b/doc/eigendoxy_header.html.in old mode 100755 new mode 100644 diff --git a/doc/eigendoxy_layout.xml.in b/doc/eigendoxy_layout.xml.in old mode 100755 new mode 100644 diff --git a/doc/eigendoxy_tabs.css b/doc/eigendoxy_tabs.css old mode 100755 new mode 100644 diff --git a/doc/examples/.krazy b/doc/examples/.krazy old mode 100755 new mode 100644 diff --git a/doc/examples/CMakeLists.txt b/doc/examples/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/doc/examples/CustomizingEigen_Inheritance.cpp b/doc/examples/CustomizingEigen_Inheritance.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Cwise_erf.cpp b/doc/examples/Cwise_erf.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Cwise_erfc.cpp b/doc/examples/Cwise_erfc.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Cwise_lgamma.cpp b/doc/examples/Cwise_lgamma.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/DenseBase_middleCols_int.cpp b/doc/examples/DenseBase_middleCols_int.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/DenseBase_middleRows_int.cpp b/doc/examples/DenseBase_middleRows_int.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/DenseBase_template_int_middleCols.cpp b/doc/examples/DenseBase_template_int_middleCols.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/DenseBase_template_int_middleRows.cpp b/doc/examples/DenseBase_template_int_middleRows.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/QuickStart_example.cpp b/doc/examples/QuickStart_example.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/QuickStart_example2_dynamic.cpp b/doc/examples/QuickStart_example2_dynamic.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/QuickStart_example2_fixed.cpp b/doc/examples/QuickStart_example2_fixed.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/TemplateKeyword_flexible.cpp b/doc/examples/TemplateKeyword_flexible.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/TemplateKeyword_simple.cpp b/doc/examples/TemplateKeyword_simple.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/TutorialInplaceLU.cpp b/doc/examples/TutorialInplaceLU.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/TutorialLinAlgComputeTwice.cpp b/doc/examples/TutorialLinAlgComputeTwice.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/TutorialLinAlgExComputeSolveError.cpp b/doc/examples/TutorialLinAlgExComputeSolveError.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/TutorialLinAlgExSolveColPivHouseholderQR.cpp b/doc/examples/TutorialLinAlgExSolveColPivHouseholderQR.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/TutorialLinAlgExSolveLDLT.cpp b/doc/examples/TutorialLinAlgExSolveLDLT.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/TutorialLinAlgInverseDeterminant.cpp b/doc/examples/TutorialLinAlgInverseDeterminant.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/TutorialLinAlgRankRevealing.cpp b/doc/examples/TutorialLinAlgRankRevealing.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/TutorialLinAlgSVDSolve.cpp b/doc/examples/TutorialLinAlgSVDSolve.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/TutorialLinAlgSelfAdjointEigenSolver.cpp b/doc/examples/TutorialLinAlgSelfAdjointEigenSolver.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/TutorialLinAlgSetThreshold.cpp b/doc/examples/TutorialLinAlgSetThreshold.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ArrayClass_accessors.cpp b/doc/examples/Tutorial_ArrayClass_accessors.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ArrayClass_addition.cpp b/doc/examples/Tutorial_ArrayClass_addition.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ArrayClass_cwise_other.cpp b/doc/examples/Tutorial_ArrayClass_cwise_other.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ArrayClass_interop.cpp b/doc/examples/Tutorial_ArrayClass_interop.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ArrayClass_interop_matrix.cpp b/doc/examples/Tutorial_ArrayClass_interop_matrix.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ArrayClass_mult.cpp b/doc/examples/Tutorial_ArrayClass_mult.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_BlockOperations_block_assignment.cpp b/doc/examples/Tutorial_BlockOperations_block_assignment.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_BlockOperations_colrow.cpp b/doc/examples/Tutorial_BlockOperations_colrow.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_BlockOperations_corner.cpp b/doc/examples/Tutorial_BlockOperations_corner.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_BlockOperations_print_block.cpp b/doc/examples/Tutorial_BlockOperations_print_block.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_BlockOperations_vector.cpp b/doc/examples/Tutorial_BlockOperations_vector.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_PartialLU_solve.cpp b/doc/examples/Tutorial_PartialLU_solve.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp b/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp b/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp b/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp b/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp b/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_bool.cpp b/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_bool.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp b/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_operatornorm.cpp b/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_operatornorm.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp b/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp b/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_simple_example_dynamic_size.cpp b/doc/examples/Tutorial_simple_example_dynamic_size.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/Tutorial_simple_example_fixed_size.cpp b/doc/examples/Tutorial_simple_example_fixed_size.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/class_Block.cpp b/doc/examples/class_Block.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/class_CwiseBinaryOp.cpp b/doc/examples/class_CwiseBinaryOp.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/class_CwiseUnaryOp.cpp b/doc/examples/class_CwiseUnaryOp.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/class_CwiseUnaryOp_ptrfun.cpp b/doc/examples/class_CwiseUnaryOp_ptrfun.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/class_FixedBlock.cpp b/doc/examples/class_FixedBlock.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/class_FixedReshaped.cpp b/doc/examples/class_FixedReshaped.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/class_FixedVectorBlock.cpp b/doc/examples/class_FixedVectorBlock.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/class_Reshaped.cpp b/doc/examples/class_Reshaped.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/class_VectorBlock.cpp b/doc/examples/class_VectorBlock.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/function_taking_eigenbase.cpp b/doc/examples/function_taking_eigenbase.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/function_taking_ref.cpp b/doc/examples/function_taking_ref.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/make_circulant.cpp b/doc/examples/make_circulant.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/make_circulant.cpp.entry b/doc/examples/make_circulant.cpp.entry old mode 100755 new mode 100644 diff --git a/doc/examples/make_circulant.cpp.evaluator b/doc/examples/make_circulant.cpp.evaluator old mode 100755 new mode 100644 diff --git a/doc/examples/make_circulant.cpp.expression b/doc/examples/make_circulant.cpp.expression old mode 100755 new mode 100644 diff --git a/doc/examples/make_circulant.cpp.main b/doc/examples/make_circulant.cpp.main old mode 100755 new mode 100644 diff --git a/doc/examples/make_circulant.cpp.preamble b/doc/examples/make_circulant.cpp.preamble old mode 100755 new mode 100644 diff --git a/doc/examples/make_circulant.cpp.traits b/doc/examples/make_circulant.cpp.traits old mode 100755 new mode 100644 diff --git a/doc/examples/make_circulant2.cpp b/doc/examples/make_circulant2.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/matrixfree_cg.cpp b/doc/examples/matrixfree_cg.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/nullary_indexing.cpp b/doc/examples/nullary_indexing.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/tut_arithmetic_add_sub.cpp b/doc/examples/tut_arithmetic_add_sub.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/tut_arithmetic_dot_cross.cpp b/doc/examples/tut_arithmetic_dot_cross.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/tut_arithmetic_matrix_mul.cpp b/doc/examples/tut_arithmetic_matrix_mul.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/tut_arithmetic_redux_basic.cpp b/doc/examples/tut_arithmetic_redux_basic.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/tut_arithmetic_scalar_mul_div.cpp b/doc/examples/tut_arithmetic_scalar_mul_div.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/tut_matrix_coefficient_accessors.cpp b/doc/examples/tut_matrix_coefficient_accessors.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/tut_matrix_resize.cpp b/doc/examples/tut_matrix_resize.cpp old mode 100755 new mode 100644 diff --git a/doc/examples/tut_matrix_resize_fixed_size.cpp b/doc/examples/tut_matrix_resize_fixed_size.cpp old mode 100755 new mode 100644 diff --git a/doc/ftv2node.png b/doc/ftv2node.png old mode 100755 new mode 100644 diff --git a/doc/ftv2pnode.png b/doc/ftv2pnode.png old mode 100755 new mode 100644 diff --git a/doc/snippets/.krazy b/doc/snippets/.krazy old mode 100755 new mode 100644 diff --git a/doc/snippets/AngleAxis_mimic_euler.cpp b/doc/snippets/AngleAxis_mimic_euler.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Array_initializer_list_23_cxx11.cpp b/doc/snippets/Array_initializer_list_23_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Array_initializer_list_vector_cxx11.cpp b/doc/snippets/Array_initializer_list_vector_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Array_variadic_ctor_cxx11.cpp b/doc/snippets/Array_variadic_ctor_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/BiCGSTAB_simple.cpp b/doc/snippets/BiCGSTAB_simple.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/BiCGSTAB_step_by_step.cpp b/doc/snippets/BiCGSTAB_step_by_step.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/CMakeLists.txt b/doc/snippets/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/doc/snippets/ColPivHouseholderQR_solve.cpp b/doc/snippets/ColPivHouseholderQR_solve.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/ComplexEigenSolver_compute.cpp b/doc/snippets/ComplexEigenSolver_compute.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/ComplexEigenSolver_eigenvalues.cpp b/doc/snippets/ComplexEigenSolver_eigenvalues.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/ComplexEigenSolver_eigenvectors.cpp b/doc/snippets/ComplexEigenSolver_eigenvectors.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/ComplexSchur_compute.cpp b/doc/snippets/ComplexSchur_compute.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/ComplexSchur_matrixT.cpp b/doc/snippets/ComplexSchur_matrixT.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/ComplexSchur_matrixU.cpp b/doc/snippets/ComplexSchur_matrixU.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_abs.cpp b/doc/snippets/Cwise_abs.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_abs2.cpp b/doc/snippets/Cwise_abs2.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_acos.cpp b/doc/snippets/Cwise_acos.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_arg.cpp b/doc/snippets/Cwise_arg.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_array_power_array.cpp b/doc/snippets/Cwise_array_power_array.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_asin.cpp b/doc/snippets/Cwise_asin.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_atan.cpp b/doc/snippets/Cwise_atan.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_boolean_and.cpp b/doc/snippets/Cwise_boolean_and.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_boolean_not.cpp b/doc/snippets/Cwise_boolean_not.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_boolean_or.cpp b/doc/snippets/Cwise_boolean_or.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_boolean_xor.cpp b/doc/snippets/Cwise_boolean_xor.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_ceil.cpp b/doc/snippets/Cwise_ceil.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_cos.cpp b/doc/snippets/Cwise_cos.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_cosh.cpp b/doc/snippets/Cwise_cosh.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_cube.cpp b/doc/snippets/Cwise_cube.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_equal_equal.cpp b/doc/snippets/Cwise_equal_equal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_exp.cpp b/doc/snippets/Cwise_exp.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_floor.cpp b/doc/snippets/Cwise_floor.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_greater.cpp b/doc/snippets/Cwise_greater.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_greater_equal.cpp b/doc/snippets/Cwise_greater_equal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_inverse.cpp b/doc/snippets/Cwise_inverse.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_isFinite.cpp b/doc/snippets/Cwise_isFinite.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_isInf.cpp b/doc/snippets/Cwise_isInf.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_isNaN.cpp b/doc/snippets/Cwise_isNaN.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_less.cpp b/doc/snippets/Cwise_less.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_less_equal.cpp b/doc/snippets/Cwise_less_equal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_log.cpp b/doc/snippets/Cwise_log.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_log10.cpp b/doc/snippets/Cwise_log10.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_max.cpp b/doc/snippets/Cwise_max.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_min.cpp b/doc/snippets/Cwise_min.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_minus.cpp b/doc/snippets/Cwise_minus.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_minus_equal.cpp b/doc/snippets/Cwise_minus_equal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_not_equal.cpp b/doc/snippets/Cwise_not_equal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_plus.cpp b/doc/snippets/Cwise_plus.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_plus_equal.cpp b/doc/snippets/Cwise_plus_equal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_pow.cpp b/doc/snippets/Cwise_pow.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_product.cpp b/doc/snippets/Cwise_product.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_quotient.cpp b/doc/snippets/Cwise_quotient.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_rint.cpp b/doc/snippets/Cwise_rint.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_round.cpp b/doc/snippets/Cwise_round.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_scalar_power_array.cpp b/doc/snippets/Cwise_scalar_power_array.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_sign.cpp b/doc/snippets/Cwise_sign.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_sin.cpp b/doc/snippets/Cwise_sin.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_sinh.cpp b/doc/snippets/Cwise_sinh.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_slash_equal.cpp b/doc/snippets/Cwise_slash_equal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_sqrt.cpp b/doc/snippets/Cwise_sqrt.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_square.cpp b/doc/snippets/Cwise_square.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_tan.cpp b/doc/snippets/Cwise_tan.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_tanh.cpp b/doc/snippets/Cwise_tanh.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Cwise_times_equal.cpp b/doc/snippets/Cwise_times_equal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/DenseBase_LinSpaced.cpp b/doc/snippets/DenseBase_LinSpaced.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/DenseBase_LinSpacedInt.cpp b/doc/snippets/DenseBase_LinSpacedInt.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/DenseBase_LinSpaced_seq_deprecated.cpp b/doc/snippets/DenseBase_LinSpaced_seq_deprecated.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/DenseBase_setLinSpaced.cpp b/doc/snippets/DenseBase_setLinSpaced.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/DirectionWise_hnormalized.cpp b/doc/snippets/DirectionWise_hnormalized.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/DirectionWise_replicate.cpp b/doc/snippets/DirectionWise_replicate.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/DirectionWise_replicate_int.cpp b/doc/snippets/DirectionWise_replicate_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/EigenSolver_EigenSolver_MatrixType.cpp b/doc/snippets/EigenSolver_EigenSolver_MatrixType.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/EigenSolver_compute.cpp b/doc/snippets/EigenSolver_compute.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/EigenSolver_eigenvalues.cpp b/doc/snippets/EigenSolver_eigenvalues.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/EigenSolver_eigenvectors.cpp b/doc/snippets/EigenSolver_eigenvectors.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/EigenSolver_pseudoEigenvectors.cpp b/doc/snippets/EigenSolver_pseudoEigenvectors.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/FullPivHouseholderQR_solve.cpp b/doc/snippets/FullPivHouseholderQR_solve.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/FullPivLU_image.cpp b/doc/snippets/FullPivLU_image.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/FullPivLU_kernel.cpp b/doc/snippets/FullPivLU_kernel.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/FullPivLU_solve.cpp b/doc/snippets/FullPivLU_solve.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/GeneralizedEigenSolver.cpp b/doc/snippets/GeneralizedEigenSolver.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/HessenbergDecomposition_compute.cpp b/doc/snippets/HessenbergDecomposition_compute.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/HessenbergDecomposition_matrixH.cpp b/doc/snippets/HessenbergDecomposition_matrixH.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/HessenbergDecomposition_packedMatrix.cpp b/doc/snippets/HessenbergDecomposition_packedMatrix.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/HouseholderQR_householderQ.cpp b/doc/snippets/HouseholderQR_householderQ.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/HouseholderQR_solve.cpp b/doc/snippets/HouseholderQR_solve.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/HouseholderSequence_HouseholderSequence.cpp b/doc/snippets/HouseholderSequence_HouseholderSequence.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/IOFormat.cpp b/doc/snippets/IOFormat.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/JacobiSVD_basic.cpp b/doc/snippets/JacobiSVD_basic.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Jacobi_makeGivens.cpp b/doc/snippets/Jacobi_makeGivens.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Jacobi_makeJacobi.cpp b/doc/snippets/Jacobi_makeJacobi.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/LLT_example.cpp b/doc/snippets/LLT_example.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/LLT_solve.cpp b/doc/snippets/LLT_solve.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/LeastSquaresNormalEquations.cpp b/doc/snippets/LeastSquaresNormalEquations.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/LeastSquaresQR.cpp b/doc/snippets/LeastSquaresQR.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Map_general_stride.cpp b/doc/snippets/Map_general_stride.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Map_inner_stride.cpp b/doc/snippets/Map_inner_stride.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Map_outer_stride.cpp b/doc/snippets/Map_outer_stride.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Map_placement_new.cpp b/doc/snippets/Map_placement_new.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Map_simple.cpp b/doc/snippets/Map_simple.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_adjoint.cpp b/doc/snippets/MatrixBase_adjoint.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_all.cpp b/doc/snippets/MatrixBase_all.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_applyOnTheLeft.cpp b/doc/snippets/MatrixBase_applyOnTheLeft.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_applyOnTheRight.cpp b/doc/snippets/MatrixBase_applyOnTheRight.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_array.cpp b/doc/snippets/MatrixBase_array.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_array_const.cpp b/doc/snippets/MatrixBase_array_const.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_asDiagonal.cpp b/doc/snippets/MatrixBase_asDiagonal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_block_int_int.cpp b/doc/snippets/MatrixBase_block_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_block_int_int_int_int.cpp b/doc/snippets/MatrixBase_block_int_int_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_bottomLeftCorner_int_int.cpp b/doc/snippets/MatrixBase_bottomLeftCorner_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_bottomRightCorner_int_int.cpp b/doc/snippets/MatrixBase_bottomRightCorner_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_bottomRows_int.cpp b/doc/snippets/MatrixBase_bottomRows_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cast.cpp b/doc/snippets/MatrixBase_cast.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_col.cpp b/doc/snippets/MatrixBase_col.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_colwise.cpp b/doc/snippets/MatrixBase_colwise.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_colwise_iterator_cxx11.cpp b/doc/snippets/MatrixBase_colwise_iterator_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_computeInverseAndDetWithCheck.cpp b/doc/snippets/MatrixBase_computeInverseAndDetWithCheck.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_computeInverseWithCheck.cpp b/doc/snippets/MatrixBase_computeInverseWithCheck.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cwiseAbs.cpp b/doc/snippets/MatrixBase_cwiseAbs.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cwiseAbs2.cpp b/doc/snippets/MatrixBase_cwiseAbs2.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cwiseArg.cpp b/doc/snippets/MatrixBase_cwiseArg.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cwiseEqual.cpp b/doc/snippets/MatrixBase_cwiseEqual.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cwiseInverse.cpp b/doc/snippets/MatrixBase_cwiseInverse.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cwiseMax.cpp b/doc/snippets/MatrixBase_cwiseMax.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cwiseMin.cpp b/doc/snippets/MatrixBase_cwiseMin.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cwiseNotEqual.cpp b/doc/snippets/MatrixBase_cwiseNotEqual.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cwiseProduct.cpp b/doc/snippets/MatrixBase_cwiseProduct.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cwiseQuotient.cpp b/doc/snippets/MatrixBase_cwiseQuotient.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cwiseSign.cpp b/doc/snippets/MatrixBase_cwiseSign.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_cwiseSqrt.cpp b/doc/snippets/MatrixBase_cwiseSqrt.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_diagonal.cpp b/doc/snippets/MatrixBase_diagonal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_diagonal_int.cpp b/doc/snippets/MatrixBase_diagonal_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_diagonal_template_int.cpp b/doc/snippets/MatrixBase_diagonal_template_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_eigenvalues.cpp b/doc/snippets/MatrixBase_eigenvalues.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_end_int.cpp b/doc/snippets/MatrixBase_end_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_eval.cpp b/doc/snippets/MatrixBase_eval.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_fixedBlock_int_int.cpp b/doc/snippets/MatrixBase_fixedBlock_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_hnormalized.cpp b/doc/snippets/MatrixBase_hnormalized.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_homogeneous.cpp b/doc/snippets/MatrixBase_homogeneous.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_identity.cpp b/doc/snippets/MatrixBase_identity.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_identity_int_int.cpp b/doc/snippets/MatrixBase_identity_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_inverse.cpp b/doc/snippets/MatrixBase_inverse.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_isDiagonal.cpp b/doc/snippets/MatrixBase_isDiagonal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_isIdentity.cpp b/doc/snippets/MatrixBase_isIdentity.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_isOnes.cpp b/doc/snippets/MatrixBase_isOnes.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_isOrthogonal.cpp b/doc/snippets/MatrixBase_isOrthogonal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_isUnitary.cpp b/doc/snippets/MatrixBase_isUnitary.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_isZero.cpp b/doc/snippets/MatrixBase_isZero.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_leftCols_int.cpp b/doc/snippets/MatrixBase_leftCols_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_noalias.cpp b/doc/snippets/MatrixBase_noalias.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_ones.cpp b/doc/snippets/MatrixBase_ones.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_ones_int.cpp b/doc/snippets/MatrixBase_ones_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_ones_int_int.cpp b/doc/snippets/MatrixBase_ones_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_operatorNorm.cpp b/doc/snippets/MatrixBase_operatorNorm.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_prod.cpp b/doc/snippets/MatrixBase_prod.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_random.cpp b/doc/snippets/MatrixBase_random.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_random_int.cpp b/doc/snippets/MatrixBase_random_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_random_int_int.cpp b/doc/snippets/MatrixBase_random_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_replicate.cpp b/doc/snippets/MatrixBase_replicate.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_replicate_int_int.cpp b/doc/snippets/MatrixBase_replicate_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_reshaped_auto.cpp b/doc/snippets/MatrixBase_reshaped_auto.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_reshaped_fixed.cpp b/doc/snippets/MatrixBase_reshaped_fixed.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_reshaped_int_int.cpp b/doc/snippets/MatrixBase_reshaped_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_reshaped_to_vector.cpp b/doc/snippets/MatrixBase_reshaped_to_vector.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_reverse.cpp b/doc/snippets/MatrixBase_reverse.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_rightCols_int.cpp b/doc/snippets/MatrixBase_rightCols_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_row.cpp b/doc/snippets/MatrixBase_row.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_rowwise.cpp b/doc/snippets/MatrixBase_rowwise.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_segment_int_int.cpp b/doc/snippets/MatrixBase_segment_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_select.cpp b/doc/snippets/MatrixBase_select.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_selfadjointView.cpp b/doc/snippets/MatrixBase_selfadjointView.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_set.cpp b/doc/snippets/MatrixBase_set.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_setIdentity.cpp b/doc/snippets/MatrixBase_setIdentity.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_setOnes.cpp b/doc/snippets/MatrixBase_setOnes.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_setRandom.cpp b/doc/snippets/MatrixBase_setRandom.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_setZero.cpp b/doc/snippets/MatrixBase_setZero.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_start_int.cpp b/doc/snippets/MatrixBase_start_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_bottomRows.cpp b/doc/snippets/MatrixBase_template_int_bottomRows.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_end.cpp b/doc/snippets/MatrixBase_template_int_end.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_int_block_int_int_int_int.cpp b/doc/snippets/MatrixBase_template_int_int_block_int_int_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_int_bottomLeftCorner.cpp b/doc/snippets/MatrixBase_template_int_int_bottomLeftCorner.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_int_bottomLeftCorner_int_int.cpp b/doc/snippets/MatrixBase_template_int_int_bottomLeftCorner_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_int_bottomRightCorner.cpp b/doc/snippets/MatrixBase_template_int_int_bottomRightCorner.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_int_bottomRightCorner_int_int.cpp b/doc/snippets/MatrixBase_template_int_int_bottomRightCorner_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_int_topLeftCorner.cpp b/doc/snippets/MatrixBase_template_int_int_topLeftCorner.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_int_topLeftCorner_int_int.cpp b/doc/snippets/MatrixBase_template_int_int_topLeftCorner_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_int_topRightCorner.cpp b/doc/snippets/MatrixBase_template_int_int_topRightCorner.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_int_topRightCorner_int_int.cpp b/doc/snippets/MatrixBase_template_int_int_topRightCorner_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_leftCols.cpp b/doc/snippets/MatrixBase_template_int_leftCols.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_rightCols.cpp b/doc/snippets/MatrixBase_template_int_rightCols.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_segment.cpp b/doc/snippets/MatrixBase_template_int_segment.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_start.cpp b/doc/snippets/MatrixBase_template_int_start.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_template_int_topRows.cpp b/doc/snippets/MatrixBase_template_int_topRows.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_topLeftCorner_int_int.cpp b/doc/snippets/MatrixBase_topLeftCorner_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_topRightCorner_int_int.cpp b/doc/snippets/MatrixBase_topRightCorner_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_topRows_int.cpp b/doc/snippets/MatrixBase_topRows_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_transpose.cpp b/doc/snippets/MatrixBase_transpose.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_triangularView.cpp b/doc/snippets/MatrixBase_triangularView.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_zero.cpp b/doc/snippets/MatrixBase_zero.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_zero_int.cpp b/doc/snippets/MatrixBase_zero_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/MatrixBase_zero_int_int.cpp b/doc/snippets/MatrixBase_zero_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_Map_stride.cpp b/doc/snippets/Matrix_Map_stride.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_initializer_list_23_cxx11.cpp b/doc/snippets/Matrix_initializer_list_23_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_initializer_list_vector_cxx11.cpp b/doc/snippets/Matrix_initializer_list_vector_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_resize_NoChange_int.cpp b/doc/snippets/Matrix_resize_NoChange_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_resize_int.cpp b/doc/snippets/Matrix_resize_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_resize_int_NoChange.cpp b/doc/snippets/Matrix_resize_int_NoChange.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_resize_int_int.cpp b/doc/snippets/Matrix_resize_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_setConstant_int.cpp b/doc/snippets/Matrix_setConstant_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_setConstant_int_int.cpp b/doc/snippets/Matrix_setConstant_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_setIdentity_int_int.cpp b/doc/snippets/Matrix_setIdentity_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_setOnes_int.cpp b/doc/snippets/Matrix_setOnes_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_setOnes_int_int.cpp b/doc/snippets/Matrix_setOnes_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_setRandom_int.cpp b/doc/snippets/Matrix_setRandom_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_setRandom_int_int.cpp b/doc/snippets/Matrix_setRandom_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_setZero_int.cpp b/doc/snippets/Matrix_setZero_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_setZero_int_int.cpp b/doc/snippets/Matrix_setZero_int_int.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Matrix_variadic_ctor_cxx11.cpp b/doc/snippets/Matrix_variadic_ctor_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/PartialPivLU_solve.cpp b/doc/snippets/PartialPivLU_solve.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/PartialRedux_count.cpp b/doc/snippets/PartialRedux_count.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/PartialRedux_maxCoeff.cpp b/doc/snippets/PartialRedux_maxCoeff.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/PartialRedux_minCoeff.cpp b/doc/snippets/PartialRedux_minCoeff.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/PartialRedux_norm.cpp b/doc/snippets/PartialRedux_norm.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/PartialRedux_prod.cpp b/doc/snippets/PartialRedux_prod.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/PartialRedux_squaredNorm.cpp b/doc/snippets/PartialRedux_squaredNorm.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/PartialRedux_sum.cpp b/doc/snippets/PartialRedux_sum.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/RealQZ_compute.cpp b/doc/snippets/RealQZ_compute.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/RealSchur_RealSchur_MatrixType.cpp b/doc/snippets/RealSchur_RealSchur_MatrixType.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/RealSchur_compute.cpp b/doc/snippets/RealSchur_compute.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp b/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp b/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp b/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType.cpp b/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType2.cpp b/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType2.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/SelfAdjointEigenSolver_eigenvalues.cpp b/doc/snippets/SelfAdjointEigenSolver_eigenvalues.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/SelfAdjointEigenSolver_eigenvectors.cpp b/doc/snippets/SelfAdjointEigenSolver_eigenvectors.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/SelfAdjointEigenSolver_operatorInverseSqrt.cpp b/doc/snippets/SelfAdjointEigenSolver_operatorInverseSqrt.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/SelfAdjointEigenSolver_operatorSqrt.cpp b/doc/snippets/SelfAdjointEigenSolver_operatorSqrt.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/SelfAdjointView_eigenvalues.cpp b/doc/snippets/SelfAdjointView_eigenvalues.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/SelfAdjointView_operatorNorm.cpp b/doc/snippets/SelfAdjointView_operatorNorm.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Slicing_arrayexpr.cpp b/doc/snippets/Slicing_arrayexpr.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Slicing_custom_padding_cxx11.cpp b/doc/snippets/Slicing_custom_padding_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Slicing_rawarray_cxx11.cpp b/doc/snippets/Slicing_rawarray_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Slicing_stdvector_cxx11.cpp b/doc/snippets/Slicing_stdvector_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/SparseMatrix_coeffs.cpp b/doc/snippets/SparseMatrix_coeffs.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/TopicAliasing_block.cpp b/doc/snippets/TopicAliasing_block.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/TopicAliasing_block_correct.cpp b/doc/snippets/TopicAliasing_block_correct.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/TopicAliasing_cwise.cpp b/doc/snippets/TopicAliasing_cwise.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/TopicAliasing_mult1.cpp b/doc/snippets/TopicAliasing_mult1.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/TopicAliasing_mult2.cpp b/doc/snippets/TopicAliasing_mult2.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/TopicAliasing_mult3.cpp b/doc/snippets/TopicAliasing_mult3.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/TopicAliasing_mult4.cpp b/doc/snippets/TopicAliasing_mult4.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/TopicAliasing_mult5.cpp b/doc/snippets/TopicAliasing_mult5.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/TopicStorageOrders_example.cpp b/doc/snippets/TopicStorageOrders_example.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Triangular_solve.cpp b/doc/snippets/Triangular_solve.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tridiagonalization_Tridiagonalization_MatrixType.cpp b/doc/snippets/Tridiagonalization_Tridiagonalization_MatrixType.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tridiagonalization_compute.cpp b/doc/snippets/Tridiagonalization_compute.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tridiagonalization_decomposeInPlace.cpp b/doc/snippets/Tridiagonalization_decomposeInPlace.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tridiagonalization_diagonal.cpp b/doc/snippets/Tridiagonalization_diagonal.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tridiagonalization_householderCoefficients.cpp b/doc/snippets/Tridiagonalization_householderCoefficients.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tridiagonalization_packedMatrix.cpp b/doc/snippets/Tridiagonalization_packedMatrix.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_AdvancedInitialization_Block.cpp b/doc/snippets/Tutorial_AdvancedInitialization_Block.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_AdvancedInitialization_CommaTemporary.cpp b/doc/snippets/Tutorial_AdvancedInitialization_CommaTemporary.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_AdvancedInitialization_Join.cpp b/doc/snippets/Tutorial_AdvancedInitialization_Join.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_AdvancedInitialization_LinSpaced.cpp b/doc/snippets/Tutorial_AdvancedInitialization_LinSpaced.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_AdvancedInitialization_ThreeWays.cpp b/doc/snippets/Tutorial_AdvancedInitialization_ThreeWays.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_AdvancedInitialization_Zero.cpp b/doc/snippets/Tutorial_AdvancedInitialization_Zero.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_Map_rowmajor.cpp b/doc/snippets/Tutorial_Map_rowmajor.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_Map_using.cpp b/doc/snippets/Tutorial_Map_using.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_ReshapeMat2Mat.cpp b/doc/snippets/Tutorial_ReshapeMat2Mat.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_ReshapeMat2Vec.cpp b/doc/snippets/Tutorial_ReshapeMat2Vec.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_SlicingCol.cpp b/doc/snippets/Tutorial_SlicingCol.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_SlicingVec.cpp b/doc/snippets/Tutorial_SlicingVec.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_commainit_01.cpp b/doc/snippets/Tutorial_commainit_01.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_commainit_01b.cpp b/doc/snippets/Tutorial_commainit_01b.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_commainit_02.cpp b/doc/snippets/Tutorial_commainit_02.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp b/doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_range_for_loop_2d_cxx11.cpp b/doc/snippets/Tutorial_range_for_loop_2d_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_reshaped_vs_resize_1.cpp b/doc/snippets/Tutorial_reshaped_vs_resize_1.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_reshaped_vs_resize_2.cpp b/doc/snippets/Tutorial_reshaped_vs_resize_2.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_solve_matrix_inverse.cpp b/doc/snippets/Tutorial_solve_matrix_inverse.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_solve_multiple_rhs.cpp b/doc/snippets/Tutorial_solve_multiple_rhs.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_solve_reuse_decomposition.cpp b/doc/snippets/Tutorial_solve_reuse_decomposition.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_solve_singular.cpp b/doc/snippets/Tutorial_solve_singular.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_solve_triangular.cpp b/doc/snippets/Tutorial_solve_triangular.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_solve_triangular_inplace.cpp b/doc/snippets/Tutorial_solve_triangular_inplace.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_std_sort.cpp b/doc/snippets/Tutorial_std_sort.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Tutorial_std_sort_rows_cxx11.cpp b/doc/snippets/Tutorial_std_sort_rows_cxx11.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/VectorwiseOp_homogeneous.cpp b/doc/snippets/VectorwiseOp_homogeneous.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/Vectorwise_reverse.cpp b/doc/snippets/Vectorwise_reverse.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/class_FullPivLU.cpp b/doc/snippets/class_FullPivLU.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/compile_snippet.cpp.in b/doc/snippets/compile_snippet.cpp.in old mode 100755 new mode 100644 diff --git a/doc/snippets/tut_arithmetic_redux_minmax.cpp b/doc/snippets/tut_arithmetic_redux_minmax.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/tut_arithmetic_transpose_aliasing.cpp b/doc/snippets/tut_arithmetic_transpose_aliasing.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/tut_arithmetic_transpose_conjugate.cpp b/doc/snippets/tut_arithmetic_transpose_conjugate.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/tut_arithmetic_transpose_inplace.cpp b/doc/snippets/tut_arithmetic_transpose_inplace.cpp old mode 100755 new mode 100644 diff --git a/doc/snippets/tut_matrix_assignment_resizing.cpp b/doc/snippets/tut_matrix_assignment_resizing.cpp old mode 100755 new mode 100644 diff --git a/doc/special_examples/CMakeLists.txt b/doc/special_examples/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/doc/special_examples/Tutorial_sparse_example.cpp b/doc/special_examples/Tutorial_sparse_example.cpp old mode 100755 new mode 100644 diff --git a/doc/special_examples/Tutorial_sparse_example_details.cpp b/doc/special_examples/Tutorial_sparse_example_details.cpp old mode 100755 new mode 100644 diff --git a/doc/special_examples/random_cpp11.cpp b/doc/special_examples/random_cpp11.cpp old mode 100755 new mode 100644 diff --git a/doc/tutorial.cpp b/doc/tutorial.cpp old mode 100755 new mode 100644 diff --git a/eigen3.pc.in b/eigen3.pc.in old mode 100755 new mode 100644 diff --git a/failtest/CMakeLists.txt b/failtest/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/failtest/bdcsvd_int.cpp b/failtest/bdcsvd_int.cpp old mode 100755 new mode 100644 diff --git a/failtest/block_nonconst_ctor_on_const_xpr_0.cpp b/failtest/block_nonconst_ctor_on_const_xpr_0.cpp old mode 100755 new mode 100644 diff --git a/failtest/block_nonconst_ctor_on_const_xpr_1.cpp b/failtest/block_nonconst_ctor_on_const_xpr_1.cpp old mode 100755 new mode 100644 diff --git a/failtest/block_nonconst_ctor_on_const_xpr_2.cpp b/failtest/block_nonconst_ctor_on_const_xpr_2.cpp old mode 100755 new mode 100644 diff --git a/failtest/block_on_const_type_actually_const_0.cpp b/failtest/block_on_const_type_actually_const_0.cpp old mode 100755 new mode 100644 diff --git a/failtest/block_on_const_type_actually_const_1.cpp b/failtest/block_on_const_type_actually_const_1.cpp old mode 100755 new mode 100644 diff --git a/failtest/colpivqr_int.cpp b/failtest/colpivqr_int.cpp old mode 100755 new mode 100644 diff --git a/failtest/const_qualified_block_method_retval_0.cpp b/failtest/const_qualified_block_method_retval_0.cpp old mode 100755 new mode 100644 diff --git a/failtest/const_qualified_block_method_retval_1.cpp b/failtest/const_qualified_block_method_retval_1.cpp old mode 100755 new mode 100644 diff --git a/failtest/const_qualified_diagonal_method_retval.cpp b/failtest/const_qualified_diagonal_method_retval.cpp old mode 100755 new mode 100644 diff --git a/failtest/const_qualified_transpose_method_retval.cpp b/failtest/const_qualified_transpose_method_retval.cpp old mode 100755 new mode 100644 diff --git a/failtest/cwiseunaryview_nonconst_ctor_on_const_xpr.cpp b/failtest/cwiseunaryview_nonconst_ctor_on_const_xpr.cpp old mode 100755 new mode 100644 diff --git a/failtest/cwiseunaryview_on_const_type_actually_const.cpp b/failtest/cwiseunaryview_on_const_type_actually_const.cpp old mode 100755 new mode 100644 diff --git a/failtest/diagonal_nonconst_ctor_on_const_xpr.cpp b/failtest/diagonal_nonconst_ctor_on_const_xpr.cpp old mode 100755 new mode 100644 diff --git a/failtest/diagonal_on_const_type_actually_const.cpp b/failtest/diagonal_on_const_type_actually_const.cpp old mode 100755 new mode 100644 diff --git a/failtest/eigensolver_cplx.cpp b/failtest/eigensolver_cplx.cpp old mode 100755 new mode 100644 diff --git a/failtest/eigensolver_int.cpp b/failtest/eigensolver_int.cpp old mode 100755 new mode 100644 diff --git a/failtest/failtest_sanity_check.cpp b/failtest/failtest_sanity_check.cpp old mode 100755 new mode 100644 diff --git a/failtest/fullpivlu_int.cpp b/failtest/fullpivlu_int.cpp old mode 100755 new mode 100644 diff --git a/failtest/fullpivqr_int.cpp b/failtest/fullpivqr_int.cpp old mode 100755 new mode 100644 diff --git a/failtest/initializer_list_1.cpp b/failtest/initializer_list_1.cpp old mode 100755 new mode 100644 diff --git a/failtest/initializer_list_2.cpp b/failtest/initializer_list_2.cpp old mode 100755 new mode 100644 diff --git a/failtest/jacobisvd_int.cpp b/failtest/jacobisvd_int.cpp old mode 100755 new mode 100644 diff --git a/failtest/ldlt_int.cpp b/failtest/ldlt_int.cpp old mode 100755 new mode 100644 diff --git a/failtest/llt_int.cpp b/failtest/llt_int.cpp old mode 100755 new mode 100644 diff --git a/failtest/map_nonconst_ctor_on_const_ptr_0.cpp b/failtest/map_nonconst_ctor_on_const_ptr_0.cpp old mode 100755 new mode 100644 diff --git a/failtest/map_nonconst_ctor_on_const_ptr_1.cpp b/failtest/map_nonconst_ctor_on_const_ptr_1.cpp old mode 100755 new mode 100644 diff --git a/failtest/map_nonconst_ctor_on_const_ptr_2.cpp b/failtest/map_nonconst_ctor_on_const_ptr_2.cpp old mode 100755 new mode 100644 diff --git a/failtest/map_nonconst_ctor_on_const_ptr_3.cpp b/failtest/map_nonconst_ctor_on_const_ptr_3.cpp old mode 100755 new mode 100644 diff --git a/failtest/map_nonconst_ctor_on_const_ptr_4.cpp b/failtest/map_nonconst_ctor_on_const_ptr_4.cpp old mode 100755 new mode 100644 diff --git a/failtest/map_on_const_type_actually_const_0.cpp b/failtest/map_on_const_type_actually_const_0.cpp old mode 100755 new mode 100644 diff --git a/failtest/map_on_const_type_actually_const_1.cpp b/failtest/map_on_const_type_actually_const_1.cpp old mode 100755 new mode 100644 diff --git a/failtest/partialpivlu_int.cpp b/failtest/partialpivlu_int.cpp old mode 100755 new mode 100644 diff --git a/failtest/qr_int.cpp b/failtest/qr_int.cpp old mode 100755 new mode 100644 diff --git a/failtest/ref_1.cpp b/failtest/ref_1.cpp old mode 100755 new mode 100644 diff --git a/failtest/ref_2.cpp b/failtest/ref_2.cpp old mode 100755 new mode 100644 diff --git a/failtest/ref_3.cpp b/failtest/ref_3.cpp old mode 100755 new mode 100644 diff --git a/failtest/ref_4.cpp b/failtest/ref_4.cpp old mode 100755 new mode 100644 diff --git a/failtest/ref_5.cpp b/failtest/ref_5.cpp old mode 100755 new mode 100644 diff --git a/failtest/selfadjointview_nonconst_ctor_on_const_xpr.cpp b/failtest/selfadjointview_nonconst_ctor_on_const_xpr.cpp old mode 100755 new mode 100644 diff --git a/failtest/selfadjointview_on_const_type_actually_const.cpp b/failtest/selfadjointview_on_const_type_actually_const.cpp old mode 100755 new mode 100644 diff --git a/failtest/sparse_ref_1.cpp b/failtest/sparse_ref_1.cpp old mode 100755 new mode 100644 diff --git a/failtest/sparse_ref_2.cpp b/failtest/sparse_ref_2.cpp old mode 100755 new mode 100644 diff --git a/failtest/sparse_ref_3.cpp b/failtest/sparse_ref_3.cpp old mode 100755 new mode 100644 diff --git a/failtest/sparse_ref_4.cpp b/failtest/sparse_ref_4.cpp old mode 100755 new mode 100644 diff --git a/failtest/sparse_ref_5.cpp b/failtest/sparse_ref_5.cpp old mode 100755 new mode 100644 diff --git a/failtest/sparse_storage_mismatch.cpp b/failtest/sparse_storage_mismatch.cpp old mode 100755 new mode 100644 diff --git a/failtest/swap_1.cpp b/failtest/swap_1.cpp old mode 100755 new mode 100644 diff --git a/failtest/swap_2.cpp b/failtest/swap_2.cpp old mode 100755 new mode 100644 diff --git a/failtest/ternary_1.cpp b/failtest/ternary_1.cpp old mode 100755 new mode 100644 diff --git a/failtest/ternary_2.cpp b/failtest/ternary_2.cpp old mode 100755 new mode 100644 diff --git a/failtest/transpose_nonconst_ctor_on_const_xpr.cpp b/failtest/transpose_nonconst_ctor_on_const_xpr.cpp old mode 100755 new mode 100644 diff --git a/failtest/transpose_on_const_type_actually_const.cpp b/failtest/transpose_on_const_type_actually_const.cpp old mode 100755 new mode 100644 diff --git a/failtest/triangularview_nonconst_ctor_on_const_xpr.cpp b/failtest/triangularview_nonconst_ctor_on_const_xpr.cpp old mode 100755 new mode 100644 diff --git a/failtest/triangularview_on_const_type_actually_const.cpp b/failtest/triangularview_on_const_type_actually_const.cpp old mode 100755 new mode 100644 diff --git a/lapack/CMakeLists.txt b/lapack/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/lapack/cholesky.cpp b/lapack/cholesky.cpp old mode 100755 new mode 100644 diff --git a/lapack/clacgv.f b/lapack/clacgv.f old mode 100755 new mode 100644 diff --git a/lapack/cladiv.f b/lapack/cladiv.f old mode 100755 new mode 100644 diff --git a/lapack/clarf.f b/lapack/clarf.f old mode 100755 new mode 100644 diff --git a/lapack/clarfb.f b/lapack/clarfb.f old mode 100755 new mode 100644 diff --git a/lapack/clarfg.f b/lapack/clarfg.f old mode 100755 new mode 100644 diff --git a/lapack/clarft.f b/lapack/clarft.f old mode 100755 new mode 100644 diff --git a/lapack/complex_double.cpp b/lapack/complex_double.cpp old mode 100755 new mode 100644 diff --git a/lapack/complex_single.cpp b/lapack/complex_single.cpp old mode 100755 new mode 100644 diff --git a/lapack/dladiv.f b/lapack/dladiv.f old mode 100755 new mode 100644 diff --git a/lapack/dlamch.f b/lapack/dlamch.f old mode 100755 new mode 100644 diff --git a/lapack/dlapy2.f b/lapack/dlapy2.f old mode 100755 new mode 100644 diff --git a/lapack/dlapy3.f b/lapack/dlapy3.f old mode 100755 new mode 100644 diff --git a/lapack/dlarf.f b/lapack/dlarf.f old mode 100755 new mode 100644 diff --git a/lapack/dlarfb.f b/lapack/dlarfb.f old mode 100755 new mode 100644 diff --git a/lapack/dlarfg.f b/lapack/dlarfg.f old mode 100755 new mode 100644 diff --git a/lapack/dlarft.f b/lapack/dlarft.f old mode 100755 new mode 100644 diff --git a/lapack/double.cpp b/lapack/double.cpp old mode 100755 new mode 100644 diff --git a/lapack/dsecnd_NONE.f b/lapack/dsecnd_NONE.f old mode 100755 new mode 100644 diff --git a/lapack/eigenvalues.cpp b/lapack/eigenvalues.cpp old mode 100755 new mode 100644 diff --git a/lapack/ilaclc.f b/lapack/ilaclc.f old mode 100755 new mode 100644 diff --git a/lapack/ilaclr.f b/lapack/ilaclr.f old mode 100755 new mode 100644 diff --git a/lapack/iladlc.f b/lapack/iladlc.f old mode 100755 new mode 100644 diff --git a/lapack/iladlr.f b/lapack/iladlr.f old mode 100755 new mode 100644 diff --git a/lapack/ilaslc.f b/lapack/ilaslc.f old mode 100755 new mode 100644 diff --git a/lapack/ilaslr.f b/lapack/ilaslr.f old mode 100755 new mode 100644 diff --git a/lapack/ilazlc.f b/lapack/ilazlc.f old mode 100755 new mode 100644 diff --git a/lapack/ilazlr.f b/lapack/ilazlr.f old mode 100755 new mode 100644 diff --git a/lapack/lapack_common.h b/lapack/lapack_common.h old mode 100755 new mode 100644 diff --git a/lapack/lu.cpp b/lapack/lu.cpp old mode 100755 new mode 100644 diff --git a/lapack/second_NONE.f b/lapack/second_NONE.f old mode 100755 new mode 100644 diff --git a/lapack/single.cpp b/lapack/single.cpp old mode 100755 new mode 100644 diff --git a/lapack/sladiv.f b/lapack/sladiv.f old mode 100755 new mode 100644 diff --git a/lapack/slamch.f b/lapack/slamch.f old mode 100755 new mode 100644 diff --git a/lapack/slapy2.f b/lapack/slapy2.f old mode 100755 new mode 100644 diff --git a/lapack/slapy3.f b/lapack/slapy3.f old mode 100755 new mode 100644 diff --git a/lapack/slarf.f b/lapack/slarf.f old mode 100755 new mode 100644 diff --git a/lapack/slarfb.f b/lapack/slarfb.f old mode 100755 new mode 100644 diff --git a/lapack/slarfg.f b/lapack/slarfg.f old mode 100755 new mode 100644 diff --git a/lapack/slarft.f b/lapack/slarft.f old mode 100755 new mode 100644 diff --git a/lapack/svd.cpp b/lapack/svd.cpp old mode 100755 new mode 100644 diff --git a/lapack/zlacgv.f b/lapack/zlacgv.f old mode 100755 new mode 100644 diff --git a/lapack/zladiv.f b/lapack/zladiv.f old mode 100755 new mode 100644 diff --git a/lapack/zlarf.f b/lapack/zlarf.f old mode 100755 new mode 100644 diff --git a/lapack/zlarfb.f b/lapack/zlarfb.f old mode 100755 new mode 100644 diff --git a/lapack/zlarfg.f b/lapack/zlarfg.f old mode 100755 new mode 100644 diff --git a/lapack/zlarft.f b/lapack/zlarft.f old mode 100755 new mode 100644 diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/scripts/buildtests.in b/scripts/buildtests.in new file mode 100755 index 0000000..ab9c18f --- /dev/null +++ b/scripts/buildtests.in @@ -0,0 +1,22 @@ +#!/bin/bash + +if [[ $# != 1 || $1 == *help ]] +then + echo "usage: $0 regexp" + echo " Builds tests matching the regexp." + echo " The EIGEN_MAKE_ARGS environment variable allows to pass args to 'make'." + echo " For example, to launch 5 concurrent builds, use EIGEN_MAKE_ARGS='-j5'" + exit 0 +fi + +TESTSLIST="@EIGEN_TESTS_LIST@" +targets_to_make=$(echo "$TESTSLIST" | grep -E "$1" | xargs echo) + +if [ -n "${EIGEN_MAKE_ARGS:+x}" ] +then + @CMAKE_MAKE_PROGRAM@ $targets_to_make ${EIGEN_MAKE_ARGS} +else + @CMAKE_MAKE_PROGRAM@ $targets_to_make @EIGEN_TEST_BUILD_FLAGS@ +fi +exit $? + diff --git a/scripts/cdashtesting.cmake.in b/scripts/cdashtesting.cmake.in old mode 100755 new mode 100644 diff --git a/scripts/eigen_gen_credits.cpp b/scripts/eigen_gen_credits.cpp old mode 100755 new mode 100644 diff --git a/scripts/eigen_gen_docs b/scripts/eigen_gen_docs old mode 100755 new mode 100644 diff --git a/scripts/eigen_gen_split_test_help.cmake b/scripts/eigen_gen_split_test_help.cmake old mode 100755 new mode 100644 diff --git a/scripts/relicense.py b/scripts/relicense.py old mode 100755 new mode 100644 diff --git a/signature_of_eigen3_matrix_library b/signature_of_eigen3_matrix_library old mode 100755 new mode 100644 diff --git a/test/AnnoyingScalar.h b/test/AnnoyingScalar.h old mode 100755 new mode 100644 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/test/MovableScalar.h b/test/MovableScalar.h old mode 100755 new mode 100644 diff --git a/test/SafeScalar.h b/test/SafeScalar.h old mode 100755 new mode 100644 diff --git a/test/adjoint.cpp b/test/adjoint.cpp old mode 100755 new mode 100644 diff --git a/test/array_cwise.cpp b/test/array_cwise.cpp old mode 100755 new mode 100644 diff --git a/test/array_for_matrix.cpp b/test/array_for_matrix.cpp old mode 100755 new mode 100644 diff --git a/test/array_of_string.cpp b/test/array_of_string.cpp old mode 100755 new mode 100644 diff --git a/test/array_replicate.cpp b/test/array_replicate.cpp old mode 100755 new mode 100644 diff --git a/test/array_reverse.cpp b/test/array_reverse.cpp old mode 100755 new mode 100644 diff --git a/test/bandmatrix.cpp b/test/bandmatrix.cpp old mode 100755 new mode 100644 diff --git a/test/basicstuff.cpp b/test/basicstuff.cpp old mode 100755 new mode 100644 diff --git a/test/bdcsvd.cpp b/test/bdcsvd.cpp old mode 100755 new mode 100644 diff --git a/test/bfloat16_float.cpp b/test/bfloat16_float.cpp old mode 100755 new mode 100644 diff --git a/test/bicgstab.cpp b/test/bicgstab.cpp old mode 100755 new mode 100644 diff --git a/test/blasutil.cpp b/test/blasutil.cpp old mode 100755 new mode 100644 diff --git a/test/block.cpp b/test/block.cpp old mode 100755 new mode 100644 diff --git a/test/boostmultiprec.cpp b/test/boostmultiprec.cpp old mode 100755 new mode 100644 diff --git a/test/bug1213.cpp b/test/bug1213.cpp old mode 100755 new mode 100644 diff --git a/test/bug1213.h b/test/bug1213.h old mode 100755 new mode 100644 diff --git a/test/bug1213_main.cpp b/test/bug1213_main.cpp old mode 100755 new mode 100644 diff --git a/test/cholesky.cpp b/test/cholesky.cpp old mode 100755 new mode 100644 diff --git a/test/cholmod_support.cpp b/test/cholmod_support.cpp old mode 100755 new mode 100644 diff --git a/test/commainitializer.cpp b/test/commainitializer.cpp old mode 100755 new mode 100644 diff --git a/test/conjugate_gradient.cpp b/test/conjugate_gradient.cpp old mode 100755 new mode 100644 diff --git a/test/conservative_resize.cpp b/test/conservative_resize.cpp old mode 100755 new mode 100644 diff --git a/test/constructor.cpp b/test/constructor.cpp old mode 100755 new mode 100644 diff --git a/test/corners.cpp b/test/corners.cpp old mode 100755 new mode 100644 diff --git a/test/ctorleak.cpp b/test/ctorleak.cpp old mode 100755 new mode 100644 diff --git a/test/denseLM.cpp b/test/denseLM.cpp old mode 100755 new mode 100644 diff --git a/test/dense_storage.cpp b/test/dense_storage.cpp old mode 100755 new mode 100644 diff --git a/test/determinant.cpp b/test/determinant.cpp old mode 100755 new mode 100644 diff --git a/test/diagonal.cpp b/test/diagonal.cpp old mode 100755 new mode 100644 diff --git a/test/diagonal_matrix_variadic_ctor.cpp b/test/diagonal_matrix_variadic_ctor.cpp old mode 100755 new mode 100644 diff --git a/test/diagonalmatrices.cpp b/test/diagonalmatrices.cpp old mode 100755 new mode 100644 diff --git a/test/dontalign.cpp b/test/dontalign.cpp old mode 100755 new mode 100644 diff --git a/test/dynalloc.cpp b/test/dynalloc.cpp old mode 100755 new mode 100644 diff --git a/test/eigen2support.cpp b/test/eigen2support.cpp old mode 100755 new mode 100644 diff --git a/test/eigensolver_complex.cpp b/test/eigensolver_complex.cpp old mode 100755 new mode 100644 diff --git a/test/eigensolver_generalized_real.cpp b/test/eigensolver_generalized_real.cpp old mode 100755 new mode 100644 diff --git a/test/eigensolver_generic.cpp b/test/eigensolver_generic.cpp old mode 100755 new mode 100644 diff --git a/test/eigensolver_selfadjoint.cpp b/test/eigensolver_selfadjoint.cpp old mode 100755 new mode 100644 diff --git a/test/evaluator_common.h b/test/evaluator_common.h old mode 100755 new mode 100644 diff --git a/test/evaluators.cpp b/test/evaluators.cpp old mode 100755 new mode 100644 diff --git a/test/exceptions.cpp b/test/exceptions.cpp old mode 100755 new mode 100644 diff --git a/test/fastmath.cpp b/test/fastmath.cpp old mode 100755 new mode 100644 diff --git a/test/first_aligned.cpp b/test/first_aligned.cpp old mode 100755 new mode 100644 diff --git a/test/geo_alignedbox.cpp b/test/geo_alignedbox.cpp old mode 100755 new mode 100644 diff --git a/test/geo_eulerangles.cpp b/test/geo_eulerangles.cpp old mode 100755 new mode 100644 diff --git a/test/geo_homogeneous.cpp b/test/geo_homogeneous.cpp old mode 100755 new mode 100644 diff --git a/test/geo_hyperplane.cpp b/test/geo_hyperplane.cpp old mode 100755 new mode 100644 diff --git a/test/geo_orthomethods.cpp b/test/geo_orthomethods.cpp old mode 100755 new mode 100644 diff --git a/test/geo_parametrizedline.cpp b/test/geo_parametrizedline.cpp old mode 100755 new mode 100644 diff --git a/test/geo_quaternion.cpp b/test/geo_quaternion.cpp old mode 100755 new mode 100644 diff --git a/test/geo_transformations.cpp b/test/geo_transformations.cpp old mode 100755 new mode 100644 diff --git a/test/gpu_basic.cu b/test/gpu_basic.cu old mode 100755 new mode 100644 diff --git a/test/gpu_common.h b/test/gpu_common.h old mode 100755 new mode 100644 diff --git a/test/half_float.cpp b/test/half_float.cpp old mode 100755 new mode 100644 diff --git a/test/hessenberg.cpp b/test/hessenberg.cpp old mode 100755 new mode 100644 diff --git a/test/householder.cpp b/test/householder.cpp old mode 100755 new mode 100644 diff --git a/test/incomplete_cholesky.cpp b/test/incomplete_cholesky.cpp old mode 100755 new mode 100644 diff --git a/test/indexed_view.cpp b/test/indexed_view.cpp old mode 100755 new mode 100644 diff --git a/test/initializer_list_construction.cpp b/test/initializer_list_construction.cpp old mode 100755 new mode 100644 diff --git a/test/inplace_decomposition.cpp b/test/inplace_decomposition.cpp old mode 100755 new mode 100644 diff --git a/test/integer_types.cpp b/test/integer_types.cpp old mode 100755 new mode 100644 diff --git a/test/inverse.cpp b/test/inverse.cpp old mode 100755 new mode 100644 diff --git a/test/io.cpp b/test/io.cpp old mode 100755 new mode 100644 diff --git a/test/is_same_dense.cpp b/test/is_same_dense.cpp old mode 100755 new mode 100644 diff --git a/test/jacobi.cpp b/test/jacobi.cpp old mode 100755 new mode 100644 diff --git a/test/jacobisvd.cpp b/test/jacobisvd.cpp old mode 100755 new mode 100644 diff --git a/test/klu_support.cpp b/test/klu_support.cpp old mode 100755 new mode 100644 diff --git a/test/linearstructure.cpp b/test/linearstructure.cpp old mode 100755 new mode 100644 diff --git a/test/lscg.cpp b/test/lscg.cpp old mode 100755 new mode 100644 diff --git a/test/lu.cpp b/test/lu.cpp old mode 100755 new mode 100644 diff --git a/test/main.h b/test/main.h old mode 100755 new mode 100644 diff --git a/test/mapped_matrix.cpp b/test/mapped_matrix.cpp old mode 100755 new mode 100644 diff --git a/test/mapstaticmethods.cpp b/test/mapstaticmethods.cpp old mode 100755 new mode 100644 diff --git a/test/mapstride.cpp b/test/mapstride.cpp old mode 100755 new mode 100644 diff --git a/test/meta.cpp b/test/meta.cpp old mode 100755 new mode 100644 diff --git a/test/metis_support.cpp b/test/metis_support.cpp old mode 100755 new mode 100644 diff --git a/test/miscmatrices.cpp b/test/miscmatrices.cpp old mode 100755 new mode 100644 diff --git a/test/mixingtypes.cpp b/test/mixingtypes.cpp old mode 100755 new mode 100644 diff --git a/test/mpl2only.cpp b/test/mpl2only.cpp old mode 100755 new mode 100644 diff --git a/test/nestbyvalue.cpp b/test/nestbyvalue.cpp old mode 100755 new mode 100644 diff --git a/test/nesting_ops.cpp b/test/nesting_ops.cpp old mode 100755 new mode 100644 diff --git a/test/nomalloc.cpp b/test/nomalloc.cpp old mode 100755 new mode 100644 diff --git a/test/nullary.cpp b/test/nullary.cpp old mode 100755 new mode 100644 diff --git a/test/num_dimensions.cpp b/test/num_dimensions.cpp old mode 100755 new mode 100644 diff --git a/test/numext.cpp b/test/numext.cpp old mode 100755 new mode 100644 diff --git a/test/packetmath.cpp b/test/packetmath.cpp old mode 100755 new mode 100644 diff --git a/test/packetmath_test_shared.h b/test/packetmath_test_shared.h old mode 100755 new mode 100644 diff --git a/test/pardiso_support.cpp b/test/pardiso_support.cpp old mode 100755 new mode 100644 diff --git a/test/pastix_support.cpp b/test/pastix_support.cpp old mode 100755 new mode 100644 diff --git a/test/permutationmatrices.cpp b/test/permutationmatrices.cpp old mode 100755 new mode 100644 diff --git a/test/prec_inverse_4x4.cpp b/test/prec_inverse_4x4.cpp old mode 100755 new mode 100644 diff --git a/test/product.h b/test/product.h old mode 100755 new mode 100644 diff --git a/test/product_extra.cpp b/test/product_extra.cpp old mode 100755 new mode 100644 diff --git a/test/product_large.cpp b/test/product_large.cpp old mode 100755 new mode 100644 diff --git a/test/product_mmtr.cpp b/test/product_mmtr.cpp old mode 100755 new mode 100644 diff --git a/test/product_notemporary.cpp b/test/product_notemporary.cpp old mode 100755 new mode 100644 diff --git a/test/product_selfadjoint.cpp b/test/product_selfadjoint.cpp old mode 100755 new mode 100644 diff --git a/test/product_small.cpp b/test/product_small.cpp old mode 100755 new mode 100644 diff --git a/test/product_symm.cpp b/test/product_symm.cpp old mode 100755 new mode 100644 diff --git a/test/product_syrk.cpp b/test/product_syrk.cpp old mode 100755 new mode 100644 diff --git a/test/product_trmm.cpp b/test/product_trmm.cpp old mode 100755 new mode 100644 diff --git a/test/product_trmv.cpp b/test/product_trmv.cpp old mode 100755 new mode 100644 diff --git a/test/product_trsolve.cpp b/test/product_trsolve.cpp old mode 100755 new mode 100644 diff --git a/test/qr.cpp b/test/qr.cpp old mode 100755 new mode 100644 diff --git a/test/qr_colpivoting.cpp b/test/qr_colpivoting.cpp old mode 100755 new mode 100644 diff --git a/test/qr_fullpivoting.cpp b/test/qr_fullpivoting.cpp old mode 100755 new mode 100644 diff --git a/test/qtvector.cpp b/test/qtvector.cpp old mode 100755 new mode 100644 diff --git a/test/rand.cpp b/test/rand.cpp old mode 100755 new mode 100644 diff --git a/test/random_without_cast_overflow.h b/test/random_without_cast_overflow.h old mode 100755 new mode 100644 diff --git a/test/real_qz.cpp b/test/real_qz.cpp old mode 100755 new mode 100644 diff --git a/test/redux.cpp b/test/redux.cpp old mode 100755 new mode 100644 diff --git a/test/ref.cpp b/test/ref.cpp old mode 100755 new mode 100644 diff --git a/test/reshape.cpp b/test/reshape.cpp old mode 100755 new mode 100644 diff --git a/test/resize.cpp b/test/resize.cpp old mode 100755 new mode 100644 diff --git a/test/rvalue_types.cpp b/test/rvalue_types.cpp old mode 100755 new mode 100644 diff --git a/test/schur_complex.cpp b/test/schur_complex.cpp old mode 100755 new mode 100644 diff --git a/test/schur_real.cpp b/test/schur_real.cpp old mode 100755 new mode 100644 diff --git a/test/selfadjoint.cpp b/test/selfadjoint.cpp old mode 100755 new mode 100644 diff --git a/test/simplicial_cholesky.cpp b/test/simplicial_cholesky.cpp old mode 100755 new mode 100644 diff --git a/test/sizeof.cpp b/test/sizeof.cpp old mode 100755 new mode 100644 diff --git a/test/sizeoverflow.cpp b/test/sizeoverflow.cpp old mode 100755 new mode 100644 diff --git a/test/smallvectors.cpp b/test/smallvectors.cpp old mode 100755 new mode 100644 diff --git a/test/solverbase.h b/test/solverbase.h old mode 100755 new mode 100644 diff --git a/test/sparse.h b/test/sparse.h old mode 100755 new mode 100644 diff --git a/test/sparseLM.cpp b/test/sparseLM.cpp old mode 100755 new mode 100644 diff --git a/test/sparse_basic.cpp b/test/sparse_basic.cpp old mode 100755 new mode 100644 diff --git a/test/sparse_block.cpp b/test/sparse_block.cpp old mode 100755 new mode 100644 diff --git a/test/sparse_permutations.cpp b/test/sparse_permutations.cpp old mode 100755 new mode 100644 diff --git a/test/sparse_product.cpp b/test/sparse_product.cpp old mode 100755 new mode 100644 diff --git a/test/sparse_ref.cpp b/test/sparse_ref.cpp old mode 100755 new mode 100644 diff --git a/test/sparse_solver.h b/test/sparse_solver.h old mode 100755 new mode 100644 diff --git a/test/sparse_solvers.cpp b/test/sparse_solvers.cpp old mode 100755 new mode 100644 diff --git a/test/sparse_vector.cpp b/test/sparse_vector.cpp old mode 100755 new mode 100644 diff --git a/test/sparselu.cpp b/test/sparselu.cpp old mode 100755 new mode 100644 diff --git a/test/sparseqr.cpp b/test/sparseqr.cpp old mode 100755 new mode 100644 diff --git a/test/special_numbers.cpp b/test/special_numbers.cpp old mode 100755 new mode 100644 diff --git a/test/split_test_helper.h b/test/split_test_helper.h old mode 100755 new mode 100644 diff --git a/test/spqr_support.cpp b/test/spqr_support.cpp old mode 100755 new mode 100644 diff --git a/test/stable_norm.cpp b/test/stable_norm.cpp old mode 100755 new mode 100644 diff --git a/test/stddeque.cpp b/test/stddeque.cpp old mode 100755 new mode 100644 diff --git a/test/stddeque_overload.cpp b/test/stddeque_overload.cpp old mode 100755 new mode 100644 diff --git a/test/stdlist.cpp b/test/stdlist.cpp old mode 100755 new mode 100644 diff --git a/test/stdlist_overload.cpp b/test/stdlist_overload.cpp old mode 100755 new mode 100644 diff --git a/test/stdvector.cpp b/test/stdvector.cpp old mode 100755 new mode 100644 diff --git a/test/stdvector_overload.cpp b/test/stdvector_overload.cpp old mode 100755 new mode 100644 diff --git a/test/stl_iterators.cpp b/test/stl_iterators.cpp old mode 100755 new mode 100644 diff --git a/test/superlu_support.cpp b/test/superlu_support.cpp old mode 100755 new mode 100644 diff --git a/test/svd_common.h b/test/svd_common.h old mode 100755 new mode 100644 diff --git a/test/svd_fill.h b/test/svd_fill.h old mode 100755 new mode 100644 diff --git a/test/swap.cpp b/test/swap.cpp old mode 100755 new mode 100644 diff --git a/test/symbolic_index.cpp b/test/symbolic_index.cpp old mode 100755 new mode 100644 diff --git a/test/triangular.cpp b/test/triangular.cpp old mode 100755 new mode 100644 diff --git a/test/type_alias.cpp b/test/type_alias.cpp old mode 100755 new mode 100644 diff --git a/test/umeyama.cpp b/test/umeyama.cpp old mode 100755 new mode 100644 diff --git a/test/umfpack_support.cpp b/test/umfpack_support.cpp old mode 100755 new mode 100644 diff --git a/test/unalignedcount.cpp b/test/unalignedcount.cpp old mode 100755 new mode 100644 diff --git a/test/upperbidiagonalization.cpp b/test/upperbidiagonalization.cpp old mode 100755 new mode 100644 diff --git a/test/vectorization_logic.cpp b/test/vectorization_logic.cpp old mode 100755 new mode 100644 diff --git a/test/vectorwiseop.cpp b/test/vectorwiseop.cpp old mode 100755 new mode 100644 diff --git a/test/visitor.cpp b/test/visitor.cpp old mode 100755 new mode 100644 diff --git a/test/zerosized.cpp b/test/zerosized.cpp old mode 100755 new mode 100644 diff --git a/unsupported/CMakeLists.txt b/unsupported/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/AdolcForward b/unsupported/Eigen/AdolcForward old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/AlignedVector3 b/unsupported/Eigen/AlignedVector3 old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/ArpackSupport b/unsupported/Eigen/ArpackSupport old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/AutoDiff b/unsupported/Eigen/AutoDiff old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/BVH b/unsupported/Eigen/BVH old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CMakeLists.txt b/unsupported/Eigen/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/CMakeLists.txt b/unsupported/Eigen/CXX11/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/Tensor b/unsupported/Eigen/CXX11/Tensor old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/TensorSymmetry b/unsupported/Eigen/CXX11/TensorSymmetry old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/ThreadPool b/unsupported/Eigen/CXX11/ThreadPool old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/README.md b/unsupported/Eigen/CXX11/src/Tensor/README.md old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/Tensor.h b/unsupported/Eigen/CXX11/src/Tensor/Tensor.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h b/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h b/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h b/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h b/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h b/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h b/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h b/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h b/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h b/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h b/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h b/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h b/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h b/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h b/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h b/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h b/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h b/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h b/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h b/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h b/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h b/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h b/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h b/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h b/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h b/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h b/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h b/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h b/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h b/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h b/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h b/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h b/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h b/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h b/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h b/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h b/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h b/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h b/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h b/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h b/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h b/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h b/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h b/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h b/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h b/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h b/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h b/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h b/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h b/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h b/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h b/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h b/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h b/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h b/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h b/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h b/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h b/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h b/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h b/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h b/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h b/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h b/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/ThreadPool/Barrier.h b/unsupported/Eigen/CXX11/src/ThreadPool/Barrier.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h b/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h b/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h b/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h b/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h b/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h b/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h b/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h b/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/util/CXX11Meta.h b/unsupported/Eigen/CXX11/src/util/CXX11Meta.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h b/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/util/EmulateArray.h b/unsupported/Eigen/CXX11/src/util/EmulateArray.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h b/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/EulerAngles b/unsupported/Eigen/EulerAngles old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/FFT b/unsupported/Eigen/FFT old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/IterativeSolvers b/unsupported/Eigen/IterativeSolvers old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/KroneckerProduct b/unsupported/Eigen/KroneckerProduct old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/LevenbergMarquardt b/unsupported/Eigen/LevenbergMarquardt old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/MPRealSupport b/unsupported/Eigen/MPRealSupport old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/MatrixFunctions b/unsupported/Eigen/MatrixFunctions old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/MoreVectorization b/unsupported/Eigen/MoreVectorization old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/NonLinearOptimization b/unsupported/Eigen/NonLinearOptimization old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/NumericalDiff b/unsupported/Eigen/NumericalDiff old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/OpenGLSupport b/unsupported/Eigen/OpenGLSupport old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/Polynomials b/unsupported/Eigen/Polynomials old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/Skyline b/unsupported/Eigen/Skyline old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/SparseExtra b/unsupported/Eigen/SparseExtra old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/SpecialFunctions b/unsupported/Eigen/SpecialFunctions old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/Splines b/unsupported/Eigen/Splines old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h b/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h b/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/BVH/BVAlgorithms.h b/unsupported/Eigen/src/BVH/BVAlgorithms.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h b/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/EulerAngles/CMakeLists.txt b/unsupported/Eigen/src/EulerAngles/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/EulerAngles/EulerAngles.h b/unsupported/Eigen/src/EulerAngles/EulerAngles.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/EulerAngles/EulerSystem.h b/unsupported/Eigen/src/EulerAngles/EulerSystem.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/FFT/ei_fftw_impl.h b/unsupported/Eigen/src/FFT/ei_fftw_impl.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/FFT/ei_kissfft_impl.h b/unsupported/Eigen/src/FFT/ei_kissfft_impl.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h b/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/IterativeSolvers/DGMRES.h b/unsupported/Eigen/src/IterativeSolvers/DGMRES.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/IterativeSolvers/GMRES.h b/unsupported/Eigen/src/IterativeSolvers/GMRES.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h b/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/IterativeSolvers/IterationController.h b/unsupported/Eigen/src/IterativeSolvers/IterationController.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/IterativeSolvers/MINRES.h b/unsupported/Eigen/src/IterativeSolvers/MINRES.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/IterativeSolvers/Scaling.h b/unsupported/Eigen/src/IterativeSolvers/Scaling.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h b/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/LevenbergMarquardt/CopyrightMINPACK.txt b/unsupported/Eigen/src/LevenbergMarquardt/CopyrightMINPACK.txt old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h b/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h b/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h b/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h b/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h b/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h b/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h b/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h b/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h b/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h b/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/MatrixFunctions/StemFunction.h b/unsupported/Eigen/src/MatrixFunctions/StemFunction.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/MoreVectorization/MathFunctions.h b/unsupported/Eigen/src/MoreVectorization/MathFunctions.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h b/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h b/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/NonLinearOptimization/chkder.h b/unsupported/Eigen/src/NonLinearOptimization/chkder.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/NonLinearOptimization/covar.h b/unsupported/Eigen/src/NonLinearOptimization/covar.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/NonLinearOptimization/dogleg.h b/unsupported/Eigen/src/NonLinearOptimization/dogleg.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h b/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/NonLinearOptimization/lmpar.h b/unsupported/Eigen/src/NonLinearOptimization/lmpar.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h b/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h b/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/NonLinearOptimization/r1updt.h b/unsupported/Eigen/src/NonLinearOptimization/r1updt.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h b/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h b/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Polynomials/Companion.h b/unsupported/Eigen/src/Polynomials/Companion.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Polynomials/PolynomialSolver.h b/unsupported/Eigen/src/Polynomials/PolynomialSolver.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Polynomials/PolynomialUtils.h b/unsupported/Eigen/src/Polynomials/PolynomialUtils.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h b/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Skyline/SkylineMatrix.h b/unsupported/Eigen/src/Skyline/SkylineMatrix.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h b/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Skyline/SkylineProduct.h b/unsupported/Eigen/src/Skyline/SkylineProduct.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Skyline/SkylineStorage.h b/unsupported/Eigen/src/Skyline/SkylineStorage.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Skyline/SkylineUtil.h b/unsupported/Eigen/src/Skyline/SkylineUtil.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h b/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h b/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h b/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SparseExtra/MarketIO.h b/unsupported/Eigen/src/SparseExtra/MarketIO.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h b/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SparseExtra/RandomSetter.h b/unsupported/Eigen/src/SparseExtra/RandomSetter.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h b/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h b/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h b/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h b/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h b/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h b/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h b/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h b/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h b/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h b/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h b/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h b/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h b/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h b/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h b/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h b/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h b/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h b/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h b/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h b/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Splines/Spline.h b/unsupported/Eigen/src/Splines/Spline.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Splines/SplineFitting.h b/unsupported/Eigen/src/Splines/SplineFitting.h old mode 100755 new mode 100644 diff --git a/unsupported/Eigen/src/Splines/SplineFwd.h b/unsupported/Eigen/src/Splines/SplineFwd.h old mode 100755 new mode 100644 diff --git a/unsupported/README.txt b/unsupported/README.txt old mode 100755 new mode 100644 diff --git a/unsupported/bench/bench_svd.cpp b/unsupported/bench/bench_svd.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/CMakeLists.txt b/unsupported/doc/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/unsupported/doc/Overview.dox b/unsupported/doc/Overview.dox old mode 100755 new mode 100644 diff --git a/unsupported/doc/SYCL.dox b/unsupported/doc/SYCL.dox old mode 100755 new mode 100644 diff --git a/unsupported/doc/eigendoxy_layout.xml.in b/unsupported/doc/eigendoxy_layout.xml.in old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/BVH_Example.cpp b/unsupported/doc/examples/BVH_Example.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/CMakeLists.txt b/unsupported/doc/examples/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/EulerAngles.cpp b/unsupported/doc/examples/EulerAngles.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/FFT.cpp b/unsupported/doc/examples/FFT.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/MatrixExponential.cpp b/unsupported/doc/examples/MatrixExponential.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/MatrixFunction.cpp b/unsupported/doc/examples/MatrixFunction.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/MatrixLogarithm.cpp b/unsupported/doc/examples/MatrixLogarithm.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/MatrixPower.cpp b/unsupported/doc/examples/MatrixPower.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/MatrixPower_optimal.cpp b/unsupported/doc/examples/MatrixPower_optimal.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/MatrixSine.cpp b/unsupported/doc/examples/MatrixSine.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/MatrixSinh.cpp b/unsupported/doc/examples/MatrixSinh.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/MatrixSquareRoot.cpp b/unsupported/doc/examples/MatrixSquareRoot.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/PolynomialSolver1.cpp b/unsupported/doc/examples/PolynomialSolver1.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/PolynomialUtils1.cpp b/unsupported/doc/examples/PolynomialUtils1.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/SYCL/CMakeLists.txt b/unsupported/doc/examples/SYCL/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/unsupported/doc/examples/SYCL/CwiseMul.cpp b/unsupported/doc/examples/SYCL/CwiseMul.cpp old mode 100755 new mode 100644 diff --git a/unsupported/doc/snippets/CMakeLists.txt b/unsupported/doc/snippets/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/unsupported/test/BVH.cpp b/unsupported/test/BVH.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/CMakeLists.txt b/unsupported/test/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/unsupported/test/EulerAngles.cpp b/unsupported/test/EulerAngles.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/FFT.cpp b/unsupported/test/FFT.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/FFTW.cpp b/unsupported/test/FFTW.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/NonLinearOptimization.cpp b/unsupported/test/NonLinearOptimization.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/NumericalDiff.cpp b/unsupported/test/NumericalDiff.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/alignedvector3.cpp b/unsupported/test/alignedvector3.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/autodiff.cpp b/unsupported/test/autodiff.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/autodiff_scalar.cpp b/unsupported/test/autodiff_scalar.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/bessel_functions.cpp b/unsupported/test/bessel_functions.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_eventcount.cpp b/unsupported/test/cxx11_eventcount.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_maxsizevector.cpp b/unsupported/test/cxx11_maxsizevector.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_meta.cpp b/unsupported/test/cxx11_meta.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_non_blocking_thread_pool.cpp b/unsupported/test/cxx11_non_blocking_thread_pool.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_runqueue.cpp b/unsupported/test/cxx11_runqueue.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_argmax.cpp b/unsupported/test/cxx11_tensor_argmax.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_argmax_gpu.cu b/unsupported/test/cxx11_tensor_argmax_gpu.cu old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_argmax_sycl.cpp b/unsupported/test/cxx11_tensor_argmax_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_assign.cpp b/unsupported/test/cxx11_tensor_assign.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_block_access.cpp b/unsupported/test/cxx11_tensor_block_access.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_block_eval.cpp b/unsupported/test/cxx11_tensor_block_eval.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_block_io.cpp b/unsupported/test/cxx11_tensor_block_io.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_broadcast_sycl.cpp b/unsupported/test/cxx11_tensor_broadcast_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_broadcasting.cpp b/unsupported/test/cxx11_tensor_broadcasting.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_builtins_sycl.cpp b/unsupported/test/cxx11_tensor_builtins_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_cast_float16_gpu.cu b/unsupported/test/cxx11_tensor_cast_float16_gpu.cu old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_casts.cpp b/unsupported/test/cxx11_tensor_casts.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_chipping.cpp b/unsupported/test/cxx11_tensor_chipping.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_chipping_sycl.cpp b/unsupported/test/cxx11_tensor_chipping_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_comparisons.cpp b/unsupported/test/cxx11_tensor_comparisons.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_complex_cwise_ops_gpu.cu b/unsupported/test/cxx11_tensor_complex_cwise_ops_gpu.cu old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_complex_gpu.cu b/unsupported/test/cxx11_tensor_complex_gpu.cu old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_concatenation.cpp b/unsupported/test/cxx11_tensor_concatenation.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_concatenation_sycl.cpp b/unsupported/test/cxx11_tensor_concatenation_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_const.cpp b/unsupported/test/cxx11_tensor_const.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_contract_gpu.cu b/unsupported/test/cxx11_tensor_contract_gpu.cu old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_contract_sycl.cpp b/unsupported/test/cxx11_tensor_contract_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_contraction.cpp b/unsupported/test/cxx11_tensor_contraction.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_convolution.cpp b/unsupported/test/cxx11_tensor_convolution.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_convolution_sycl.cpp b/unsupported/test/cxx11_tensor_convolution_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_custom_index.cpp b/unsupported/test/cxx11_tensor_custom_index.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_custom_op.cpp b/unsupported/test/cxx11_tensor_custom_op.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_custom_op_sycl.cpp b/unsupported/test/cxx11_tensor_custom_op_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_device.cu b/unsupported/test/cxx11_tensor_device.cu old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_device_sycl.cpp b/unsupported/test/cxx11_tensor_device_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_dimension.cpp b/unsupported/test/cxx11_tensor_dimension.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_empty.cpp b/unsupported/test/cxx11_tensor_empty.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_executor.cpp b/unsupported/test/cxx11_tensor_executor.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_expr.cpp b/unsupported/test/cxx11_tensor_expr.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_fft.cpp b/unsupported/test/cxx11_tensor_fft.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_fixed_size.cpp b/unsupported/test/cxx11_tensor_fixed_size.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_forced_eval.cpp b/unsupported/test/cxx11_tensor_forced_eval.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_forced_eval_sycl.cpp b/unsupported/test/cxx11_tensor_forced_eval_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_generator.cpp b/unsupported/test/cxx11_tensor_generator.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_generator_sycl.cpp b/unsupported/test/cxx11_tensor_generator_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_gpu.cu b/unsupported/test/cxx11_tensor_gpu.cu old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_ifft.cpp b/unsupported/test/cxx11_tensor_ifft.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_image_op_sycl.cpp b/unsupported/test/cxx11_tensor_image_op_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_image_patch.cpp b/unsupported/test/cxx11_tensor_image_patch.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_image_patch_sycl.cpp b/unsupported/test/cxx11_tensor_image_patch_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_index_list.cpp b/unsupported/test/cxx11_tensor_index_list.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_inflation.cpp b/unsupported/test/cxx11_tensor_inflation.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_inflation_sycl.cpp b/unsupported/test/cxx11_tensor_inflation_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_intdiv.cpp b/unsupported/test/cxx11_tensor_intdiv.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_io.cpp b/unsupported/test/cxx11_tensor_io.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_layout_swap.cpp b/unsupported/test/cxx11_tensor_layout_swap.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_layout_swap_sycl.cpp b/unsupported/test/cxx11_tensor_layout_swap_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_lvalue.cpp b/unsupported/test/cxx11_tensor_lvalue.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_map.cpp b/unsupported/test/cxx11_tensor_map.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_math.cpp b/unsupported/test/cxx11_tensor_math.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_math_sycl.cpp b/unsupported/test/cxx11_tensor_math_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_mixed_indices.cpp b/unsupported/test/cxx11_tensor_mixed_indices.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_morphing.cpp b/unsupported/test/cxx11_tensor_morphing.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_morphing_sycl.cpp b/unsupported/test/cxx11_tensor_morphing_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_move.cpp b/unsupported/test/cxx11_tensor_move.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_notification.cpp b/unsupported/test/cxx11_tensor_notification.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_of_complex.cpp b/unsupported/test/cxx11_tensor_of_complex.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_of_const_values.cpp b/unsupported/test/cxx11_tensor_of_const_values.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_of_float16_gpu.cu b/unsupported/test/cxx11_tensor_of_float16_gpu.cu old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_of_strings.cpp b/unsupported/test/cxx11_tensor_of_strings.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_padding.cpp b/unsupported/test/cxx11_tensor_padding.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_padding_sycl.cpp b/unsupported/test/cxx11_tensor_padding_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_patch.cpp b/unsupported/test/cxx11_tensor_patch.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_patch_sycl.cpp b/unsupported/test/cxx11_tensor_patch_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_random.cpp b/unsupported/test/cxx11_tensor_random.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_random_gpu.cu b/unsupported/test/cxx11_tensor_random_gpu.cu old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_random_sycl.cpp b/unsupported/test/cxx11_tensor_random_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_reduction.cpp b/unsupported/test/cxx11_tensor_reduction.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_reduction_gpu.cu b/unsupported/test/cxx11_tensor_reduction_gpu.cu old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_reduction_sycl.cpp b/unsupported/test/cxx11_tensor_reduction_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_ref.cpp b/unsupported/test/cxx11_tensor_ref.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_reverse.cpp b/unsupported/test/cxx11_tensor_reverse.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_reverse_sycl.cpp b/unsupported/test/cxx11_tensor_reverse_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_roundings.cpp b/unsupported/test/cxx11_tensor_roundings.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_scan.cpp b/unsupported/test/cxx11_tensor_scan.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_scan_gpu.cu b/unsupported/test/cxx11_tensor_scan_gpu.cu old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_scan_sycl.cpp b/unsupported/test/cxx11_tensor_scan_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_shuffling.cpp b/unsupported/test/cxx11_tensor_shuffling.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_shuffling_sycl.cpp b/unsupported/test/cxx11_tensor_shuffling_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_simple.cpp b/unsupported/test/cxx11_tensor_simple.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_striding.cpp b/unsupported/test/cxx11_tensor_striding.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_striding_sycl.cpp b/unsupported/test/cxx11_tensor_striding_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_sugar.cpp b/unsupported/test/cxx11_tensor_sugar.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_sycl.cpp b/unsupported/test/cxx11_tensor_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_symmetry.cpp b/unsupported/test/cxx11_tensor_symmetry.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_thread_local.cpp b/unsupported/test/cxx11_tensor_thread_local.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_thread_pool.cpp b/unsupported/test/cxx11_tensor_thread_pool.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_trace.cpp b/unsupported/test/cxx11_tensor_trace.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_uint128.cpp b/unsupported/test/cxx11_tensor_uint128.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_volume_patch.cpp b/unsupported/test/cxx11_tensor_volume_patch.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/cxx11_tensor_volume_patch_sycl.cpp b/unsupported/test/cxx11_tensor_volume_patch_sycl.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/dgmres.cpp b/unsupported/test/dgmres.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/forward_adolc.cpp b/unsupported/test/forward_adolc.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/gmres.cpp b/unsupported/test/gmres.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/idrs.cpp b/unsupported/test/idrs.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/kronecker_product.cpp b/unsupported/test/kronecker_product.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/levenberg_marquardt.cpp b/unsupported/test/levenberg_marquardt.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/matrix_exponential.cpp b/unsupported/test/matrix_exponential.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/matrix_function.cpp b/unsupported/test/matrix_function.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/matrix_functions.h b/unsupported/test/matrix_functions.h old mode 100755 new mode 100644 diff --git a/unsupported/test/matrix_power.cpp b/unsupported/test/matrix_power.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/matrix_square_root.cpp b/unsupported/test/matrix_square_root.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/minres.cpp b/unsupported/test/minres.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/mpreal_support.cpp b/unsupported/test/mpreal_support.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/openglsupport.cpp b/unsupported/test/openglsupport.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/polynomialsolver.cpp b/unsupported/test/polynomialsolver.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/polynomialutils.cpp b/unsupported/test/polynomialutils.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/sparse_extra.cpp b/unsupported/test/sparse_extra.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/special_functions.cpp b/unsupported/test/special_functions.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/special_packetmath.cpp b/unsupported/test/special_packetmath.cpp old mode 100755 new mode 100644 diff --git a/unsupported/test/splines.cpp b/unsupported/test/splines.cpp old mode 100755 new mode 100644