Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/b4ddf6fe9b6826934909ca96db4ef4c4 to your computer and use it in GitHub Desktop.
Save ryantm/b4ddf6fe9b6826934909ca96db4ef4c4 to your computer and use it in GitHub Desktop.
/nix/store/55c6aj8cfvyyzj3wpp9lblyv18bgmbn0-eigen-3.3.7
├── include
│   └── eigen3
│   ├── Eigen
│   │   ├── Cholesky
│   │   ├── CholmodSupport
│   │   ├── Core
│   │   ├── Dense
│   │   ├── Eigen
│   │   ├── Eigenvalues
│   │   ├── Geometry
│   │   ├── Householder
│   │   ├── IterativeLinearSolvers
│   │   ├── Jacobi
│   │   ├── LU
│   │   ├── MetisSupport
│   │   ├── OrderingMethods
│   │   ├── PardisoSupport
│   │   ├── PaStiXSupport
│   │   ├── QR
│   │   ├── QtAlignedMalloc
│   │   ├── Sparse
│   │   ├── SparseCholesky
│   │   ├── SparseCore
│   │   ├── SparseLU
│   │   ├── SparseQR
│   │   ├── SPQRSupport
│   │   ├── src
│   │   │   ├── Cholesky
│   │   │   │   ├── LDLT.h
│   │   │   │   ├── LLT.h
│   │   │   │   └── LLT_LAPACKE.h
│   │   │   ├── CholmodSupport
│   │   │   │   └── CholmodSupport.h
│   │   │   ├── Core
│   │   │   │   ├── arch
│   │   │   │   │   ├── AltiVec
│   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   ├── AVX
│   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   ├── AVX512
│   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   ├── CUDA
│   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   ├── Half.h
│   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   ├── PacketMathHalf.h
│   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   ├── Default
│   │   │   │   │   │   ├── ConjHelper.h
│   │   │   │   │   │   └── Settings.h
│   │   │   │   │   ├── NEON
│   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   ├── SSE
│   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   └── ZVector
│   │   │   │   │   ├── Complex.h
│   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   └── PacketMath.h
│   │   │   │   ├── ArrayBase.h
│   │   │   │   ├── Array.h
│   │   │   │   ├── ArrayWrapper.h
│   │   │   │   ├── AssignEvaluator.h
│   │   │   │   ├── Assign.h
│   │   │   │   ├── Assign_MKL.h
│   │   │   │   ├── BandMatrix.h
│   │   │   │   ├── Block.h
│   │   │   │   ├── BooleanRedux.h
│   │   │   │   ├── CommaInitializer.h
│   │   │   │   ├── ConditionEstimator.h
│   │   │   │   ├── CoreEvaluators.h
│   │   │   │   ├── CoreIterators.h
│   │   │   │   ├── CwiseBinaryOp.h
│   │   │   │   ├── CwiseNullaryOp.h
│   │   │   │   ├── CwiseTernaryOp.h
│   │   │   │   ├── CwiseUnaryOp.h
│   │   │   │   ├── CwiseUnaryView.h
│   │   │   │   ├── DenseBase.h
│   │   │   │   ├── DenseCoeffsBase.h
│   │   │   │   ├── DenseStorage.h
│   │   │   │   ├── Diagonal.h
│   │   │   │   ├── DiagonalMatrix.h
│   │   │   │   ├── DiagonalProduct.h
│   │   │   │   ├── Dot.h
│   │   │   │   ├── EigenBase.h
│   │   │   │   ├── ForceAlignedAccess.h
│   │   │   │   ├── functors
│   │   │   │   │   ├── AssignmentFunctors.h
│   │   │   │   │   ├── BinaryFunctors.h
│   │   │   │   │   ├── NullaryFunctors.h
│   │   │   │   │   ├── StlFunctors.h
│   │   │   │   │   ├── TernaryFunctors.h
│   │   │   │   │   └── UnaryFunctors.h
│   │   │   │   ├── Fuzzy.h
│   │   │   │   ├── GeneralProduct.h
│   │   │   │   ├── GenericPacketMath.h
│   │   │   │   ├── GlobalFunctions.h
│   │   │   │   ├── Inverse.h
│   │   │   │   ├── IO.h
│   │   │   │   ├── MapBase.h
│   │   │   │   ├── Map.h
│   │   │   │   ├── MathFunctions.h
│   │   │   │   ├── MathFunctionsImpl.h
│   │   │   │   ├── MatrixBase.h
│   │   │   │   ├── Matrix.h
│   │   │   │   ├── NestByValue.h
│   │   │   │   ├── NoAlias.h
│   │   │   │   ├── NumTraits.h
│   │   │   │   ├── PermutationMatrix.h
│   │   │   │   ├── PlainObjectBase.h
│   │   │   │   ├── ProductEvaluators.h
│   │   │   │   ├── Product.h
│   │   │   │   ├── products
│   │   │   │   │   ├── GeneralBlockPanelKernel.h
│   │   │   │   │   ├── GeneralMatrixMatrix_BLAS.h
│   │   │   │   │   ├── GeneralMatrixMatrix.h
│   │   │   │   │   ├── GeneralMatrixMatrixTriangular_BLAS.h
│   │   │   │   │   ├── GeneralMatrixMatrixTriangular.h
│   │   │   │   │   ├── GeneralMatrixVector_BLAS.h
│   │   │   │   │   ├── GeneralMatrixVector.h
│   │   │   │   │   ├── Parallelizer.h
│   │   │   │   │   ├── SelfadjointMatrixMatrix_BLAS.h
│   │   │   │   │   ├── SelfadjointMatrixMatrix.h
│   │   │   │   │   ├── SelfadjointMatrixVector_BLAS.h
│   │   │   │   │   ├── SelfadjointMatrixVector.h
│   │   │   │   │   ├── SelfadjointProduct.h
│   │   │   │   │   ├── SelfadjointRank2Update.h
│   │   │   │   │   ├── TriangularMatrixMatrix_BLAS.h
│   │   │   │   │   ├── TriangularMatrixMatrix.h
│   │   │   │   │   ├── TriangularMatrixVector_BLAS.h
│   │   │   │   │   ├── TriangularMatrixVector.h
│   │   │   │   │   ├── TriangularSolverMatrix_BLAS.h
│   │   │   │   │   ├── TriangularSolverMatrix.h
│   │   │   │   │   └── TriangularSolverVector.h
│   │   │   │   ├── Random.h
│   │   │   │   ├── Redux.h
│   │   │   │   ├── Ref.h
│   │   │   │   ├── Replicate.h
│   │   │   │   ├── ReturnByValue.h
│   │   │   │   ├── Reverse.h
│   │   │   │   ├── Select.h
│   │   │   │   ├── SelfAdjointView.h
│   │   │   │   ├── SelfCwiseBinaryOp.h
│   │   │   │   ├── Solve.h
│   │   │   │   ├── SolverBase.h
│   │   │   │   ├── SolveTriangular.h
│   │   │   │   ├── StableNorm.h
│   │   │   │   ├── Stride.h
│   │   │   │   ├── Swap.h
│   │   │   │   ├── Transpose.h
│   │   │   │   ├── Transpositions.h
│   │   │   │   ├── TriangularMatrix.h
│   │   │   │   ├── util
│   │   │   │   │   ├── BlasUtil.h
│   │   │   │   │   ├── Constants.h
│   │   │   │   │   ├── DisableStupidWarnings.h
│   │   │   │   │   ├── ForwardDeclarations.h
│   │   │   │   │   ├── Macros.h
│   │   │   │   │   ├── Memory.h
│   │   │   │   │   ├── Meta.h
│   │   │   │   │   ├── MKL_support.h
│   │   │   │   │   ├── NonMPL2.h
│   │   │   │   │   ├── ReenableStupidWarnings.h
│   │   │   │   │   ├── StaticAssert.h
│   │   │   │   │   └── XprHelper.h
│   │   │   │   ├── VectorBlock.h
│   │   │   │   ├── VectorwiseOp.h
│   │   │   │   └── Visitor.h
│   │   │   ├── Eigenvalues
│   │   │   │   ├── ComplexEigenSolver.h
│   │   │   │   ├── ComplexSchur.h
│   │   │   │   ├── ComplexSchur_LAPACKE.h
│   │   │   │   ├── EigenSolver.h
│   │   │   │   ├── GeneralizedEigenSolver.h
│   │   │   │   ├── GeneralizedSelfAdjointEigenSolver.h
│   │   │   │   ├── HessenbergDecomposition.h
│   │   │   │   ├── MatrixBaseEigenvalues.h
│   │   │   │   ├── RealQZ.h
│   │   │   │   ├── RealSchur.h
│   │   │   │   ├── RealSchur_LAPACKE.h
│   │   │   │   ├── SelfAdjointEigenSolver.h
│   │   │   │   ├── SelfAdjointEigenSolver_LAPACKE.h
│   │   │   │   └── Tridiagonalization.h
│   │   │   ├── Geometry
│   │   │   │   ├── AlignedBox.h
│   │   │   │   ├── AngleAxis.h
│   │   │   │   ├── arch
│   │   │   │   │   └── Geometry_SSE.h
│   │   │   │   ├── EulerAngles.h
│   │   │   │   ├── Homogeneous.h
│   │   │   │   ├── Hyperplane.h
│   │   │   │   ├── OrthoMethods.h
│   │   │   │   ├── ParametrizedLine.h
│   │   │   │   ├── Quaternion.h
│   │   │   │   ├── Rotation2D.h
│   │   │   │   ├── RotationBase.h
│   │   │   │   ├── Scaling.h
│   │   │   │   ├── Transform.h
│   │   │   │   ├── Translation.h
│   │   │   │   └── Umeyama.h
│   │   │   ├── Householder
│   │   │   │   ├── BlockHouseholder.h
│   │   │   │   ├── Householder.h
│   │   │   │   └── HouseholderSequence.h
│   │   │   ├── IterativeLinearSolvers
│   │   │   │   ├── BasicPreconditioners.h
│   │   │   │   ├── BiCGSTAB.h
│   │   │   │   ├── ConjugateGradient.h
│   │   │   │   ├── IncompleteCholesky.h
│   │   │   │   ├── IncompleteLUT.h
│   │   │   │   ├── IterativeSolverBase.h
│   │   │   │   ├── LeastSquareConjugateGradient.h
│   │   │   │   └── SolveWithGuess.h
│   │   │   ├── Jacobi
│   │   │   │   └── Jacobi.h
│   │   │   ├── LU
│   │   │   │   ├── arch
│   │   │   │   │   └── Inverse_SSE.h
│   │   │   │   ├── Determinant.h
│   │   │   │   ├── FullPivLU.h
│   │   │   │   ├── InverseImpl.h
│   │   │   │   ├── PartialPivLU.h
│   │   │   │   └── PartialPivLU_LAPACKE.h
│   │   │   ├── MetisSupport
│   │   │   │   └── MetisSupport.h
│   │   │   ├── misc
│   │   │   │   ├── blas.h
│   │   │   │   ├── Image.h
│   │   │   │   ├── Kernel.h
│   │   │   │   ├── lapacke.h
│   │   │   │   ├── lapacke_mangling.h
│   │   │   │   ├── lapack.h
│   │   │   │   └── RealSvd2x2.h
│   │   │   ├── OrderingMethods
│   │   │   │   ├── Amd.h
│   │   │   │   ├── Eigen_Colamd.h
│   │   │   │   └── Ordering.h
│   │   │   ├── PardisoSupport
│   │   │   │   └── PardisoSupport.h
│   │   │   ├── PaStiXSupport
│   │   │   │   └── PaStiXSupport.h
│   │   │   ├── plugins
│   │   │   │   ├── ArrayCwiseBinaryOps.h
│   │   │   │   ├── ArrayCwiseUnaryOps.h
│   │   │   │   ├── BlockMethods.h
│   │   │   │   ├── CommonCwiseBinaryOps.h
│   │   │   │   ├── CommonCwiseUnaryOps.h
│   │   │   │   ├── MatrixCwiseBinaryOps.h
│   │   │   │   └── MatrixCwiseUnaryOps.h
│   │   │   ├── QR
│   │   │   │   ├── ColPivHouseholderQR.h
│   │   │   │   ├── ColPivHouseholderQR_LAPACKE.h
│   │   │   │   ├── CompleteOrthogonalDecomposition.h
│   │   │   │   ├── FullPivHouseholderQR.h
│   │   │   │   ├── HouseholderQR.h
│   │   │   │   └── HouseholderQR_LAPACKE.h
│   │   │   ├── SparseCholesky
│   │   │   │   ├── SimplicialCholesky.h
│   │   │   │   └── SimplicialCholesky_impl.h
│   │   │   ├── SparseCore
│   │   │   │   ├── AmbiVector.h
│   │   │   │   ├── CompressedStorage.h
│   │   │   │   ├── ConservativeSparseSparseProduct.h
│   │   │   │   ├── MappedSparseMatrix.h
│   │   │   │   ├── SparseAssign.h
│   │   │   │   ├── SparseBlock.h
│   │   │   │   ├── SparseColEtree.h
│   │   │   │   ├── SparseCompressedBase.h
│   │   │   │   ├── SparseCwiseBinaryOp.h
│   │   │   │   ├── SparseCwiseUnaryOp.h
│   │   │   │   ├── SparseDenseProduct.h
│   │   │   │   ├── SparseDiagonalProduct.h
│   │   │   │   ├── SparseDot.h
│   │   │   │   ├── SparseFuzzy.h
│   │   │   │   ├── SparseMap.h
│   │   │   │   ├── SparseMatrixBase.h
│   │   │   │   ├── SparseMatrix.h
│   │   │   │   ├── SparsePermutation.h
│   │   │   │   ├── SparseProduct.h
│   │   │   │   ├── SparseRedux.h
│   │   │   │   ├── SparseRef.h
│   │   │   │   ├── SparseSelfAdjointView.h
│   │   │   │   ├── SparseSolverBase.h
│   │   │   │   ├── SparseSparseProductWithPruning.h
│   │   │   │   ├── SparseTranspose.h
│   │   │   │   ├── SparseTriangularView.h
│   │   │   │   ├── SparseUtil.h
│   │   │   │   ├── SparseVector.h
│   │   │   │   ├── SparseView.h
│   │   │   │   └── TriangularSolver.h
│   │   │   ├── SparseLU
│   │   │   │   ├── SparseLU_column_bmod.h
│   │   │   │   ├── SparseLU_column_dfs.h
│   │   │   │   ├── SparseLU_copy_to_ucol.h
│   │   │   │   ├── SparseLU_gemm_kernel.h
│   │   │   │   ├── SparseLU.h
│   │   │   │   ├── SparseLU_heap_relax_snode.h
│   │   │   │   ├── SparseLUImpl.h
│   │   │   │   ├── SparseLU_kernel_bmod.h
│   │   │   │   ├── SparseLU_Memory.h
│   │   │   │   ├── SparseLU_panel_bmod.h
│   │   │   │   ├── SparseLU_panel_dfs.h
│   │   │   │   ├── SparseLU_pivotL.h
│   │   │   │   ├── SparseLU_pruneL.h
│   │   │   │   ├── SparseLU_relax_snode.h
│   │   │   │   ├── SparseLU_Structs.h
│   │   │   │   ├── SparseLU_SupernodalMatrix.h
│   │   │   │   └── SparseLU_Utils.h
│   │   │   ├── SparseQR
│   │   │   │   └── SparseQR.h
│   │   │   ├── SPQRSupport
│   │   │   │   └── SuiteSparseQRSupport.h
│   │   │   ├── StlSupport
│   │   │   │   ├── details.h
│   │   │   │   ├── StdDeque.h
│   │   │   │   ├── StdList.h
│   │   │   │   └── StdVector.h
│   │   │   ├── SuperLUSupport
│   │   │   │   └── SuperLUSupport.h
│   │   │   ├── SVD
│   │   │   │   ├── BDCSVD.h
│   │   │   │   ├── JacobiSVD.h
│   │   │   │   ├── JacobiSVD_LAPACKE.h
│   │   │   │   ├── SVDBase.h
│   │   │   │   └── UpperBidiagonalization.h
│   │   │   └── UmfPackSupport
│   │   │   └── UmfPackSupport.h
│   │   ├── StdDeque
│   │   ├── StdList
│   │   ├── StdVector
│   │   ├── SuperLUSupport
│   │   ├── SVD
│   │   └── UmfPackSupport
│   ├── signature_of_eigen3_matrix_library
│   └── unsupported
│   └── Eigen
│   ├── AdolcForward
│   ├── AlignedVector3
│   ├── ArpackSupport
│   ├── AutoDiff
│   ├── BVH
│   ├── CXX11
│   │   ├── src
│   │   │   ├── Tensor
│   │   │   │   ├── TensorArgMax.h
│   │   │   │   ├── TensorAssign.h
│   │   │   │   ├── TensorBase.h
│   │   │   │   ├── TensorBroadcasting.h
│   │   │   │   ├── TensorChipping.h
│   │   │   │   ├── TensorConcatenation.h
│   │   │   │   ├── TensorContractionBlocking.h
│   │   │   │   ├── TensorContractionCuda.h
│   │   │   │   ├── TensorContraction.h
│   │   │   │   ├── TensorContractionMapper.h
│   │   │   │   ├── TensorContractionThreadPool.h
│   │   │   │   ├── TensorConversion.h
│   │   │   │   ├── TensorConvolution.h
│   │   │   │   ├── TensorCostModel.h
│   │   │   │   ├── TensorCustomOp.h
│   │   │   │   ├── TensorDeviceCuda.h
│   │   │   │   ├── TensorDeviceDefault.h
│   │   │   │   ├── TensorDevice.h
│   │   │   │   ├── TensorDeviceSycl.h
│   │   │   │   ├── TensorDeviceThreadPool.h
│   │   │   │   ├── TensorDimensionList.h
│   │   │   │   ├── TensorDimensions.h
│   │   │   │   ├── TensorEvalTo.h
│   │   │   │   ├── TensorEvaluator.h
│   │   │   │   ├── TensorExecutor.h
│   │   │   │   ├── TensorExpr.h
│   │   │   │   ├── TensorFFT.h
│   │   │   │   ├── TensorFixedSize.h
│   │   │   │   ├── TensorForcedEval.h
│   │   │   │   ├── TensorForwardDeclarations.h
│   │   │   │   ├── TensorFunctors.h
│   │   │   │   ├── TensorGenerator.h
│   │   │   │   ├── TensorGlobalFunctions.h
│   │   │   │   ├── Tensor.h
│   │   │   │   ├── TensorImagePatch.h
│   │   │   │   ├── TensorIndexList.h
│   │   │   │   ├── TensorInflation.h
│   │   │   │   ├── TensorInitializer.h
│   │   │   │   ├── TensorIntDiv.h
│   │   │   │   ├── TensorIO.h
│   │   │   │   ├── TensorLayoutSwap.h
│   │   │   │   ├── TensorMacros.h
│   │   │   │   ├── TensorMap.h
│   │   │   │   ├── TensorMeta.h
│   │   │   │   ├── TensorMorphing.h
│   │   │   │   ├── TensorPadding.h
│   │   │   │   ├── TensorPatch.h
│   │   │   │   ├── TensorRandom.h
│   │   │   │   ├── TensorReductionCuda.h
│   │   │   │   ├── TensorReduction.h
│   │   │   │   ├── TensorReductionSycl.h
│   │   │   │   ├── TensorRef.h
│   │   │   │   ├── TensorReverse.h
│   │   │   │   ├── TensorScan.h
│   │   │   │   ├── TensorShuffling.h
│   │   │   │   ├── TensorStorage.h
│   │   │   │   ├── TensorStriding.h
│   │   │   │   ├── TensorSyclConvertToDeviceExpression.h
│   │   │   │   ├── TensorSyclExprConstructor.h
│   │   │   │   ├── TensorSyclExtractAccessor.h
│   │   │   │   ├── TensorSyclExtractFunctors.h
│   │   │   │   ├── TensorSycl.h
│   │   │   │   ├── TensorSyclLeafCount.h
│   │   │   │   ├── TensorSyclPlaceHolderExpr.h
│   │   │   │   ├── TensorSyclRun.h
│   │   │   │   ├── TensorSyclTuple.h
│   │   │   │   ├── TensorTraits.h
│   │   │   │   ├── TensorUInt128.h
│   │   │   │   └── TensorVolumePatch.h
│   │   │   ├── TensorSymmetry
│   │   │   │   ├── DynamicSymmetry.h
│   │   │   │   ├── StaticSymmetry.h
│   │   │   │   ├── Symmetry.h
│   │   │   │   └── util
│   │   │   │   └── TemplateGroupTheory.h
│   │   │   ├── ThreadPool
│   │   │   │   ├── EventCount.h
│   │   │   │   ├── NonBlockingThreadPool.h
│   │   │   │   ├── RunQueue.h
│   │   │   │   ├── SimpleThreadPool.h
│   │   │   │   ├── ThreadEnvironment.h
│   │   │   │   ├── ThreadLocal.h
│   │   │   │   ├── ThreadPoolInterface.h
│   │   │   │   └── ThreadYield.h
│   │   │   └── util
│   │   │   ├── CXX11Meta.h
│   │   │   ├── CXX11Workarounds.h
│   │   │   ├── EmulateArray.h
│   │   │   ├── EmulateCXX11Meta.h
│   │   │   └── MaxSizeVector.h
│   │   ├── Tensor
│   │   ├── TensorSymmetry
│   │   └── ThreadPool
│   ├── EulerAngles
│   ├── FFT
│   ├── IterativeSolvers
│   ├── KroneckerProduct
│   ├── LevenbergMarquardt
│   ├── MatrixFunctions
│   ├── MoreVectorization
│   ├── MPRealSupport
│   ├── NonLinearOptimization
│   ├── NumericalDiff
│   ├── OpenGLSupport
│   ├── Polynomials
│   ├── Skyline
│   ├── SparseExtra
│   ├── SpecialFunctions
│   ├── Splines
│   └── src
│   ├── AutoDiff
│   │   ├── AutoDiffJacobian.h
│   │   ├── AutoDiffScalar.h
│   │   └── AutoDiffVector.h
│   ├── BVH
│   │   ├── BVAlgorithms.h
│   │   └── KdBVH.h
│   ├── Eigenvalues
│   │   └── ArpackSelfAdjointEigenSolver.h
│   ├── EulerAngles
│   │   ├── EulerAngles.h
│   │   └── EulerSystem.h
│   ├── FFT
│   │   ├── ei_fftw_impl.h
│   │   └── ei_kissfft_impl.h
│   ├── IterativeSolvers
│   │   ├── ConstrainedConjGrad.h
│   │   ├── DGMRES.h
│   │   ├── GMRES.h
│   │   ├── IncompleteLU.h
│   │   ├── IterationController.h
│   │   ├── MINRES.h
│   │   └── Scaling.h
│   ├── KroneckerProduct
│   │   └── KroneckerTensorProduct.h
│   ├── LevenbergMarquardt
│   │   ├── LevenbergMarquardt.h
│   │   ├── LMcovar.h
│   │   ├── LMonestep.h
│   │   ├── LMpar.h
│   │   └── LMqrsolv.h
│   ├── MatrixFunctions
│   │   ├── MatrixExponential.h
│   │   ├── MatrixFunction.h
│   │   ├── MatrixLogarithm.h
│   │   ├── MatrixPower.h
│   │   ├── MatrixSquareRoot.h
│   │   └── StemFunction.h
│   ├── MoreVectorization
│   │   └── MathFunctions.h
│   ├── NonLinearOptimization
│   │   ├── chkder.h
│   │   ├── covar.h
│   │   ├── dogleg.h
│   │   ├── fdjac1.h
│   │   ├── HybridNonLinearSolver.h
│   │   ├── LevenbergMarquardt.h
│   │   ├── lmpar.h
│   │   ├── qrsolv.h
│   │   ├── r1mpyq.h
│   │   ├── r1updt.h
│   │   └── rwupdt.h
│   ├── NumericalDiff
│   │   └── NumericalDiff.h
│   ├── Polynomials
│   │   ├── Companion.h
│   │   ├── PolynomialSolver.h
│   │   └── PolynomialUtils.h
│   ├── Skyline
│   │   ├── SkylineInplaceLU.h
│   │   ├── SkylineMatrixBase.h
│   │   ├── SkylineMatrix.h
│   │   ├── SkylineProduct.h
│   │   ├── SkylineStorage.h
│   │   └── SkylineUtil.h
│   ├── SparseExtra
│   │   ├── BlockOfDynamicSparseMatrix.h
│   │   ├── BlockSparseMatrix.h
│   │   ├── DynamicSparseMatrix.h
│   │   ├── MarketIO.h
│   │   ├── MatrixMarketIterator.h
│   │   └── RandomSetter.h
│   ├── SpecialFunctions
│   │   ├── arch
│   │   │   └── CUDA
│   │   │   └── CudaSpecialFunctions.h
│   │   ├── SpecialFunctionsArrayAPI.h
│   │   ├── SpecialFunctionsFunctors.h
│   │   ├── SpecialFunctionsHalf.h
│   │   ├── SpecialFunctionsImpl.h
│   │   └── SpecialFunctionsPacketMath.h
│   └── Splines
│   ├── SplineFitting.h
│   ├── SplineFwd.h
│   └── Spline.h
└── share
├── eigen3
│   └── cmake
│   ├── Eigen3Config.cmake
│   ├── Eigen3ConfigVersion.cmake
│   ├── Eigen3Targets.cmake
│   └── UseEigen3.cmake
└── pkgconfig
└── eigen3.pc
76 directories, 483 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment