xtgeo 4.10.0__cp313-cp313-win_amd64.whl → 4.11.0__cp313-cp313-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of xtgeo might be problematic. Click here for more details.
- xtgeo/_cxtgeo.cp313-win_amd64.pyd +0 -0
- xtgeo/_internal.cp313-win_amd64.pyd +0 -0
- xtgeo/common/version.py +16 -3
- xtgeo/cube/_cube_window_attributes.py +13 -4
- xtgeo/grid3d/_grid_etc1.py +10 -5
- xtgeo/grid3d/grid.py +22 -6
- xtgeo/metadata/metadata.py +20 -13
- {xtgeo-4.10.0.dist-info → xtgeo-4.11.0.dist-info}/METADATA +1 -1
- xtgeo-4.11.0.dist-info/RECORD +117 -0
- {xtgeo-4.10.0.dist-info → xtgeo-4.11.0.dist-info}/WHEEL +1 -1
- xtgeo/include/eigen3/Eigen/Cholesky +0 -45
- xtgeo/include/eigen3/Eigen/CholmodSupport +0 -48
- xtgeo/include/eigen3/Eigen/Core +0 -384
- xtgeo/include/eigen3/Eigen/Dense +0 -7
- xtgeo/include/eigen3/Eigen/Eigen +0 -2
- xtgeo/include/eigen3/Eigen/Eigenvalues +0 -60
- xtgeo/include/eigen3/Eigen/Geometry +0 -59
- xtgeo/include/eigen3/Eigen/Householder +0 -29
- xtgeo/include/eigen3/Eigen/IterativeLinearSolvers +0 -48
- xtgeo/include/eigen3/Eigen/Jacobi +0 -32
- xtgeo/include/eigen3/Eigen/KLUSupport +0 -41
- xtgeo/include/eigen3/Eigen/LU +0 -47
- xtgeo/include/eigen3/Eigen/MetisSupport +0 -35
- xtgeo/include/eigen3/Eigen/OrderingMethods +0 -70
- xtgeo/include/eigen3/Eigen/PaStiXSupport +0 -49
- xtgeo/include/eigen3/Eigen/PardisoSupport +0 -35
- xtgeo/include/eigen3/Eigen/QR +0 -50
- xtgeo/include/eigen3/Eigen/QtAlignedMalloc +0 -39
- xtgeo/include/eigen3/Eigen/SPQRSupport +0 -34
- xtgeo/include/eigen3/Eigen/SVD +0 -50
- xtgeo/include/eigen3/Eigen/Sparse +0 -34
- xtgeo/include/eigen3/Eigen/SparseCholesky +0 -37
- xtgeo/include/eigen3/Eigen/SparseCore +0 -69
- xtgeo/include/eigen3/Eigen/SparseLU +0 -50
- xtgeo/include/eigen3/Eigen/SparseQR +0 -36
- xtgeo/include/eigen3/Eigen/StdDeque +0 -27
- xtgeo/include/eigen3/Eigen/StdList +0 -26
- xtgeo/include/eigen3/Eigen/StdVector +0 -27
- xtgeo/include/eigen3/Eigen/SuperLUSupport +0 -64
- xtgeo/include/eigen3/Eigen/UmfPackSupport +0 -40
- xtgeo/include/eigen3/Eigen/src/Cholesky/LDLT.h +0 -688
- xtgeo/include/eigen3/Eigen/src/Cholesky/LLT.h +0 -558
- xtgeo/include/eigen3/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -99
- xtgeo/include/eigen3/Eigen/src/CholmodSupport/CholmodSupport.h +0 -682
- xtgeo/include/eigen3/Eigen/src/Core/ArithmeticSequence.h +0 -413
- xtgeo/include/eigen3/Eigen/src/Core/Array.h +0 -417
- xtgeo/include/eigen3/Eigen/src/Core/ArrayBase.h +0 -226
- xtgeo/include/eigen3/Eigen/src/Core/ArrayWrapper.h +0 -209
- xtgeo/include/eigen3/Eigen/src/Core/Assign.h +0 -90
- xtgeo/include/eigen3/Eigen/src/Core/AssignEvaluator.h +0 -1010
- xtgeo/include/eigen3/Eigen/src/Core/Assign_MKL.h +0 -178
- xtgeo/include/eigen3/Eigen/src/Core/BandMatrix.h +0 -353
- xtgeo/include/eigen3/Eigen/src/Core/Block.h +0 -448
- xtgeo/include/eigen3/Eigen/src/Core/BooleanRedux.h +0 -162
- xtgeo/include/eigen3/Eigen/src/Core/CommaInitializer.h +0 -164
- xtgeo/include/eigen3/Eigen/src/Core/ConditionEstimator.h +0 -175
- xtgeo/include/eigen3/Eigen/src/Core/CoreEvaluators.h +0 -1741
- xtgeo/include/eigen3/Eigen/src/Core/CoreIterators.h +0 -132
- xtgeo/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h +0 -183
- xtgeo/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h +0 -1001
- xtgeo/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h +0 -197
- xtgeo/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h +0 -103
- xtgeo/include/eigen3/Eigen/src/Core/CwiseUnaryView.h +0 -132
- xtgeo/include/eigen3/Eigen/src/Core/DenseBase.h +0 -701
- xtgeo/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h +0 -685
- xtgeo/include/eigen3/Eigen/src/Core/DenseStorage.h +0 -652
- xtgeo/include/eigen3/Eigen/src/Core/Diagonal.h +0 -258
- xtgeo/include/eigen3/Eigen/src/Core/DiagonalMatrix.h +0 -391
- xtgeo/include/eigen3/Eigen/src/Core/DiagonalProduct.h +0 -28
- xtgeo/include/eigen3/Eigen/src/Core/Dot.h +0 -318
- xtgeo/include/eigen3/Eigen/src/Core/EigenBase.h +0 -160
- xtgeo/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h +0 -150
- xtgeo/include/eigen3/Eigen/src/Core/Fuzzy.h +0 -155
- xtgeo/include/eigen3/Eigen/src/Core/GeneralProduct.h +0 -465
- xtgeo/include/eigen3/Eigen/src/Core/GenericPacketMath.h +0 -1040
- xtgeo/include/eigen3/Eigen/src/Core/GlobalFunctions.h +0 -194
- xtgeo/include/eigen3/Eigen/src/Core/IO.h +0 -258
- xtgeo/include/eigen3/Eigen/src/Core/IndexedView.h +0 -237
- xtgeo/include/eigen3/Eigen/src/Core/Inverse.h +0 -117
- xtgeo/include/eigen3/Eigen/src/Core/Map.h +0 -171
- xtgeo/include/eigen3/Eigen/src/Core/MapBase.h +0 -310
- xtgeo/include/eigen3/Eigen/src/Core/MathFunctions.h +0 -2057
- xtgeo/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h +0 -200
- xtgeo/include/eigen3/Eigen/src/Core/Matrix.h +0 -565
- xtgeo/include/eigen3/Eigen/src/Core/MatrixBase.h +0 -547
- xtgeo/include/eigen3/Eigen/src/Core/NestByValue.h +0 -85
- xtgeo/include/eigen3/Eigen/src/Core/NoAlias.h +0 -109
- xtgeo/include/eigen3/Eigen/src/Core/NumTraits.h +0 -335
- xtgeo/include/eigen3/Eigen/src/Core/PartialReduxEvaluator.h +0 -232
- xtgeo/include/eigen3/Eigen/src/Core/PermutationMatrix.h +0 -605
- xtgeo/include/eigen3/Eigen/src/Core/PlainObjectBase.h +0 -1128
- xtgeo/include/eigen3/Eigen/src/Core/Product.h +0 -191
- xtgeo/include/eigen3/Eigen/src/Core/ProductEvaluators.h +0 -1179
- xtgeo/include/eigen3/Eigen/src/Core/Random.h +0 -218
- xtgeo/include/eigen3/Eigen/src/Core/Redux.h +0 -515
- xtgeo/include/eigen3/Eigen/src/Core/Ref.h +0 -381
- xtgeo/include/eigen3/Eigen/src/Core/Replicate.h +0 -142
- xtgeo/include/eigen3/Eigen/src/Core/Reshaped.h +0 -454
- xtgeo/include/eigen3/Eigen/src/Core/ReturnByValue.h +0 -119
- xtgeo/include/eigen3/Eigen/src/Core/Reverse.h +0 -217
- xtgeo/include/eigen3/Eigen/src/Core/Select.h +0 -164
- xtgeo/include/eigen3/Eigen/src/Core/SelfAdjointView.h +0 -365
- xtgeo/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h +0 -47
- xtgeo/include/eigen3/Eigen/src/Core/Solve.h +0 -188
- xtgeo/include/eigen3/Eigen/src/Core/SolveTriangular.h +0 -235
- xtgeo/include/eigen3/Eigen/src/Core/SolverBase.h +0 -168
- xtgeo/include/eigen3/Eigen/src/Core/StableNorm.h +0 -251
- xtgeo/include/eigen3/Eigen/src/Core/StlIterators.h +0 -463
- xtgeo/include/eigen3/Eigen/src/Core/Stride.h +0 -116
- xtgeo/include/eigen3/Eigen/src/Core/Swap.h +0 -68
- xtgeo/include/eigen3/Eigen/src/Core/Transpose.h +0 -464
- xtgeo/include/eigen3/Eigen/src/Core/Transpositions.h +0 -386
- xtgeo/include/eigen3/Eigen/src/Core/TriangularMatrix.h +0 -1001
- xtgeo/include/eigen3/Eigen/src/Core/VectorBlock.h +0 -96
- xtgeo/include/eigen3/Eigen/src/Core/VectorwiseOp.h +0 -784
- xtgeo/include/eigen3/Eigen/src/Core/Visitor.h +0 -381
- xtgeo/include/eigen3/Eigen/src/Core/arch/AVX/Complex.h +0 -372
- xtgeo/include/eigen3/Eigen/src/Core/arch/AVX/MathFunctions.h +0 -228
- xtgeo/include/eigen3/Eigen/src/Core/arch/AVX/PacketMath.h +0 -1574
- xtgeo/include/eigen3/Eigen/src/Core/arch/AVX/TypeCasting.h +0 -115
- xtgeo/include/eigen3/Eigen/src/Core/arch/AVX512/Complex.h +0 -422
- xtgeo/include/eigen3/Eigen/src/Core/arch/AVX512/MathFunctions.h +0 -362
- xtgeo/include/eigen3/Eigen/src/Core/arch/AVX512/PacketMath.h +0 -2303
- xtgeo/include/eigen3/Eigen/src/Core/arch/AVX512/TypeCasting.h +0 -89
- xtgeo/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h +0 -417
- xtgeo/include/eigen3/Eigen/src/Core/arch/AltiVec/MathFunctions.h +0 -90
- xtgeo/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +0 -2937
- xtgeo/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +0 -221
- xtgeo/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +0 -629
- xtgeo/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h +0 -2711
- xtgeo/include/eigen3/Eigen/src/Core/arch/CUDA/Complex.h +0 -258
- xtgeo/include/eigen3/Eigen/src/Core/arch/Default/BFloat16.h +0 -700
- xtgeo/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h +0 -117
- xtgeo/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +0 -1649
- xtgeo/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +0 -110
- xtgeo/include/eigen3/Eigen/src/Core/arch/Default/Half.h +0 -942
- xtgeo/include/eigen3/Eigen/src/Core/arch/Default/Settings.h +0 -49
- xtgeo/include/eigen3/Eigen/src/Core/arch/Default/TypeCasting.h +0 -120
- xtgeo/include/eigen3/Eigen/src/Core/arch/GPU/MathFunctions.h +0 -103
- xtgeo/include/eigen3/Eigen/src/Core/arch/GPU/PacketMath.h +0 -1685
- xtgeo/include/eigen3/Eigen/src/Core/arch/GPU/TypeCasting.h +0 -80
- xtgeo/include/eigen3/Eigen/src/Core/arch/HIP/hcc/math_constants.h +0 -23
- xtgeo/include/eigen3/Eigen/src/Core/arch/MSA/Complex.h +0 -648
- xtgeo/include/eigen3/Eigen/src/Core/arch/MSA/MathFunctions.h +0 -387
- xtgeo/include/eigen3/Eigen/src/Core/arch/MSA/PacketMath.h +0 -1233
- xtgeo/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h +0 -584
- xtgeo/include/eigen3/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +0 -183
- xtgeo/include/eigen3/Eigen/src/Core/arch/NEON/MathFunctions.h +0 -75
- xtgeo/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h +0 -4587
- xtgeo/include/eigen3/Eigen/src/Core/arch/NEON/TypeCasting.h +0 -1419
- xtgeo/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h +0 -351
- xtgeo/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h +0 -199
- xtgeo/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h +0 -1505
- xtgeo/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h +0 -142
- xtgeo/include/eigen3/Eigen/src/Core/arch/SVE/MathFunctions.h +0 -44
- xtgeo/include/eigen3/Eigen/src/Core/arch/SVE/PacketMath.h +0 -752
- xtgeo/include/eigen3/Eigen/src/Core/arch/SVE/TypeCasting.h +0 -49
- xtgeo/include/eigen3/Eigen/src/Core/arch/SYCL/InteropHeaders.h +0 -232
- xtgeo/include/eigen3/Eigen/src/Core/arch/SYCL/MathFunctions.h +0 -301
- xtgeo/include/eigen3/Eigen/src/Core/arch/SYCL/PacketMath.h +0 -670
- xtgeo/include/eigen3/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +0 -694
- xtgeo/include/eigen3/Eigen/src/Core/arch/SYCL/TypeCasting.h +0 -85
- xtgeo/include/eigen3/Eigen/src/Core/arch/ZVector/Complex.h +0 -426
- xtgeo/include/eigen3/Eigen/src/Core/arch/ZVector/MathFunctions.h +0 -233
- xtgeo/include/eigen3/Eigen/src/Core/arch/ZVector/PacketMath.h +0 -1060
- xtgeo/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h +0 -177
- xtgeo/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h +0 -541
- xtgeo/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h +0 -189
- xtgeo/include/eigen3/Eigen/src/Core/functors/StlFunctors.h +0 -166
- xtgeo/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h +0 -25
- xtgeo/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h +0 -1131
- xtgeo/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h +0 -2645
- xtgeo/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h +0 -517
- xtgeo/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +0 -317
- xtgeo/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +0 -145
- xtgeo/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +0 -124
- xtgeo/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h +0 -518
- xtgeo/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +0 -136
- xtgeo/include/eigen3/Eigen/src/Core/products/Parallelizer.h +0 -180
- xtgeo/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +0 -544
- xtgeo/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +0 -295
- xtgeo/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h +0 -262
- xtgeo/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +0 -118
- xtgeo/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h +0 -133
- xtgeo/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h +0 -94
- xtgeo/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h +0 -472
- xtgeo/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +0 -317
- xtgeo/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h +0 -350
- xtgeo/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +0 -255
- xtgeo/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h +0 -337
- xtgeo/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +0 -167
- xtgeo/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h +0 -148
- xtgeo/include/eigen3/Eigen/src/Core/util/BlasUtil.h +0 -583
- xtgeo/include/eigen3/Eigen/src/Core/util/ConfigureVectorization.h +0 -512
- xtgeo/include/eigen3/Eigen/src/Core/util/Constants.h +0 -563
- xtgeo/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +0 -106
- xtgeo/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h +0 -322
- xtgeo/include/eigen3/Eigen/src/Core/util/IndexedViewHelper.h +0 -186
- xtgeo/include/eigen3/Eigen/src/Core/util/IntegralConstant.h +0 -272
- xtgeo/include/eigen3/Eigen/src/Core/util/MKL_support.h +0 -137
- xtgeo/include/eigen3/Eigen/src/Core/util/Macros.h +0 -1464
- xtgeo/include/eigen3/Eigen/src/Core/util/Memory.h +0 -1163
- xtgeo/include/eigen3/Eigen/src/Core/util/Meta.h +0 -812
- xtgeo/include/eigen3/Eigen/src/Core/util/NonMPL2.h +0 -3
- xtgeo/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +0 -31
- xtgeo/include/eigen3/Eigen/src/Core/util/ReshapedHelper.h +0 -51
- xtgeo/include/eigen3/Eigen/src/Core/util/StaticAssert.h +0 -221
- xtgeo/include/eigen3/Eigen/src/Core/util/SymbolicIndex.h +0 -293
- xtgeo/include/eigen3/Eigen/src/Core/util/XprHelper.h +0 -856
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -346
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +0 -462
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -91
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +0 -622
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -418
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -226
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -374
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -158
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h +0 -657
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +0 -558
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -77
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -904
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -87
- xtgeo/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h +0 -561
- xtgeo/include/eigen3/Eigen/src/Geometry/AlignedBox.h +0 -486
- xtgeo/include/eigen3/Eigen/src/Geometry/AngleAxis.h +0 -247
- xtgeo/include/eigen3/Eigen/src/Geometry/EulerAngles.h +0 -114
- xtgeo/include/eigen3/Eigen/src/Geometry/Homogeneous.h +0 -501
- xtgeo/include/eigen3/Eigen/src/Geometry/Hyperplane.h +0 -282
- xtgeo/include/eigen3/Eigen/src/Geometry/OrthoMethods.h +0 -235
- xtgeo/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h +0 -232
- xtgeo/include/eigen3/Eigen/src/Geometry/Quaternion.h +0 -870
- xtgeo/include/eigen3/Eigen/src/Geometry/Rotation2D.h +0 -199
- xtgeo/include/eigen3/Eigen/src/Geometry/RotationBase.h +0 -206
- xtgeo/include/eigen3/Eigen/src/Geometry/Scaling.h +0 -188
- xtgeo/include/eigen3/Eigen/src/Geometry/Transform.h +0 -1563
- xtgeo/include/eigen3/Eigen/src/Geometry/Translation.h +0 -202
- xtgeo/include/eigen3/Eigen/src/Geometry/Umeyama.h +0 -166
- xtgeo/include/eigen3/Eigen/src/Geometry/arch/Geometry_SIMD.h +0 -168
- xtgeo/include/eigen3/Eigen/src/Householder/BlockHouseholder.h +0 -110
- xtgeo/include/eigen3/Eigen/src/Householder/Householder.h +0 -176
- xtgeo/include/eigen3/Eigen/src/Householder/HouseholderSequence.h +0 -545
- xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +0 -226
- xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -212
- xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -229
- xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +0 -394
- xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +0 -453
- xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +0 -444
- xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -198
- xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +0 -117
- xtgeo/include/eigen3/Eigen/src/Jacobi/Jacobi.h +0 -483
- xtgeo/include/eigen3/Eigen/src/KLUSupport/KLUSupport.h +0 -358
- xtgeo/include/eigen3/Eigen/src/LU/Determinant.h +0 -117
- xtgeo/include/eigen3/Eigen/src/LU/FullPivLU.h +0 -877
- xtgeo/include/eigen3/Eigen/src/LU/InverseImpl.h +0 -432
- xtgeo/include/eigen3/Eigen/src/LU/PartialPivLU.h +0 -624
- xtgeo/include/eigen3/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -83
- xtgeo/include/eigen3/Eigen/src/LU/arch/InverseSize4.h +0 -351
- xtgeo/include/eigen3/Eigen/src/MetisSupport/MetisSupport.h +0 -137
- xtgeo/include/eigen3/Eigen/src/OrderingMethods/Amd.h +0 -435
- xtgeo/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -1863
- xtgeo/include/eigen3/Eigen/src/OrderingMethods/Ordering.h +0 -153
- xtgeo/include/eigen3/Eigen/src/PaStiXSupport/PaStiXSupport.h +0 -678
- xtgeo/include/eigen3/Eigen/src/PardisoSupport/PardisoSupport.h +0 -545
- xtgeo/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h +0 -674
- xtgeo/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -97
- xtgeo/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -635
- xtgeo/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h +0 -713
- xtgeo/include/eigen3/Eigen/src/QR/HouseholderQR.h +0 -434
- xtgeo/include/eigen3/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -68
- xtgeo/include/eigen3/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +0 -335
- xtgeo/include/eigen3/Eigen/src/SVD/BDCSVD.h +0 -1366
- xtgeo/include/eigen3/Eigen/src/SVD/JacobiSVD.h +0 -812
- xtgeo/include/eigen3/Eigen/src/SVD/JacobiSVD_LAPACKE.h +0 -91
- xtgeo/include/eigen3/Eigen/src/SVD/SVDBase.h +0 -376
- xtgeo/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h +0 -414
- xtgeo/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -697
- xtgeo/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -174
- xtgeo/include/eigen3/Eigen/src/SparseCore/AmbiVector.h +0 -378
- xtgeo/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h +0 -274
- xtgeo/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -352
- xtgeo/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h +0 -67
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseAssign.h +0 -270
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseBlock.h +0 -571
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h +0 -206
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h +0 -370
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -722
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -150
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h +0 -342
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -138
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseDot.h +0 -98
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h +0 -29
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseMap.h +0 -305
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h +0 -1518
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h +0 -398
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h +0 -178
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseProduct.h +0 -181
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseRedux.h +0 -49
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseRef.h +0 -397
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -659
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h +0 -124
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -198
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h +0 -92
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h +0 -189
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseUtil.h +0 -186
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseVector.h +0 -478
- xtgeo/include/eigen3/Eigen/src/SparseCore/SparseView.h +0 -254
- xtgeo/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h +0 -315
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU.h +0 -923
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h +0 -66
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h +0 -226
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h +0 -110
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -375
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h +0 -80
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -181
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -179
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -107
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +0 -280
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -126
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -130
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -223
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -258
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -137
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -136
- xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -83
- xtgeo/include/eigen3/Eigen/src/SparseQR/SparseQR.h +0 -758
- xtgeo/include/eigen3/Eigen/src/StlSupport/StdDeque.h +0 -116
- xtgeo/include/eigen3/Eigen/src/StlSupport/StdList.h +0 -106
- xtgeo/include/eigen3/Eigen/src/StlSupport/StdVector.h +0 -131
- xtgeo/include/eigen3/Eigen/src/StlSupport/details.h +0 -84
- xtgeo/include/eigen3/Eigen/src/SuperLUSupport/SuperLUSupport.h +0 -1025
- xtgeo/include/eigen3/Eigen/src/UmfPackSupport/UmfPackSupport.h +0 -642
- xtgeo/include/eigen3/Eigen/src/misc/Image.h +0 -82
- xtgeo/include/eigen3/Eigen/src/misc/Kernel.h +0 -79
- xtgeo/include/eigen3/Eigen/src/misc/RealSvd2x2.h +0 -55
- xtgeo/include/eigen3/Eigen/src/misc/blas.h +0 -440
- xtgeo/include/eigen3/Eigen/src/misc/lapack.h +0 -152
- xtgeo/include/eigen3/Eigen/src/misc/lapacke.h +0 -16292
- xtgeo/include/eigen3/Eigen/src/misc/lapacke_mangling.h +0 -17
- xtgeo/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h +0 -358
- xtgeo/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h +0 -696
- xtgeo/include/eigen3/Eigen/src/plugins/BlockMethods.h +0 -1442
- xtgeo/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +0 -115
- xtgeo/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +0 -177
- xtgeo/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h +0 -262
- xtgeo/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h +0 -152
- xtgeo/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +0 -95
- xtgeo/include/eigen3/Eigen/src/plugins/ReshapedMethods.h +0 -149
- xtgeo/include/eigen3/signature_of_eigen3_matrix_library +0 -1
- xtgeo/include/eigen3/unsupported/Eigen/AdolcForward +0 -159
- xtgeo/include/eigen3/unsupported/Eigen/AlignedVector3 +0 -234
- xtgeo/include/eigen3/unsupported/Eigen/ArpackSupport +0 -30
- xtgeo/include/eigen3/unsupported/Eigen/AutoDiff +0 -46
- xtgeo/include/eigen3/unsupported/Eigen/BVH +0 -95
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/Tensor +0 -137
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/TensorSymmetry +0 -42
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/ThreadPool +0 -74
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/Tensor.h +0 -554
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h +0 -329
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h +0 -247
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h +0 -1176
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h +0 -1559
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h +0 -1093
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h +0 -518
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h +0 -377
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h +0 -1023
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h +0 -73
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h +0 -6
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h +0 -1413
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h +0 -575
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h +0 -1650
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +0 -1679
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h +0 -456
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +0 -1132
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h +0 -544
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h +0 -214
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h +0 -347
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h +0 -137
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h +0 -6
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h +0 -104
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h +0 -389
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +0 -1048
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h +0 -409
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +0 -236
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +0 -490
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +0 -236
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h +0 -983
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +0 -703
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +0 -388
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h +0 -669
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +0 -379
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h +0 -237
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +0 -191
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h +0 -488
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h +0 -302
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h +0 -33
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h +0 -99
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h +0 -44
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +0 -79
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h +0 -603
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h +0 -738
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +0 -247
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h +0 -82
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h +0 -263
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h +0 -216
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +0 -98
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h +0 -327
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +0 -311
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h +0 -1102
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h +0 -708
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h +0 -291
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h +0 -322
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +0 -998
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h +0 -6
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +0 -966
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h +0 -582
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h +0 -454
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h +0 -465
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h +0 -528
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h +0 -513
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h +0 -471
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h +0 -161
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h +0 -346
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h +0 -303
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +0 -264
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +0 -249
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +0 -629
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h +0 -293
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h +0 -236
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h +0 -338
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h +0 -669
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/Barrier.h +0 -67
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h +0 -249
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h +0 -486
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h +0 -236
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h +0 -23
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h +0 -40
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h +0 -301
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h +0 -48
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h +0 -20
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Meta.h +0 -537
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h +0 -88
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/util/EmulateArray.h +0 -261
- xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h +0 -158
- xtgeo/include/eigen3/unsupported/Eigen/EulerAngles +0 -43
- xtgeo/include/eigen3/unsupported/Eigen/FFT +0 -419
- xtgeo/include/eigen3/unsupported/Eigen/IterativeSolvers +0 -51
- xtgeo/include/eigen3/unsupported/Eigen/KroneckerProduct +0 -36
- xtgeo/include/eigen3/unsupported/Eigen/LevenbergMarquardt +0 -49
- xtgeo/include/eigen3/unsupported/Eigen/MPRealSupport +0 -213
- xtgeo/include/eigen3/unsupported/Eigen/MatrixFunctions +0 -504
- xtgeo/include/eigen3/unsupported/Eigen/MoreVectorization +0 -24
- xtgeo/include/eigen3/unsupported/Eigen/NonLinearOptimization +0 -140
- xtgeo/include/eigen3/unsupported/Eigen/NumericalDiff +0 -56
- xtgeo/include/eigen3/unsupported/Eigen/OpenGLSupport +0 -322
- xtgeo/include/eigen3/unsupported/Eigen/Polynomials +0 -137
- xtgeo/include/eigen3/unsupported/Eigen/Skyline +0 -39
- xtgeo/include/eigen3/unsupported/Eigen/SparseExtra +0 -54
- xtgeo/include/eigen3/unsupported/Eigen/SpecialFunctions +0 -103
- xtgeo/include/eigen3/unsupported/Eigen/Splines +0 -35
- xtgeo/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +0 -108
- xtgeo/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h +0 -730
- xtgeo/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h +0 -220
- xtgeo/include/eigen3/unsupported/Eigen/src/BVH/BVAlgorithms.h +0 -293
- xtgeo/include/eigen3/unsupported/Eigen/src/BVH/KdBVH.h +0 -223
- xtgeo/include/eigen3/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h +0 -790
- xtgeo/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerAngles.h +0 -355
- xtgeo/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerSystem.h +0 -305
- xtgeo/include/eigen3/unsupported/Eigen/src/FFT/ei_fftw_impl.h +0 -261
- xtgeo/include/eigen3/unsupported/Eigen/src/FFT/ei_kissfft_impl.h +0 -449
- xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h +0 -187
- xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +0 -511
- xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/GMRES.h +0 -335
- xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IDRS.h +0 -436
- xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h +0 -90
- xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IterationController.h +0 -154
- xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/MINRES.h +0 -267
- xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/Scaling.h +0 -193
- xtgeo/include/eigen3/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h +0 -305
- xtgeo/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h +0 -84
- xtgeo/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h +0 -202
- xtgeo/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +0 -160
- xtgeo/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +0 -188
- xtgeo/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h +0 -396
- xtgeo/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h +0 -441
- xtgeo/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +0 -569
- xtgeo/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h +0 -373
- xtgeo/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h +0 -705
- xtgeo/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h +0 -368
- xtgeo/include/eigen3/unsupported/Eigen/src/MatrixFunctions/StemFunction.h +0 -117
- xtgeo/include/eigen3/unsupported/Eigen/src/MoreVectorization/MathFunctions.h +0 -95
- xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +0 -601
- xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +0 -657
- xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h +0 -66
- xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h +0 -70
- xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +0 -107
- xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +0 -79
- xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +0 -298
- xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +0 -91
- xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +0 -30
- xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +0 -99
- xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +0 -49
- xtgeo/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +0 -130
- xtgeo/include/eigen3/unsupported/Eigen/src/Polynomials/Companion.h +0 -280
- xtgeo/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialSolver.h +0 -428
- xtgeo/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialUtils.h +0 -143
- xtgeo/include/eigen3/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h +0 -352
- xtgeo/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrix.h +0 -862
- xtgeo/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h +0 -212
- xtgeo/include/eigen3/unsupported/Eigen/src/Skyline/SkylineProduct.h +0 -295
- xtgeo/include/eigen3/unsupported/Eigen/src/Skyline/SkylineStorage.h +0 -259
- xtgeo/include/eigen3/unsupported/Eigen/src/Skyline/SkylineUtil.h +0 -89
- xtgeo/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h +0 -122
- xtgeo/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h +0 -1079
- xtgeo/include/eigen3/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h +0 -404
- xtgeo/include/eigen3/unsupported/Eigen/src/SparseExtra/MarketIO.h +0 -282
- xtgeo/include/eigen3/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h +0 -247
- xtgeo/include/eigen3/unsupported/Eigen/src/SparseExtra/RandomSetter.h +0 -349
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h +0 -286
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h +0 -68
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h +0 -357
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h +0 -66
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h +0 -1959
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h +0 -118
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h +0 -67
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h +0 -167
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h +0 -58
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h +0 -330
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h +0 -58
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h +0 -2045
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h +0 -79
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h +0 -46
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h +0 -16
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h +0 -46
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h +0 -16
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h +0 -369
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h +0 -54
- xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +0 -34
- xtgeo/include/eigen3/unsupported/Eigen/src/Splines/Spline.h +0 -507
- xtgeo/include/eigen3/unsupported/Eigen/src/Splines/SplineFitting.h +0 -431
- xtgeo/include/eigen3/unsupported/Eigen/src/Splines/SplineFwd.h +0 -93
- xtgeo/share/eigen3/cmake/Eigen3Config.cmake +0 -37
- xtgeo/share/eigen3/cmake/Eigen3ConfigVersion.cmake +0 -65
- xtgeo/share/eigen3/cmake/Eigen3Targets.cmake +0 -106
- xtgeo/share/eigen3/cmake/UseEigen3.cmake +0 -6
- xtgeo-4.10.0.dist-info/RECORD +0 -651
- {xtgeo-4.10.0.dist-info → xtgeo-4.11.0.dist-info}/licenses/LICENSE.md +0 -0
xtgeo-4.10.0.dist-info/RECORD
DELETED
|
@@ -1,651 +0,0 @@
|
|
|
1
|
-
cxtgeo.py,sha256=TdHva0vqjD5B_9jA6kxvev9i2kvZ4Oftc1bQoLdFNXQ,33972
|
|
2
|
-
cxtgeoPYTHON_wrap.c,sha256=E76gd7QM28i3EYkuQEA1V_-3cxzXxsi_b151ZcEszxk,655525
|
|
3
|
-
xtgeo/__init__.py,sha256=edNCOXuPS5qjutDGX5-2Pz0T2Lpx1GoeG3IoeXUdBw8,5834
|
|
4
|
-
xtgeo/_cxtgeo.cp313-win_amd64.pyd,sha256=qzQDsu5u7oaHU4zpUzLlBybJVaEL7msCOzVqanLG46k,515072
|
|
5
|
-
xtgeo/_internal.cp313-win_amd64.pyd,sha256=2p-4g7JBPE32lsAj47bDEr1oHn2GAbpwOSk03vu6S8c,590848
|
|
6
|
-
xtgeo/common/__init__.py,sha256=6R_OizhLnAoJUmUoQtGqgNvGcn1HWc4udc6YvRRlxWQ,480
|
|
7
|
-
xtgeo/common/_angles.py,sha256=fAX5FzgqIjjIDe9_C7gy6zPjdaSQuzMb8Z2XdKSx-6Y,851
|
|
8
|
-
xtgeo/common/_xyz_enum.py,sha256=gb1PVOWMTRb4YGDq9Q0YVVkKqMyI_xBg1vUBvOLXlfs,1095
|
|
9
|
-
xtgeo/common/calc.py,sha256=3By6HO_njSOj-WV3qodkVDHx_O67zIvzHubmrNDwfcQ,10530
|
|
10
|
-
xtgeo/common/constants.py,sha256=Ug_Vk4daedpu3wooPNGUITBuK71gKDFTDVWcG3e74CI,779
|
|
11
|
-
xtgeo/common/exceptions.py,sha256=OZyU9C8cS4NhCnjQyREfuoVy9mdvGCiccd4nC9yn_N4,1217
|
|
12
|
-
xtgeo/common/log.py,sha256=8-wTrZd87UNr_ZEb_lZvR1khUeKmIO_UECMpV_Q_btM,2835
|
|
13
|
-
xtgeo/common/sys.py,sha256=lvvmS4D7qaAVVg5UueNSt44WeEgpZcmyINEGKLHXctM,5144
|
|
14
|
-
xtgeo/common/types.py,sha256=LanIGZh0HU2XXfJelZA-FC__J6fLB1DzuN7jj7hNSgU,362
|
|
15
|
-
xtgeo/common/version.py,sha256=8nf1Fh-FK9Ck9Ezh8_ueik05NplA4FFt7m62wPFHZTI,534
|
|
16
|
-
xtgeo/common/xtgeo_dialog.py,sha256=XX445byFvdRjT2Eg9Mgd3ChRQ9d1Mj5MEdsBRYBSo8A,17733
|
|
17
|
-
xtgeo/cube/__init__.py,sha256=5_F9Cefu4081jIwDqsyJGKTlrVLe1UfwI8wQXVRYPDM,169
|
|
18
|
-
xtgeo/cube/_cube_export.py,sha256=YcU_0c_kFyh8T_ytY8XRR9Bmt8KK3J1taMLzo_w_m4c,6659
|
|
19
|
-
xtgeo/cube/_cube_import.py,sha256=F6uWEXWxX0a4Px6HVa0pRCPNcfr36bMe_559CSf4h9c,17314
|
|
20
|
-
xtgeo/cube/_cube_roxapi.py,sha256=UvU4yr1b1ZTyYxBIj7_ei2aub_VqAdP9S_6znpzDJ14,5101
|
|
21
|
-
xtgeo/cube/_cube_utils.py,sha256=Mx79j29QLBJQ8wlwAfVgb-xN0ud7ilRIh6jOx7HMs2o,7727
|
|
22
|
-
xtgeo/cube/_cube_window_attributes.py,sha256=CN2nweAwnREtE-5pANWTwCDG0KLH9-SL2K4zwVCqs0U,12435
|
|
23
|
-
xtgeo/cube/cube1.py,sha256=QKqKIGH814zehx-avRuett996cx8lI-2bYyjuqaCmkw,35864
|
|
24
|
-
xtgeo/grid3d/__init__.py,sha256=yctcaBS-PW_s3hCd7xq-XZZi514R_fgcpIrMnETZ87w,347
|
|
25
|
-
xtgeo/grid3d/_ecl_grid.py,sha256=Oqe0_4ErUZkM-le4EnM6hMqXGMpMZyrr9-W9Xa7ZN1A,26679
|
|
26
|
-
xtgeo/grid3d/_ecl_inte_head.py,sha256=t2Bft2D75hJTmJkEBrBQWy1-Ex7ipUepLV16EG0zM-s,4773
|
|
27
|
-
xtgeo/grid3d/_ecl_logi_head.py,sha256=pioEgigpnLjyDWq07Msp82xS15GCxrBZfSpEd2klEuQ,2735
|
|
28
|
-
xtgeo/grid3d/_ecl_output_file.py,sha256=8IPXV-WMkh37VH78XibmMuVK9zBkmimqwc-uqy_1VCQ,2095
|
|
29
|
-
xtgeo/grid3d/_egrid.py,sha256=S-X1B8vmO_Zmj8dJZuEdVUDDu3noXhTGgg6udB2hHVg,34839
|
|
30
|
-
xtgeo/grid3d/_find_gridprop_in_eclrun.py,sha256=JsCBFvUsTBcCD6tFdn4ON8zOLGFT6PyhyDr8SL9fyJs,22059
|
|
31
|
-
xtgeo/grid3d/_grdecl_format.py,sha256=QvNmixzdWIztDfRiqfX_j4qKiDENgDg25hxxCqtBBQM,9041
|
|
32
|
-
xtgeo/grid3d/_grdecl_grid.py,sha256=mvkx-bKcdCSVDml6frsuWjTiIFulcqlARuNGiukO17A,13281
|
|
33
|
-
xtgeo/grid3d/_grid3d.py,sha256=rTqfhwK4dNX1A5M-xUC-9hWwfxrkX6_TVgwc79KCXCI,769
|
|
34
|
-
xtgeo/grid3d/_grid3d_fence.py,sha256=yDmKwlErNCl13vV7opJjKlzlwCzwk2gSJnzIb4jGpHg,9501
|
|
35
|
-
xtgeo/grid3d/_grid3d_utils.py,sha256=VBbdzah_D8yeaMU4vMQRYTFRKq95QaGqPk4oXYBWdHw,7477
|
|
36
|
-
xtgeo/grid3d/_grid_boundary.py,sha256=xNumtMeOfjmwS5vzv1Nl_yZpGiDEQXk896pXzugdUVs,2384
|
|
37
|
-
xtgeo/grid3d/_grid_etc1.py,sha256=fhjSSt1QDbXBX4FadWkufH7Q4jOquIbIaBNWC3yUI7Q,44538
|
|
38
|
-
xtgeo/grid3d/_grid_export.py,sha256=krz3cL-38QYa4x7RjIH_1JyiNVMtyOpL3ZVWnfUmAWo,7391
|
|
39
|
-
xtgeo/grid3d/_grid_hybrid.py,sha256=4xtZlZSzn0BY8Kl8TY6Su3QtCH16ax-Tf49ItvHaRPk,1666
|
|
40
|
-
xtgeo/grid3d/_grid_import.py,sha256=Y11JDjf5tZkDth69aTtbkMfMjRbVvSnQbV3lt-jCuA8,2672
|
|
41
|
-
xtgeo/grid3d/_grid_import_ecl.py,sha256=WQw0Vr7ftFdM-_Jm1KjhGJ_Ko2PPO0eLgi6lCE98VYo,3554
|
|
42
|
-
xtgeo/grid3d/_grid_import_roff.py,sha256=davWOUvCYPbvSFKm5bDCJJNPR-9uW_bOn4faGBhudUg,4174
|
|
43
|
-
xtgeo/grid3d/_grid_import_xtgcpgeom.py,sha256=ZVqkf1QAvv8iDFZxV-2AhGimUjAdFcMwFml7yqocACU,10577
|
|
44
|
-
xtgeo/grid3d/_grid_refine.py,sha256=W5mDAJuKuCovuWRseaXfrS4Eqku0NbgqwnsuAsQOOlQ,8799
|
|
45
|
-
xtgeo/grid3d/_grid_roxapi.py,sha256=ixanN3VNGQM3QeVxXLHj_hKZJSiG3cdZwHc2NdXg_ms,9199
|
|
46
|
-
xtgeo/grid3d/_grid_wellzone.py,sha256=5OwMsmksC0Wza5XXfUiDHCzSLWqmV3JbSORDUFPXZho,5951
|
|
47
|
-
xtgeo/grid3d/_gridprop_export.py,sha256=G9X-gF8R6cI50shG2B_d6VI0khACT-5nAx67zA_wMsU,5636
|
|
48
|
-
xtgeo/grid3d/_gridprop_import_eclrun.py,sha256=E8fgp5VFbJknoitP-t2JJv5LcIUuLutIDJuVXBS_ugE,5260
|
|
49
|
-
xtgeo/grid3d/_gridprop_import_grdecl.py,sha256=q-RZ8wvvyxzrw8ep1yr0L997WX13d__togXMYHypGqM,4263
|
|
50
|
-
xtgeo/grid3d/_gridprop_import_roff.py,sha256=vAHfXTjopeFLCVtseQdqlgkLNFfT9aW9I0nL6xiYorI,1575
|
|
51
|
-
xtgeo/grid3d/_gridprop_import_xtgcpprop.py,sha256=ToajcbJL4cHo-gV1ab2rPQ0U5DxNnUfetvO1tetafNc,5027
|
|
52
|
-
xtgeo/grid3d/_gridprop_lowlevel.py,sha256=1PBIn2ZMiF5Gj9u2n6xu2PFDiJ6NdrgYaL89lkq3_yo,5257
|
|
53
|
-
xtgeo/grid3d/_gridprop_op1.py,sha256=EN8gsY-fl0L1x_Hiu-onf3OoEE56R1ZYsLhTghI24-0,7019
|
|
54
|
-
xtgeo/grid3d/_gridprop_roxapi.py,sha256=XiPlyiDacg5UCRGkIS050IYUvP0M0I6vEYDtJB6qDhQ,7096
|
|
55
|
-
xtgeo/grid3d/_gridprop_value_init.py,sha256=xMAFhTKiZvq3QLcsYuuFRBBWzEQR9gxw7rMuj5ko5P4,4454
|
|
56
|
-
xtgeo/grid3d/_gridprops_import_eclrun.py,sha256=M7hvBazZPjYsKOYBL1SHCcYqztgonARuQtXBQ_hyMdI,11782
|
|
57
|
-
xtgeo/grid3d/_gridprops_import_roff.py,sha256=fCCMwa8OgLXk9zMvFpr4nfsKLkmBFKKLSfLwUHenyTA,2550
|
|
58
|
-
xtgeo/grid3d/_roff_grid.py,sha256=kppx044-JmfLvaIt5NPABnIoLwJ1BGQc2gFeog7Cl0g,17742
|
|
59
|
-
xtgeo/grid3d/_roff_parameter.py,sha256=9gVlFMyT2QbwUvm_FCJG0hTvJPrK2Y86kbeljs2eCbc,11376
|
|
60
|
-
xtgeo/grid3d/grid.py,sha256=TcQzPUxUYHilN3qmgZ29wWLchNoRY714O_2uh94l15U,107808
|
|
61
|
-
xtgeo/grid3d/grid_properties.py,sha256=OlIyo1PXrTRFHGn8avXdBXNpFM5DJuLjVRB9koayKGQ,24993
|
|
62
|
-
xtgeo/grid3d/grid_property.py,sha256=Fd1CC2_pSg4cLS7EGHHtDhSIk8w3VRrQ_fXUX3-1mMo,46687
|
|
63
|
-
xtgeo/grid3d/types.py,sha256=eaBHJL91zXV0ipaY30K_ZpEdUfjj681CoAbKfvNZ_5Q,290
|
|
64
|
-
xtgeo/include/eigen3/Eigen/Cholesky,sha256=_KyhFtY0YeL0jjs3vJVKl47Qft6r19FrNlVDj1aGBdE,1206
|
|
65
|
-
xtgeo/include/eigen3/Eigen/CholmodSupport,sha256=MxP6pbzyuKsVNktsYHqPzTnZdhCC4wz59CoACV8k5bY,1948
|
|
66
|
-
xtgeo/include/eigen3/Eigen/Core,sha256=aVY81pY-ehIfIQzABwKXTxcma6rBq7X6ujSoWS9Lx7o,13183
|
|
67
|
-
xtgeo/include/eigen3/Eigen/Dense,sha256=89zuKVcSMEstZfJZ47Mt-_eDZFn7PcYio38i_jP_PVw,129
|
|
68
|
-
xtgeo/include/eigen3/Eigen/Eigen,sha256=NNLNhBN97odr8TdVlhVNWKvTs4zncJfwwSoBNg9pkLU,37
|
|
69
|
-
xtgeo/include/eigen3/Eigen/Eigenvalues,sha256=Vm3NwBgGKJ5N-1NlcqI3p1HAwpLeRpOMbrGKxT_Cd70,1837
|
|
70
|
-
xtgeo/include/eigen3/Eigen/Geometry,sha256=C43FfQnQ_0EFCOAdMJ88Df9JiBWmqReO58ID4wqRhL4,1999
|
|
71
|
-
xtgeo/include/eigen3/Eigen/Householder,sha256=lonE3Vupe0X1lzs87KONNdOKKc1C2hoIgLAh2IHQPpo,858
|
|
72
|
-
xtgeo/include/eigen3/Eigen/IterativeLinearSolvers,sha256=oXopkNtXyfpEpnIvgFiTKWFFzEJJMFtu6PNVMSnEbYI,2131
|
|
73
|
-
xtgeo/include/eigen3/Eigen/Jacobi,sha256=DWlBbYxI5r9CG8vpgMzUyFYYyq7KL0tzR9OeJaw6DzY,926
|
|
74
|
-
xtgeo/include/eigen3/Eigen/KLUSupport,sha256=Q09326VK50bXZoTgMl77UomhtjWaJJC7a38YtJTiE10,1430
|
|
75
|
-
xtgeo/include/eigen3/Eigen/LU,sha256=Kasb1jIAzvksgHgj_vanBNLDqbS5QYVe_wpWbf3-lvU,1315
|
|
76
|
-
xtgeo/include/eigen3/Eigen/MetisSupport,sha256=bB26bBMX9t4yamqAIM3FN3WbDc51DNW0R39eK7w_G8o,1026
|
|
77
|
-
xtgeo/include/eigen3/Eigen/OrderingMethods,sha256=1RsWcaFmseOXTqUbrco786VOTufB9yWUxPcD5KiwAQM,2521
|
|
78
|
-
xtgeo/include/eigen3/Eigen/PardisoSupport,sha256=-Rmvo6DPwou8WeX31n793h-DK_8yPk7lyFDcC4O6rxg,1151
|
|
79
|
-
xtgeo/include/eigen3/Eigen/PaStiXSupport,sha256=9VRv7w4Xb0ANt6yelzaEPC_NUvo3NOZrN1h_rcLgO60,1800
|
|
80
|
-
xtgeo/include/eigen3/Eigen/QR,sha256=Jg6Kv-jycVDE_vq44LmhKfvikr0EtSJn9ZpLyG-p_w4,1322
|
|
81
|
-
xtgeo/include/eigen3/Eigen/QtAlignedMalloc,sha256=_B185dPg952iq7x5TEzTBgFSNBWPh4U8VFPwgtIuv8I,939
|
|
82
|
-
xtgeo/include/eigen3/Eigen/Sparse,sha256=7k9rdDVYNMopUknGGt-PmLBw5YyBx8cWbbR0H99WjVQ,922
|
|
83
|
-
xtgeo/include/eigen3/Eigen/SparseCholesky,sha256=SN3yjtqXK_orIyq9PF6IHFWFNoHZFMtcmnoMrjfaWko,1272
|
|
84
|
-
xtgeo/include/eigen3/Eigen/SparseCore,sha256=1ri8u8bEu3YpDtjN2z-QUKlcuV1VrPrTu7hjneM3HDc,2309
|
|
85
|
-
xtgeo/include/eigen3/Eigen/SparseLU,sha256=_f7ac0-4k4GfgCUa4GihsYnXxJjTrVrlfPSx7pjt57k,1864
|
|
86
|
-
xtgeo/include/eigen3/Eigen/SparseQR,sha256=QzLzlzygfdIF9wKPOuVj_A_1nRf9GmRboUK4wkCytJg,1231
|
|
87
|
-
xtgeo/include/eigen3/Eigen/SPQRSupport,sha256=Kt-x5KfqiAFIgh_bfx6lT4z-gKAbt3ghiS5ZmCyb-FM,1196
|
|
88
|
-
xtgeo/include/eigen3/Eigen/src/Cholesky/LDLT.h,sha256=8r-aVlYOqaRJUF0akmEM1_o3si8Pf3Kk1xPSVbmFsvI,25622
|
|
89
|
-
xtgeo/include/eigen3/Eigen/src/Cholesky/LLT.h,sha256=tZXfbGgPrwqZqgb4LFR88smtxdzLDQTjL0Tkx-bUGPw,19318
|
|
90
|
-
xtgeo/include/eigen3/Eigen/src/Cholesky/LLT_LAPACKE.h,sha256=7IoA1QnoY8k_fPsBVQ41tyWAHsgIFhhITRsEQstOjBw,4073
|
|
91
|
-
xtgeo/include/eigen3/Eigen/src/CholmodSupport/CholmodSupport.h,sha256=sS6O7rJoRLS4YCK4pgcVPpozSqcGyouMQo5WBcM2Qc0,26123
|
|
92
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h,sha256=a-P0TvsAqMLzfQfABTtHWeGReETHv2V7bVevmzx3Qd4,16957
|
|
93
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AltiVec/MathFunctions.h,sha256=t0kH73htlItfe8_JlxXsT_Olzzms_To_YodO-RylxN0,2413
|
|
94
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProduct.h,sha256=iwO6m4m8V9EGjwPZDTW3XM2rGKXKqBkve2lIpqV9FUM,122292
|
|
95
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h,sha256=DzMT7GJj6bqSOy4aScgs-jr-I73Z-pPVrnLnHGypfPU,9711
|
|
96
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h,sha256=wef_EldshqaFmQdL8yJZn6i9Fz4kHwCmLciyIllqHd8,25449
|
|
97
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h,sha256=BZMJ60dFW9ALMsL-HWsb2Mk26VlKvqfe2u_E231yP7I,105105
|
|
98
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AVX/Complex.h,sha256=AezHqozxaJR4HvSnkL-duNLXtU_jPieP7P-sLyieEfU,15595
|
|
99
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AVX/MathFunctions.h,sha256=HjdlroV6T5LE8nrZn3wrYEWW6BxOoftR5ZivFPKx4nY,8330
|
|
100
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AVX/PacketMath.h,sha256=Dv9NPhxGNsTxxSwAOB82fwp0jg5izjc1J59pT61cV9g,66182
|
|
101
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AVX/TypeCasting.h,sha256=nmq0dR7I0GNKpUuQdyUXcJBI74jn6tlz8qopI9hpmi8,2679
|
|
102
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AVX512/Complex.h,sha256=ClKm2EHjWjiJncTf--lowD80goKy5O-K0NXpk_891Nk,17582
|
|
103
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AVX512/MathFunctions.h,sha256=gXCpR73wZ4Srns89KE2J8obToXn-Lnym4n6Of0GKiLU,13706
|
|
104
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AVX512/PacketMath.h,sha256=MRM2E36Lw0fZeuj1xtb4Od7ojUV0R9FcDVBToOVk4dg,90194
|
|
105
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/AVX512/TypeCasting.h,sha256=L7F3I1Nc5PVRJgz9H4dWg2YrI7dqQ5jTGVZfNlHnhJs,2223
|
|
106
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/CUDA/Complex.h,sha256=ahuO5gJOWLURRY3PcjhcYGAB_1YR98Nc6lwpW6j_Gr8,17575
|
|
107
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/Default/BFloat16.h,sha256=Sg_RxB9M9DCfdRatBncA5f53_jKokYj-rrg3ATfJyg0,27603
|
|
108
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h,sha256=xf3QawROH2g2AIo9wM2YiODL0Y7AFcD3Y2ys11XFufA,5368
|
|
109
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h,sha256=LvYWc5aqiAgUYbdfjngij3wFzeDK-vX5_0Vki01rKrU,69345
|
|
110
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h,sha256=ZFjYwGxlys7CWSrDWVBRfKOKj1aBgypV78RUgEhVcFw,3880
|
|
111
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/Default/Half.h,sha256=lPgVUpeF9c_kXAvp3IF_YpHSBY8Jm6XKe42o7NPAEus,36476
|
|
112
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/Default/Settings.h,sha256=AUq2hJs_xb2mOQQ23iDCVmtsq-v62vUEBu3HGkn_le8,1795
|
|
113
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/Default/TypeCasting.h,sha256=mJfNTIgB4IkOEgDRNRLAlKIRFc0nJj-s31mPKqp5dwU,3866
|
|
114
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/GPU/MathFunctions.h,sha256=MVb5RnmSYQ1shz4q9nSwoTAVOmNmPd6A8t279RMgW6Y,2798
|
|
115
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/GPU/PacketMath.h,sha256=hCOpTSYK6bhgwHnpgvAOt4TuuPriCZvPlP_nk8SwLiE,58732
|
|
116
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/GPU/TypeCasting.h,sha256=Gm5g1G26WFoRUjxJJeG6hU3Pvev-ihf5H8JiRPISxew,2336
|
|
117
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/HIP/hcc/math_constants.h,sha256=PUpXtn7oW0pPUjypdxAFR2DmxpB3vgWP83EVXJTQtD0,714
|
|
118
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/MSA/Complex.h,sha256=Dxuq69AePfEf2yiV55LJjro6cwzgUbxZRj4tar-lKyg,18189
|
|
119
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/MSA/MathFunctions.h,sha256=TFEdUwT1GKS6Gr5ZrQ4N3A9caE3JIXTkSWeunT7raMM,16546
|
|
120
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/MSA/PacketMath.h,sha256=zlBuUU-fV4DtmEi1f6k49oUcR4GIXGyW5IHVJdB3f2o,34848
|
|
121
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h,sha256=UW5qJ3pmduE4twpTNsonhSSWr7Lg_G08YyPYf56-drQ,23087
|
|
122
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h,sha256=n3dB6UAv9r4g1O_neBIAwtipHx4aa3jEFk2WwLqqgWE,6998
|
|
123
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/NEON/MathFunctions.h,sha256=3ETm06C62NQefZLSV4ydTo8XjCwMu3pkfIrx9lkR2vg,3158
|
|
124
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h,sha256=W0BvCtqESBgA3tgU2iDSLEN_dO7nzJGHwhJ9KwnfRro,194112
|
|
125
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/NEON/TypeCasting.h,sha256=ndGLt1aTrDN0Qig8a2MTHXOR65EmUK_lSwsR_PX3Le0,52705
|
|
126
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h,sha256=pkXBGLlJ8ATETVCW8g2XhscSqYB1q1_m03ixDdmbfmA,14602
|
|
127
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h,sha256=dyKjzGp8P0ArKXrrHmH-IB2GxjwKL888oaUCTw8WsXc,6964
|
|
128
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h,sha256=U_cbWgOt4lxNzqwyjyzZN4lgIoif4E4Nbegui5xPT3I,65970
|
|
129
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h,sha256=b83XRkCSOFmLDG00pVRaTjBVRI7temhG0an74ebdBqY,3792
|
|
130
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/SVE/MathFunctions.h,sha256=G4E9Wd_hHH4j3dHefJecmvX15ptzZ-oCePSYBZ6jDAU,1238
|
|
131
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/SVE/PacketMath.h,sha256=RzVSs3KcarGprTG-hwP-aRLirctOBCpLfzXskt0CTdI,21952
|
|
132
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/SVE/TypeCasting.h,sha256=YJh6WIGWw4LMMNkP0i6kqHIB7fwwNDqFbDxqoVFNYDY,1400
|
|
133
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/SYCL/InteropHeaders.h,sha256=kyuJXjj6VD8Vq0LJGNYZMDUJcXm1IH8VcdstZCogO10,7660
|
|
134
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/SYCL/MathFunctions.h,sha256=GlasjJTi9McXRMpGfd6dhyaQYFT6_azj_bPeYc4TlaY,12840
|
|
135
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/SYCL/PacketMath.h,sha256=i_kApwV3Uv6nwypIbly0oeqfz0anOV71V22RVk3ARz8,28456
|
|
136
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h,sha256=IQz5dBGbXGHcbK_qXTMRDEUuCVMebyEhtJPZ4RcmOCg,22550
|
|
137
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/SYCL/TypeCasting.h,sha256=9RfENasp1zDOuQFKFcifjM0y11pv_lBcXYVUCmSaVsI,2711
|
|
138
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/ZVector/Complex.h,sha256=ba6E5_ImlSizMW_gnOckYy8nsgfWhwCSqEh6aIcqA-M,17154
|
|
139
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/ZVector/MathFunctions.h,sha256=wyR9eo7xDbUrO5JsLIZFcCakKDrEVX4svivTbIqGWis,8257
|
|
140
|
-
xtgeo/include/eigen3/Eigen/src/Core/arch/ZVector/PacketMath.h,sha256=06jUHhtQ23KvFzcDYWAd3U1Qy6W5cTcXFtvsDlm4H6A,37954
|
|
141
|
-
xtgeo/include/eigen3/Eigen/src/Core/ArithmeticSequence.h,sha256=KyFwAhm26RVVNL_l93Z_FCfK_9e9ls8w8_3wbYjzoYc,19627
|
|
142
|
-
xtgeo/include/eigen3/Eigen/src/Core/Array.h,sha256=Ykjf0Vj_LT49GAMzTkRl1PreV6yCbHvsQcSAO4RxUwA,17199
|
|
143
|
-
xtgeo/include/eigen3/Eigen/src/Core/ArrayBase.h,sha256=wB7fXOLo2VQUyXlcbjy-tMA8C9_ZGWbaYadgKK-Lf80,8443
|
|
144
|
-
xtgeo/include/eigen3/Eigen/src/Core/ArrayWrapper.h,sha256=T6WSW3Uk6_8u46mRBB6YwGKP1M4tEINDEHSuJt1kkGQ,7227
|
|
145
|
-
xtgeo/include/eigen3/Eigen/src/Core/Assign.h,sha256=X3_PqaS8qeDtV1GJOA9ej4Z1af0PlIZ8GC189ZdcvgQ,2828
|
|
146
|
-
xtgeo/include/eigen3/Eigen/src/Core/Assign_MKL.h,sha256=jjucknLupISAMRK3WI024AFAGNfoCjV738g8PVP-dKM,12666
|
|
147
|
-
xtgeo/include/eigen3/Eigen/src/Core/AssignEvaluator.h,sha256=VgqN4fo55QpaIEUiVJIN-Z26UgaoWKH8WckC0jEuwTo,42683
|
|
148
|
-
xtgeo/include/eigen3/Eigen/src/Core/BandMatrix.h,sha256=3ySAv9Tto8ehHGiU5IZqzoVPeToBVwaMnf37f4JJXYk,14428
|
|
149
|
-
xtgeo/include/eigen3/Eigen/src/Core/Block.h,sha256=fjldIZicjcdzN40XOvPitr-H6FX_qxtMCBYTVyv221g,19096
|
|
150
|
-
xtgeo/include/eigen3/Eigen/src/Core/BooleanRedux.h,sha256=fsg6UMRhScQNCONFtvFSefe-fI9dWwj7Mc2IbryuZAY,4591
|
|
151
|
-
xtgeo/include/eigen3/Eigen/src/Core/CommaInitializer.h,sha256=rbGhrSbOFs9GQ7vV-stCFFz0oxxuYcK9M0Mxllm1dDA,6145
|
|
152
|
-
xtgeo/include/eigen3/Eigen/src/Core/ConditionEstimator.h,sha256=Gz6_7FvTGz7f1Rgj8mbjALYBpT7zi14kKFCBbCJWFN8,7165
|
|
153
|
-
xtgeo/include/eigen3/Eigen/src/Core/CoreEvaluators.h,sha256=BVN84_I6yFoctggJVGKnTNt3tNxet-xVhQWAVBQ7zkM,65582
|
|
154
|
-
xtgeo/include/eigen3/Eigen/src/Core/CoreIterators.h,sha256=mvrEue_HG7pJty-G6J92eG19k8CroectjDmooRhSdmE,4877
|
|
155
|
-
xtgeo/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h,sha256=Gb9biq-mU0ddJZKMogRJ6WOIsYo9GnWLTFckh0aLkuc,8092
|
|
156
|
-
xtgeo/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h,sha256=Hrz7hHKOddRNaC09E5aUjZjvy7VfLHFihaxJLc2zGZM,37283
|
|
157
|
-
xtgeo/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h,sha256=S6Z77kLmlriM3lLiqLjKjWt27HE8k1Tly-OQlQsnR1w,8453
|
|
158
|
-
xtgeo/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h,sha256=ULkD1tuC31bIq21YMwdjNk7Lo2hWkCBUVynIS3eKDfw,4040
|
|
159
|
-
xtgeo/include/eigen3/Eigen/src/Core/CwiseUnaryView.h,sha256=KwvkgEYhd1aFH87qw2vlZAww3lpJSRfhEKAHPfNctfk,5683
|
|
160
|
-
xtgeo/include/eigen3/Eigen/src/Core/DenseBase.h,sha256=U6ahKpLaqzlMJATc1IVC0w2Pat2za8Cc2_O-FZqlrbI,32230
|
|
161
|
-
xtgeo/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h,sha256=Dym2jjoupClbnAWhmWhrTI4Ay737od_pSm4V9bhaCIY,25169
|
|
162
|
-
xtgeo/include/eigen3/Eigen/src/Core/DenseStorage.h,sha256=VNcFFyk-O4xcD6Pkv7dI3kKQGWcKBQ27GysOiVyi_jA,26012
|
|
163
|
-
xtgeo/include/eigen3/Eigen/src/Core/Diagonal.h,sha256=tIEInMRb1GLwn_kovJdxVDowq4YRHBFTqBrmh8PqXqo,10128
|
|
164
|
-
xtgeo/include/eigen3/Eigen/src/Core/DiagonalMatrix.h,sha256=lgZyyqrDkLwCmBWbcw9HBRj6j4u9ANY1jjAq8Ksgxvg,15061
|
|
165
|
-
xtgeo/include/eigen3/Eigen/src/Core/DiagonalProduct.h,sha256=xgRS5mzdnK178EerxLh39ACaYaS7ho_zBAs54z9uGDQ,1016
|
|
166
|
-
xtgeo/include/eigen3/Eigen/src/Core/Dot.h,sha256=20auvcrmAhczkp6RBR78e2Ev0wkG80BMfsvmr-bXlFY,11972
|
|
167
|
-
xtgeo/include/eigen3/Eigen/src/Core/EigenBase.h,sha256=GxIk5YjZkjgmNPuZaDeD30tWmVLBXRP0DQE2KG61da8,6001
|
|
168
|
-
xtgeo/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h,sha256=4cHzqVmA-oAzUf8aJBp6rz_h27H6sZOxWXtMwJNr3Fc,5059
|
|
169
|
-
xtgeo/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h,sha256=WFsg5ryD1GBFgmztULb45MKlkDmYaFOlci6Ru1DSsY0,6863
|
|
170
|
-
xtgeo/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h,sha256=oC678eCwbaJ501zJwlkGlBVP0opFa5uEK3_40RCNDuw,21462
|
|
171
|
-
xtgeo/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h,sha256=LVdZLrw9Yc-NasOh0HPNpquMzTps9ba04NYYjFZSsR8,8523
|
|
172
|
-
xtgeo/include/eigen3/Eigen/src/Core/functors/StlFunctors.h,sha256=-w7x0zvjIaI_0m1p-pMVS_5jfYUcnYinFtZzvuF1nJo,5164
|
|
173
|
-
xtgeo/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h,sha256=kmLjc5w7twANh9PgS3htqehMsnkM_bfMqeWUP17nwwU,632
|
|
174
|
-
xtgeo/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h,sha256=uCDgs2Fzmg0A5pu3VFUEBCWr8dx8ZLu0l929SWyzlmQ,41277
|
|
175
|
-
xtgeo/include/eigen3/Eigen/src/Core/Fuzzy.h,sha256=6HcZv2vnMNCojtm-1z1lOX5sbw7aezlxrZQLfFh-qJ8,5914
|
|
176
|
-
xtgeo/include/eigen3/Eigen/src/Core/GeneralProduct.h,sha256=Yz1x199QmYRCi-Vs6f8nki1RfZdYfBJ4colSeLGxZ2A,22144
|
|
177
|
-
xtgeo/include/eigen3/Eigen/src/Core/GenericPacketMath.h,sha256=69vhliJRaKGyS-BQPdS2z57i8jmrAn21XtuvlY4lTRg,39852
|
|
178
|
-
xtgeo/include/eigen3/Eigen/src/Core/GlobalFunctions.h,sha256=Uf_afit8kKkB69AvR-XyEcGvJpC5-Kpoiine96oRWYU,11737
|
|
179
|
-
xtgeo/include/eigen3/Eigen/src/Core/IndexedView.h,sha256=8aEL3oy-5DD0f4sI35_f_d82n7Je7QU-aiVXW7fJ2c8,9857
|
|
180
|
-
xtgeo/include/eigen3/Eigen/src/Core/Inverse.h,sha256=ZdiZqmQB7an6ckD63kGsFZ3ISCI_Q0d5aXmun9UX750,3620
|
|
181
|
-
xtgeo/include/eigen3/Eigen/src/Core/IO.h,sha256=t4FY0tFU0Pnku21nC5lsgJ2VLYBn_-7jWUJeB-TM5Ak,8496
|
|
182
|
-
xtgeo/include/eigen3/Eigen/src/Core/Map.h,sha256=cnO_AvGyJDJXMibBgs0LHjKLcKOdYG0Ea0Q9b0saJHY,7427
|
|
183
|
-
xtgeo/include/eigen3/Eigen/src/Core/MapBase.h,sha256=9b2nvUCzq2bFYNho9wgZNyjKfgjlPwr75C_0JzkjxcQ,11591
|
|
184
|
-
xtgeo/include/eigen3/Eigen/src/Core/MathFunctions.h,sha256=iwWzy2SxWAgt6zY_RRvTXwAKveMzlzmN6OIKKsrnIC4,62841
|
|
185
|
-
xtgeo/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h,sha256=qro-BLi_0EQP1q5PsOlR0rlNX7jIFrdvtBYTsi217cg,7356
|
|
186
|
-
xtgeo/include/eigen3/Eigen/src/Core/Matrix.h,sha256=NoPLNiXcWaSBsQlGNaL6s92I4vWazf6guAG9fxUk9Co,24908
|
|
187
|
-
xtgeo/include/eigen3/Eigen/src/Core/MatrixBase.h,sha256=XkHWtiizMOgFriU7JsBsNnx7uota0fbovrldlzIeDWk,24403
|
|
188
|
-
xtgeo/include/eigen3/Eigen/src/Core/NestByValue.h,sha256=4j7jYylsYdsN7lMGl6QTf9mb-S-plJWHxb43eEw0Qqk,2605
|
|
189
|
-
xtgeo/include/eigen3/Eigen/src/Core/NoAlias.h,sha256=hWeHeJYyU5VAtjQPdWLjG_Ac6km_0wehjQYyRBok894,3729
|
|
190
|
-
xtgeo/include/eigen3/Eigen/src/Core/NumTraits.h,sha256=PxLzUAq5RFIkiEIuT-ZcvdGBpXEK2DRzL1mw_EPx9SU,13219
|
|
191
|
-
xtgeo/include/eigen3/Eigen/src/Core/PartialReduxEvaluator.h,sha256=SKA55q0tEH7qXRkK0YeHDhgYFANBrSNEyTZUhX9U7jk,9439
|
|
192
|
-
xtgeo/include/eigen3/Eigen/src/Core/PermutationMatrix.h,sha256=s7GilLeavO8Opbh25wiYvIg_mmO64PH6-Y4m9PFHJo8,21353
|
|
193
|
-
xtgeo/include/eigen3/Eigen/src/Core/PlainObjectBase.h,sha256=uUA7M5scuqcWnAqCZCOy19SeNKtpu4uS2KObA9IRozI,50321
|
|
194
|
-
xtgeo/include/eigen3/Eigen/src/Core/Product.h,sha256=mz0GISvTf37gI2q4RkODaxF88qh9gQRaCAgMxzld3Rw,7527
|
|
195
|
-
xtgeo/include/eigen3/Eigen/src/Core/ProductEvaluators.h,sha256=hOJnhTCj8GppWh51-CCDTqbMZmQRcrPFVBcBlPbeFi0,55011
|
|
196
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h,sha256=qpe7DDM5TjTnb81KUyDFZ1MSjobeNQjpSIm0MemGcLI,111093
|
|
197
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h,sha256=P70cZeWWi4Elol9h3eKKLepQ4uA64Q1Uv68aJofdSoY,20621
|
|
198
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h,sha256=JAhG2GcSUpYHUt1aIpyyrh8x_SalZXRSj7YAts_BF7k,5230
|
|
199
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h,sha256=hqCi_eolu1lESX1lwunEfjR4GxYmp5roR4liz8ppBxI,16265
|
|
200
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h,sha256=RMSMUHrwq4oEQcveUiIHg-yfLU5cuEk7Zmsq9wgAs1s,7081
|
|
201
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h,sha256=FNgckcS5NWXteqdFIpizl9131MU1h0gWLA1hDOlV_18,22242
|
|
202
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h,sha256=oHr5QVo8nvBH4oMUoBiuIog7BznUsqBtLONW3vlAuRY,6504
|
|
203
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/Parallelizer.h,sha256=jrMH7pEplycuZLASgib3SrxYlSV1IRN2bktMzULpYnE,5762
|
|
204
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h,sha256=Y5WThwwvV3QgDAbqHyEeJn1Ek3isk957M6hseWjmGVg,21898
|
|
205
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h,sha256=NqSagvvgd9jTixuOteAMlUtWlsdRj5vEj8tEgcoiwZI,11865
|
|
206
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h,sha256=iW4LcgmoJtGGpqWeLLxeg-OySCM3fnZdLicEIa3NaY0,10220
|
|
207
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h,sha256=ebIM1oUn3jaT2mk9018bDH-DXq8juTHC-gddWS8JDpI,5327
|
|
208
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h,sha256=310jC56Kw1xinuJ1TJiBDkfgP_fNLnNp9x0ix5Rrhhk,6297
|
|
209
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h,sha256=htbvV1I269iU0EoP3gAabIAbF66--P6cEwDDB-yZwnQ,4220
|
|
210
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h,sha256=GDU8lYXMW00sGGNo0REzfNFIf1YImPN2g2QTtGOGktk,21459
|
|
211
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h,sha256=N20M48jpEkgnP55bRDz4XbIAZOVHcge-WyZUA2NzzWM,14184
|
|
212
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h,sha256=6C7moM6vL5-rXx7jBl6Be0zkYCNX-d94jLmkAMUtxrI,15072
|
|
213
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h,sha256=UIBjYOHCblNsrJGlDYXnVPrRKKvYtIXgHHuQrY30fFI,10826
|
|
214
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h,sha256=3h0DRzUin_QhDwq3PByaFXlwSpgq_3ZFiIkTp06Msns,15015
|
|
215
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h,sha256=znngauAkp7ptPT_nLve_Dknw2Noi-F2TB4kHByvpcHM,6874
|
|
216
|
-
xtgeo/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h,sha256=6z7nA0bW5_wIaThVqmQiGCsxy9YIpEUDr5qJyLjYWtQ,6030
|
|
217
|
-
xtgeo/include/eigen3/Eigen/src/Core/Random.h,sha256=Y3UPHmq0vyMDxgDQ0kqnaIin291LShNkfE0U53Yf4jY,7974
|
|
218
|
-
xtgeo/include/eigen3/Eigen/src/Core/Redux.h,sha256=jgRhv4ZUFr7poAXaZ5ZeRRXJBApkAiJXLFU9TXiMlcw,19710
|
|
219
|
-
xtgeo/include/eigen3/Eigen/src/Core/Ref.h,sha256=IrTOR7agVn33oOfFiURMQ_G4l68JsQyYCfmky5vFO4M,18202
|
|
220
|
-
xtgeo/include/eigen3/Eigen/src/Core/Replicate.h,sha256=aXm3f82i0TET6t7AzC_xfEW2fy0wZDjK_HrbU9tq3Gc,5798
|
|
221
|
-
xtgeo/include/eigen3/Eigen/src/Core/Reshaped.h,sha256=mvVbHxxshD-FSVVAbb-HxWv2hXgGlBVYYWNUg6uYbrU,17487
|
|
222
|
-
xtgeo/include/eigen3/Eigen/src/Core/ReturnByValue.h,sha256=pPALnLGxq0kikfks978JuupMg7Ydc39u7V-3T3mzeSo,4403
|
|
223
|
-
xtgeo/include/eigen3/Eigen/src/Core/Reverse.h,sha256=SarTIP3o_zZSg6-gp4pDxLDvFFGcrku_CyHmCF53g3Y,7739
|
|
224
|
-
xtgeo/include/eigen3/Eigen/src/Core/Select.h,sha256=Em2Nmk5rGRxFGgSiE8jU01CZtoQr9v5FhVExKPALhRw,6307
|
|
225
|
-
xtgeo/include/eigen3/Eigen/src/Core/SelfAdjointView.h,sha256=y9rt2uHT6YFaVpuDrqnozlhVOGX0Mo7Ojg3xrhBxLBI,15364
|
|
226
|
-
xtgeo/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h,sha256=fQCSzoMJbG6mk3OAaH2HUbnjUukcmU6obqN1pxZ3rg4,1744
|
|
227
|
-
xtgeo/include/eigen3/Eigen/src/Core/Solve.h,sha256=evdcjIqPFg5cNK8O1oQGmNKHw3Zxh6f6UqF0m-aUI8I,7025
|
|
228
|
-
xtgeo/include/eigen3/Eigen/src/Core/SolverBase.h,sha256=lj-arCyR9FN6idaM4Un0HnxRse6Dmm3sk5b1yyPR-x8,6338
|
|
229
|
-
xtgeo/include/eigen3/Eigen/src/Core/SolveTriangular.h,sha256=h_eoulu1AQDMip2ExzFomz47TTlJ_Rbh5s3Hce8ipb8,9603
|
|
230
|
-
xtgeo/include/eigen3/Eigen/src/Core/StableNorm.h,sha256=SgjHCXAg5FlYvpqsW_iar5QNLfrZ-I2KzYMz53h08xk,8951
|
|
231
|
-
xtgeo/include/eigen3/Eigen/src/Core/StlIterators.h,sha256=Rv9cmWTyJxCzLBqfB5cUnDub-FJEFkvc_ir2FepxAxY,22104
|
|
232
|
-
xtgeo/include/eigen3/Eigen/src/Core/Stride.h,sha256=dlfSZLEW5d8SyqM6LVDMTFKS7kLHnFuCgUpCqlzSGSk,4328
|
|
233
|
-
xtgeo/include/eigen3/Eigen/src/Core/Swap.h,sha256=fyJ4SlKBUBwrJX83EgzS7-O7lEC1hL4E56x3mqQbpHU,2833
|
|
234
|
-
xtgeo/include/eigen3/Eigen/src/Core/Transpose.h,sha256=TPSdUYxnC66Iv4jvoJV_V3XBOjTYUk8z8jgmfs2KNcY,18070
|
|
235
|
-
xtgeo/include/eigen3/Eigen/src/Core/Transpositions.h,sha256=wqQxUJQoYCvaXld6Ob-AZ464RM6G7z8buIlsVDZF47Y,13953
|
|
236
|
-
xtgeo/include/eigen3/Eigen/src/Core/TriangularMatrix.h,sha256=RF-RsVGfNhVBIjYRDhpkRCbX8j2FCu_zdhSmoF9G8e8,39278
|
|
237
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/BlasUtil.h,sha256=MWmxPPtAF8P46rgLUSDezmKLrqD9Fx1I6ck9Mm4xFhk,23739
|
|
238
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/ConfigureVectorization.h,sha256=pW78x3pCrM87T7xbE0nhXgmQvVD8asBwPdfGz7_jgzw,20388
|
|
239
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/Constants.h,sha256=t65kQsNOKDvalmyjCPEJtXXL6nOqQPsdWBbeQv7gnCI,22494
|
|
240
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h,sha256=SQy091y1CNZ-FQMVyofgs4QcHk68d40hjUh-9V7gY9g,4998
|
|
241
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h,sha256=CvXVThRrn8_Z6N1kt2twZmPXk9ZOzxzWWoHPdYXB7GE,15877
|
|
242
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/IndexedViewHelper.h,sha256=Wh-UIS9wtD90HdKht1yWDPv4cjAf_3bgFzMbPVEi160,6882
|
|
243
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/IntegralConstant.h,sha256=lSWv3iImg9HZHj4-K1wq4Rvn-I6RF2Iyf4DgCGpMgiA,11221
|
|
244
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/Macros.h,sha256=d8cZIc7oVG2mFGTiQK7H849d2fw0XM-gGuQvFFT2TX4,54373
|
|
245
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/Memory.h,sha256=lu81WPUXtHewwABWV5fuRv3dE6IzUm-HZtEgVYORbSI,47824
|
|
246
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/Meta.h,sha256=P5v0MtkHSCntnN8pu65lMxsCxgDHq49lZbSk9O55GX0,30148
|
|
247
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/MKL_support.h,sha256=qUIhIj3JH6aNB2qEIF1_cgrcvXFuy3OxdNJOIaQdVeE,4405
|
|
248
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/NonMPL2.h,sha256=NE3Dm6rWoSynfhnSgcn8kIZccXPyYeiEwCbvy97sGwQ,88
|
|
249
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h,sha256=G6ZQvebG9Rg4HgqJBPnTJ2Hcasvdqi-1eEJr3567wGM,1055
|
|
250
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/ReshapedHelper.h,sha256=yckRiMqiI_80no90BV0X1CPOEhIsFGrehJa-RS8UjM8,1483
|
|
251
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/StaticAssert.h,sha256=MJCzzK_Lm8kN6C6cdzzY5Osm7Of0cOD9oiMJSHFqeZQ,10897
|
|
252
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/SymbolicIndex.h,sha256=Tvx67PTT7MdUiEt0Is0mXeGXd_Hz1zfghz8EvGxs6Mk,12296
|
|
253
|
-
xtgeo/include/eigen3/Eigen/src/Core/util/XprHelper.h,sha256=mkWZ3eEHoUrv4CiNK4J6t5vi22YzNev8JHMWjnpuGb0,36618
|
|
254
|
-
xtgeo/include/eigen3/Eigen/src/Core/VectorBlock.h,sha256=fC5xIVDat1zKeyEAV2ZGGqN24Fh1L3EEgprvK6LtmtY,3584
|
|
255
|
-
xtgeo/include/eigen3/Eigen/src/Core/VectorwiseOp.h,sha256=xhvjvOazoMvW5TxwpzhTGTGrkUF6y6gyVSNKEcU6Vrc,35952
|
|
256
|
-
xtgeo/include/eigen3/Eigen/src/Core/Visitor.h,sha256=pyOownwHyoIn3GDqf8Kvsx9epqMR5VmbJaJnvv12YTE,12378
|
|
257
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h,sha256=wtUggJqRdQ-LcSNFWa6fEFIgLGyodgypUzh8M1UGZFA,12905
|
|
258
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h,sha256=2-vzDU1ZzL0LexlkhdQ3QoduG-hG017xL5xfFHzAqy4,17736
|
|
259
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h,sha256=FKbFaJFMfgtwEG1fKM_86fQ6TwlAZB-IHDEtJVj5wf4,4269
|
|
260
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h,sha256=HqpANM8sYmu2gz23ep-c_C1aWEmu3rpSF9t6WmVCi3A,23592
|
|
261
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h,sha256=r70WYXjS4A5zNMxKZvH8ldMsrulKoRJ6DbL2A9IGPFU,17594
|
|
262
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h,sha256=wN4shNBsq-m9y2gcKgLmFSSl525suGC9WHG6srLbSck,9942
|
|
263
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h,sha256=LInuiVhQKGH1-RdWVAQBssIb5pAdKWvW_k3vehzGlZ8,14723
|
|
264
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h,sha256=n9m3U50v8hu_FDDjtczaq_b-lk9pIoqCPOParQiH6Eo,5733
|
|
265
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h,sha256=Mca8mGjcCs1O_sSF8qEdkezuQnneGjHpxe0NC1Kt6nQ,24297
|
|
266
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h,sha256=VFQ1XAxvHc2NgtcLF8dgnMEXLhyw3rR_CR0Jxwv6zAk,21636
|
|
267
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h,sha256=tM-vT9i9G5jCk7pRKJr9HXePo8ZZQDGRaye3cjmxkWw,3727
|
|
268
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h,sha256=omvIGyWR-Cr9OEyD7yXOVTp_ZR8-mti4SZQqoLC2Zck,36086
|
|
269
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h,sha256=87Ox0lowqq-uRwXpb3o4HlHAp1ZV1QiiYCeVHKlSYys,4191
|
|
270
|
-
xtgeo/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h,sha256=JYdk0yO_VdjOkZCHqA8QLg2RCGJMWYx7HRXuofgUGXI,23325
|
|
271
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/AlignedBox.h,sha256=mBF_hnqueIkYVhAdgIDsdWumMJD02VCJ5IUgB9uvqB4,19425
|
|
272
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/AngleAxis.h,sha256=qEjSxkL-48dMf0D_ZynsQDM5gAjt3WGqR-Am9DKeIIA,8650
|
|
273
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/arch/Geometry_SIMD.h,sha256=cRLkD26TcfVbWBlEICDM-EC3rDj0ND4r_bePXqQI6ic,6113
|
|
274
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/EulerAngles.h,sha256=jUom-9k0-wlbdFYM5Ut6FJiFadX1axfk03pVufOWoDQ,3738
|
|
275
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/Homogeneous.h,sha256=eQANyT6oCqkSQcPTNQZ9BMSJ-PZraaLjGmD1ingKVKQ,21227
|
|
276
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/Hyperplane.h,sha256=DyjJDQiyOVDcJxk0f_u3M35Sfmd5o6yBnDUUAoolYB0,12244
|
|
277
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/OrthoMethods.h,sha256=ofRdnnPi_eMEQSC9gzmaNaubRYObrJczh9lQkN2CbrA,9190
|
|
278
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h,sha256=YGP6-pQ1r0Nrm-pyDK435f3ifvy5yndFdPhyqeHO4g8,10044
|
|
279
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/Quaternion.h,sha256=0KuEnk48hRW-Hl42AvYAfK0EFmHMBhbuxJcDzJJBEPM,35237
|
|
280
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/Rotation2D.h,sha256=k_zhgjfZg7jD4hGHU_HMoyfo_TmfaRuwAXFZ55Yv5hU,7061
|
|
281
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/RotationBase.h,sha256=IqeOykOiPQC5m5_Vlt-atkFIXo98Jkybb9iVIdUsmdA,8269
|
|
282
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/Scaling.h,sha256=ipAIIJPM3zb5h8OtNa-HHepVSL_H0K0XoEaeqnCvX2Q,6912
|
|
283
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/Transform.h,sha256=ghMBWQl8AkUn_vpb9afymgbDf-R-6lZcn0Qysq13KSw,63493
|
|
284
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/Translation.h,sha256=dFnzJnzVtBspoz1U8uLx-71BbCewMG-bF2jC6fuBHek,7866
|
|
285
|
-
xtgeo/include/eigen3/Eigen/src/Geometry/Umeyama.h,sha256=jlI0XkCSn-WDT5KYTFRto8qodVeEY7ZbFO5Jq342nDQ,6356
|
|
286
|
-
xtgeo/include/eigen3/Eigen/src/Householder/BlockHouseholder.h,sha256=fivWqR8cFJJQGMMAeU3O2aqXSoHP6Gy-fL02qr7mhUk,4894
|
|
287
|
-
xtgeo/include/eigen3/Eigen/src/Householder/Householder.h,sha256=tCNlahyrmxEVY2lfGfkFhJzkead34DwY1ESFKGhvBJY,5541
|
|
288
|
-
xtgeo/include/eigen3/Eigen/src/Householder/HouseholderSequence.h,sha256=OtkfUHK62RIT3vcwYfJsV_KP1wSi3DVNggc1jvWywkM,24156
|
|
289
|
-
xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h,sha256=vF6XGLpz5F1W-Sw_jm_cLkgLfW8gva42PdrFCzY9ZoU,6997
|
|
290
|
-
xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h,sha256=tvmojMjY7hTJUGG6vFXGwRsuHAI97_Fx9mlyU18OJJQ,7062
|
|
291
|
-
xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h,sha256=uhx7Y8MfEWwEGfJUZm1rw4u6Q09CPOJF2nCQvY1aGW0,9116
|
|
292
|
-
xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h,sha256=B_JIcTzvRgtQ7nteBDEX389U3MtqrSnWBYy8Lsua0FI,15430
|
|
293
|
-
xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h,sha256=qBGTleNkCwAJbMi5WVZFuAiPGeCNQfaRXz1Z_HXwrI8,15393
|
|
294
|
-
xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h,sha256=hBorKsNIMwFl7Wwgvffwo1WPtFtjPKa4I3Ip1n2BynE,13823
|
|
295
|
-
xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h,sha256=MLoRSNcxWqlI6IlE2jzda5KDFbSxHzvUeeTEvaTpvUI,7547
|
|
296
|
-
xtgeo/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h,sha256=waSnc5KdMwqo6nFKZ7U89k8dBZKgnBdhK49tGlHBo3k,4329
|
|
297
|
-
xtgeo/include/eigen3/Eigen/src/Jacobi/Jacobi.h,sha256=ZxvY6XJ_ZLk2LEwg3M3yhKYRNXlDZZFpXIaRQZHerHs,16866
|
|
298
|
-
xtgeo/include/eigen3/Eigen/src/KLUSupport/KLUSupport.h,sha256=IlSzWmdA1GtqUylESwaec8qZeJELgX9jTl5an2_D6jM,11913
|
|
299
|
-
xtgeo/include/eigen3/Eigen/src/LU/arch/InverseSize4.h,sha256=6sJYu5olQkRyvoCt9DpTMpjtWjsXSSW7NRPxwIbnm1g,14044
|
|
300
|
-
xtgeo/include/eigen3/Eigen/src/LU/Determinant.h,sha256=gGADDcAksFmxMGEmmCjYAL6CN-TUzS8mra5RUcDUmKM,3556
|
|
301
|
-
xtgeo/include/eigen3/Eigen/src/LU/FullPivLU.h,sha256=yfQv9r7hk9yWKCBHQ7SPsmlnYHjGW97PpuRAccwmAk0,33260
|
|
302
|
-
xtgeo/include/eigen3/Eigen/src/LU/InverseImpl.h,sha256=uCRRzLI115X8e_udSzagwGwW5-b2rXBZMcMEn-9vbIo,16159
|
|
303
|
-
xtgeo/include/eigen3/Eigen/src/LU/PartialPivLU.h,sha256=vqIfNmpMs8JLINGg4wJysrpIrjtgqpbnuKASsyko_7Q,22693
|
|
304
|
-
xtgeo/include/eigen3/Eigen/src/LU/PartialPivLU_LAPACKE.h,sha256=-nmxQKA9IvyoUjBeY8N2092cBhOv_Z6_zz_paPH6d3c,3638
|
|
305
|
-
xtgeo/include/eigen3/Eigen/src/MetisSupport/MetisSupport.h,sha256=Hj3beK8w7Q70FcxgHpXYVAbSYi57gt3mbcJKMXY_LP0,4725
|
|
306
|
-
xtgeo/include/eigen3/Eigen/src/misc/blas.h,sha256=7M_nHABUkxiTDYiy4ntsO1k8L52-6w3yQoCOlayCXgY,31000
|
|
307
|
-
xtgeo/include/eigen3/Eigen/src/misc/Image.h,sha256=scgZptKfrBDrouy4SvhXM7uvGYtsNgqvLXDOahxzG7Y,2995
|
|
308
|
-
xtgeo/include/eigen3/Eigen/src/misc/Kernel.h,sha256=dN-5ycEuUg4-AXaMYtqx3Dwvb_A6dVGNRODkA8wFOoc,2821
|
|
309
|
-
xtgeo/include/eigen3/Eigen/src/misc/lapack.h,sha256=qL_POks8tAhJdlsiaf1acqpKQQ7XEP1TOY59iEp0Ayk,7986
|
|
310
|
-
xtgeo/include/eigen3/Eigen/src/misc/lapacke.h,sha256=d3jjZuZ8dlyJNoxt81stkVbevQIzACPEALU9ofmqTEw,1074661
|
|
311
|
-
xtgeo/include/eigen3/Eigen/src/misc/lapacke_mangling.h,sha256=EezUpb4dNuLg1hCRF-xRBGEAuB1LyQRmXs7uBBohqVE,491
|
|
312
|
-
xtgeo/include/eigen3/Eigen/src/misc/RealSvd2x2.h,sha256=hLdLTDrdnb8-OZpJ34h-yGDu8ug1uQaJhuGQRr8Xk6U,1803
|
|
313
|
-
xtgeo/include/eigen3/Eigen/src/OrderingMethods/Amd.h,sha256=O0pOZ3RbOdlNt_rMYAEVqkuvx1eWwnEYD3N78u9Pxv0,16540
|
|
314
|
-
xtgeo/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h,sha256=vMWGp1HKSEhZdfemXh9mHg8kRvDKiqoezF1WQbEBz9w,63544
|
|
315
|
-
xtgeo/include/eigen3/Eigen/src/OrderingMethods/Ordering.h,sha256=WSRdek36ArggzoZLC4YCkVaUi0jTRHutUxz0YJtVUhs,5401
|
|
316
|
-
xtgeo/include/eigen3/Eigen/src/PardisoSupport/PardisoSupport.h,sha256=sWy2iXIGzEmatwfIwFE9zcSnxwr9Wx1aCfE62L3CQBA,20637
|
|
317
|
-
xtgeo/include/eigen3/Eigen/src/PaStiXSupport/PaStiXSupport.h,sha256=uaDT-GJhS5hqzX1vXk8YBZPfmV_fmYaaPWSklLy67xg,22927
|
|
318
|
-
xtgeo/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h,sha256=8KYlWx2_-wioFKUP_4T0t9wMPJHCgz0WKsTLrEXeQXM,14418
|
|
319
|
-
xtgeo/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h,sha256=r-jCWqJ27555T-5AAHhXuQ3yIbTVUnkQPakNkcfET0I,22127
|
|
320
|
-
xtgeo/include/eigen3/Eigen/src/plugins/BlockMethods.h,sha256=5UYLsvZCrvHBDNP2cssyVypUsgJdNDAuTqWZAQkxbAo,60462
|
|
321
|
-
xtgeo/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h,sha256=eAmIzX_kR3If-ahjZ7Wf5hCJoyJIMm66g7zQkpUUlMs,4943
|
|
322
|
-
xtgeo/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h,sha256=d1n_SdiP3RdUUc24Yw9KATAWE7uCRNSorqs8s0Kka40,6266
|
|
323
|
-
xtgeo/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h,sha256=w4-asSVXzNrgNAAU6Z824b91KAqMiTX2euXx7XKsrlQ,12545
|
|
324
|
-
xtgeo/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h,sha256=Y8TLXVb3vWI1dL2CV26HSae39Xl53x1t3ngs4O0WBXw,6539
|
|
325
|
-
xtgeo/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h,sha256=jqaFBrNIicmiagHTx85Vfk-fkcFNbFjFR-Aj7aKVuWM,3445
|
|
326
|
-
xtgeo/include/eigen3/Eigen/src/plugins/ReshapedMethods.h,sha256=bG9UhWU5MB9YAkXXl51DeycgZccnBwvAprDb1M326-4,7064
|
|
327
|
-
xtgeo/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h,sha256=d0VPm2ptyIq6yckGhJ9hExqeTpwrbK0LHsKaL7sihhI,26172
|
|
328
|
-
xtgeo/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h,sha256=FsVc1UUuDc4XloTJTm_2txvpK9kOJjt8CxkeaYzn098,4759
|
|
329
|
-
xtgeo/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h,sha256=tCQcUD7Jf_NxZ-dsJs4fP6S6rIfUu0SqYrsuZBpdyVQ,24064
|
|
330
|
-
xtgeo/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h,sha256=5w2ZAxmivlxFlcUcsDN1v07Ov0DV36xUdCOWpMtDy9I,27481
|
|
331
|
-
xtgeo/include/eigen3/Eigen/src/QR/HouseholderQR.h,sha256=BTBwgUqpvbcD1m3Ko8B2Ha9BLEXtC59Ej8okoFsak6s,15075
|
|
332
|
-
xtgeo/include/eigen3/Eigen/src/QR/HouseholderQR_LAPACKE.h,sha256=obNiukhbMqj6HCAMr0A9_zktnf18lGSCtQ7oeMUX538,3061
|
|
333
|
-
xtgeo/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h,sha256=ohvHac3U3kqy-pq7QeNCs4TXnl0hHVQk5T0YI43HJNg,24913
|
|
334
|
-
xtgeo/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h,sha256=VnijA0OAgCExNsfHqlVF3H818LV2UugsIsgP-RIMdao,6004
|
|
335
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/AmbiVector.h,sha256=uz5A2MqSpa_fnFcRiKQKxvwNXoBfrCY3fjmxguPKKXM,11048
|
|
336
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h,sha256=h0u9uo1DLplhpiz_tq5t64u7YstRDCnJuPFX49vRsSo,9017
|
|
337
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h,sha256=h-Wk4ZElsxXPjGsg0jsSLw36gAsP6jnx88xZkGSaQCM,13518
|
|
338
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h,sha256=0RSn3IrF6IeQBKOEz0Ku_DKMTSHO8L56vcFdG8XBtD4,2258
|
|
339
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseAssign.h,sha256=ZPqOTXos1MNz_Go1haQd99_DyLx5FzAnMnad8i8ZeCk,11638
|
|
340
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseBlock.h,sha256=x7oyGSjtcx7GnOCzXQwOaHrdlkNIMutpgyTPQXsCb2s,24931
|
|
341
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h,sha256=4hzuM86nTYE8u3rOg1qXR7Z6jBJVvEzeITT0qsgwdM0,6691
|
|
342
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h,sha256=VvuTaUNiP-wV8_nVAy36Ldd0X2d2RYPd8Ks-PjJTM7s,13976
|
|
343
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h,sha256=cMw6KfFuP-hMXcf-RImgUq1o8Spd1Ngv5Hrymq7ciDg,26246
|
|
344
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h,sha256=Vpb6J_43k3QiZUQU54Kv4rsrJxa8BchiptSiacm0X88,4907
|
|
345
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h,sha256=y0zGrLcE_KT8buAtr6fvXzHz06YJzPiM95ZEPpwH9gM,13598
|
|
346
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h,sha256=AUb4PA4MJWJQxs_FsbooY0ncL6yxlvDDcWd6Wql0qoE,5946
|
|
347
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseDot.h,sha256=_ZmirWffVswkBqHcUH6cUgOYeURD4i4ivqk7YpGylMY,3178
|
|
348
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h,sha256=2_TZQCvgB2kvD9CIpnfTRaMbG5IONTZZ2KZM_GuTAmc,1136
|
|
349
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseMap.h,sha256=Q4d1hoojMQN2hzrdnKK3oWXGfYVEozN_IHpsdpmzYQk,12894
|
|
350
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h,sha256=ELneeoxRdi_qysfv8eejr0a2hx1dJDsCM9BvA2BZrbo,58993
|
|
351
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h,sha256=L9zBOKxoZRMMz8I9K5Lk32q1ieb_kaMKIs7zyPqf9Co,17849
|
|
352
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h,sha256=a3MccORzzw0sUUiC-GrvVm3WafWRelu-l30eN4HsCIw,7507
|
|
353
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseProduct.h,sha256=Gmf15GrpxvP9qYuvZWQJN6w6cZveylfl1q2cO5QiFvs,7774
|
|
354
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseRedux.h,sha256=MK45EV2Qa0H7gOIgNVwzuUhirhZam4vGdfeVJm3M3hg,1748
|
|
355
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseRef.h,sha256=s-yMUDiGFOrYeRXTTmUn6UbJ2_uI7XK-SVktfQ6wV4Y,15997
|
|
356
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h,sha256=ShpoSKR3HzaA_Bh9THHK17rfQfcQH_VZOu9hOGQIg38,26548
|
|
357
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h,sha256=hJZchdDmrOVhzvqFZzhTOFK32UqKrI4Q3hc3_Ep3wlo,4548
|
|
358
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h,sha256=9lzlY_On8aDz_wi1iT6zK2KH-9Oo8CfmH87NSPsXig0,8902
|
|
359
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h,sha256=01mh1MuN_pcOJVC3MrcYdhFZBQnUNUnYKatcUBVsuqg,3267
|
|
360
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h,sha256=W0hP5uCPtMgDoXSB2Z5_k96WiCuOzBn0-MF0eZ0fSgg,6626
|
|
361
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseUtil.h,sha256=_Sl6IT9isXUOJGJjmXdneskWsZNKYhMCBEJf_mMH57M,7013
|
|
362
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseVector.h,sha256=SJUcnhD3HFYtqbunzPee89KG70zi_g93ShwdrpOKkd8,15310
|
|
363
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/SparseView.h,sha256=ECrU4ocuuNgUuC7G1D2R42QWKHQ-q3rPqoyOgN5GrwY,8381
|
|
364
|
-
xtgeo/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h,sha256=i7v7AVuBrzAIj6oIC38jrFha_rXkRz5yWGt5H2UXAps,9972
|
|
365
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU.h,sha256=fsxpQ9SgD4x-O-jkdLTMIO_wU5zu1SNPnmTtkKe9oC8,34239
|
|
366
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h,sha256=2fQwYarK2IQxVvW97oaHQm9KWA3TI2c10POBLGWIH94,6893
|
|
367
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h,sha256=M1W36HcacJDIsTkknJIdZm506-NM9b5Vbd-2JI6sp74,6763
|
|
368
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h,sha256=0TryYAoJuVeWOE5aH7bZnO2nFJEcZtIdyZx5wRQheSM,3788
|
|
369
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h,sha256=MWEmSAmEEGSIx9mIhs4g_RCJ3HaPqH4KjznrBNMRfag,10497
|
|
370
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h,sha256=Me0L5QT_6uiLneate-pMJhNkJ02nEO7KyoBWApqIGO8,4307
|
|
371
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h,sha256=VaQxAeRQBG9iKztx6fQsIEUd-KiD-4v6fUgBPZZ-1kQ,5853
|
|
372
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h,sha256=OIJuAbFcvCNQ-goUy3VDnYKWdmYpaaIi2wABMEIUYPM,7828
|
|
373
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h,sha256=fEQFCyI4K-c2PHmebbbB3CGXMFyGifyu2GbkHbmlfcU,8708
|
|
374
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h,sha256=5higrOriDOW18LQwkWt83z6o7z4RvqSijrt1t9MYQqE,9286
|
|
375
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h,sha256=ms3K_Ooh-lWpI7tU8FKjHHrv-5Bnl02-cpmbEk3r1Nc,5116
|
|
376
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h,sha256=olIY5DEH1xHDvInzmr3gfZB2wyt3klrNydpPYT_ZRl0,4681
|
|
377
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h,sha256=xNzQ0khnPYIZgmQXb1OhQAWZVp5VZKGonf3tASja2yA,2972
|
|
378
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h,sha256=nz_2N1Xdxfk9ah4XREs1mUEtBuz-ah-nJanfKCPGCUU,5084
|
|
379
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h,sha256=bo_lqBuLr0PpzhIzAbAznZuntcCYF5nC-CbAjdjgao4,13212
|
|
380
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h,sha256=0gc7S7tS6KB8P30rnox59Q00zj9J54JLZoZVNQl0sxw,2129
|
|
381
|
-
xtgeo/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h,sha256=ogCM-F3n2DmxyB_cV046N63-ohnxr3At_kS_FgFg_oI,4369
|
|
382
|
-
xtgeo/include/eigen3/Eigen/src/SparseQR/SparseQR.h,sha256=ujdEqUPDg4b7SWG-lTgodmhTaMQMo9E-csIe60GjEdQ,29925
|
|
383
|
-
xtgeo/include/eigen3/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h,sha256=L0O1O4x7Hawqvf9TYzEsYlVBd36s4k4urKCHqv_4C3g,12161
|
|
384
|
-
xtgeo/include/eigen3/Eigen/src/StlSupport/details.h,sha256=dZaTw8pGaCmnvoBv4zPTAgIbc-YEgYIK4aFlJkQxZKk,2893
|
|
385
|
-
xtgeo/include/eigen3/Eigen/src/StlSupport/StdDeque.h,sha256=sRLbjJ9On0QNGStcZ4bqsNfNpA05-RemQwO6r-Zbj4k,4846
|
|
386
|
-
xtgeo/include/eigen3/Eigen/src/StlSupport/StdList.h,sha256=CgGL2-H6D27Exgrr5dlQy9CH3fLR-S5NVg1KfOTofGU,4261
|
|
387
|
-
xtgeo/include/eigen3/Eigen/src/StlSupport/StdVector.h,sha256=ulH3RSr7lOhQZhzGt5n0LhfQZ-OU5N5KPeTfNdGn0BY,5469
|
|
388
|
-
xtgeo/include/eigen3/Eigen/src/SuperLUSupport/SuperLUSupport.h,sha256=R-X8qx_zhIeD--_aQ2gy3bHvWA8LP6av-UgMlKDNTNc,35349
|
|
389
|
-
xtgeo/include/eigen3/Eigen/src/SVD/BDCSVD.h,sha256=rW93pDIO5W0JXSt6pBBN626h3FAbxr0DEYMXfPYYsro,55580
|
|
390
|
-
xtgeo/include/eigen3/Eigen/src/SVD/JacobiSVD.h,sha256=8hSJsfxi2JW68wTL68PPdZMqKlZRYCxBwt81Tt-3dT8,33800
|
|
391
|
-
xtgeo/include/eigen3/Eigen/src/SVD/JacobiSVD_LAPACKE.h,sha256=raMZvJjioHI8AggeoAhAW4LiL4_OFk-4FaTwikh9QkU,5190
|
|
392
|
-
xtgeo/include/eigen3/Eigen/src/SVD/SVDBase.h,sha256=0azw1qi_DHK0y53k-5qb4VPKQ_WOArM0U_C8_C2v0hE,15119
|
|
393
|
-
xtgeo/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h,sha256=oLRySJTnRJkojgcQs-q4U48WVphMEm9lUC5MoCLbJnk,16371
|
|
394
|
-
xtgeo/include/eigen3/Eigen/src/UmfPackSupport/UmfPackSupport.h,sha256=oa0YgSTTO135LiEg7Is-kBW-fqw-gTwVWJYXsmmIS5o,25098
|
|
395
|
-
xtgeo/include/eigen3/Eigen/StdDeque,sha256=097ECO6iHCHPCRTQ4SRTmMn6g2R3j5KGpYDXh65wMws,824
|
|
396
|
-
xtgeo/include/eigen3/Eigen/StdList,sha256=ttTKQcpHtZwkSJh1v0gxoKkDsEfqnO-pnrGh_cY2-KE,752
|
|
397
|
-
xtgeo/include/eigen3/Eigen/StdVector,sha256=LvFkCpIt2_G_m6_UxLgNrWsxDIcyH5nEj7xXvuIKAjE,830
|
|
398
|
-
xtgeo/include/eigen3/Eigen/SuperLUSupport,sha256=4cTKNQHjDFSxOWhZ0dQr4Jx77PIqmeQf4F6dxT0-RKY,2307
|
|
399
|
-
xtgeo/include/eigen3/Eigen/SVD,sha256=Po3d0ywv7sq3RxUh1sTYdLm1LwrR7pOGVwtBxnv07ZQ,1634
|
|
400
|
-
xtgeo/include/eigen3/Eigen/UmfPackSupport,sha256=XCTxQ_Vs8sUS-KiIfO3_INoHjvnEXRDY_IOxdNEHtOs,1422
|
|
401
|
-
xtgeo/include/eigen3/signature_of_eigen3_matrix_library,sha256=CSE-gtxVeJnSJrwNK6dpqsNbMOKHgH__-GUJiGgc1hg,217
|
|
402
|
-
xtgeo/include/eigen3/unsupported/Eigen/AdolcForward,sha256=129FoER47cJfbKwh1QjEftZbjL9kpJTQT1sCBzidoyk,4581
|
|
403
|
-
xtgeo/include/eigen3/unsupported/Eigen/AlignedVector3,sha256=bdYsFeq8kPSh_0NmOND7EhdGmH2al8ooLDwx1flSCEg,6583
|
|
404
|
-
xtgeo/include/eigen3/unsupported/Eigen/ArpackSupport,sha256=tOIJl3XyCyl_H27EdLpQbFwT6X2tEc7mWDp8DV7-rzI,914
|
|
405
|
-
xtgeo/include/eigen3/unsupported/Eigen/AutoDiff,sha256=XHKcaD9AtAbqyOqpPvH85Gnr6SLnBMR2L0IUAE2xDkU,1227
|
|
406
|
-
xtgeo/include/eigen3/unsupported/Eigen/BVH,sha256=EHdKl8aiabqG9Xnu2wdjH873tNdIZNELtWc-fPi_Kfs,5618
|
|
407
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/Tensor.h,sha256=WblZYNxdybqVJxd_IPSvZ1ndmAZwVXZfxP2IVqotL9A,21823
|
|
408
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h,sha256=TDFxR0YECuEb2XM8py3ShxciP3mo6_8exIxFzjF2FfQ,12777
|
|
409
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h,sha256=qqfMx8ufRFq9FTG9Z4v-TqxNVgjRhloAwxO6PuRj11c,10570
|
|
410
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h,sha256=cHhThGsmrf_s7-bAm2z5nVyodx5VRy7PHNoznejPRqQ,59108
|
|
411
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h,sha256=AkzvLBfPuaQ8OjfGf4rfaHCgRV_Tgji7enLV2e3RF54,62410
|
|
412
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h,sha256=JufOZX4f22XUro9PsIlQt3pHOCDvfJA7wWb1Q8RcF9o,43243
|
|
413
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h,sha256=n-vmONUpCMa7BpyPH64QmpeirBjCxqBIu5rGjTisRVo,20225
|
|
414
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h,sha256=1-TolTkFwmyskx3a1G9W8ZqLbrkmdOcVIyKuH7aiCj8,16042
|
|
415
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h,sha256=JXjTE4c_8dBqZxQEJA-SiwFKVzjbytq4Sdzt7DZlIBM,46343
|
|
416
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h,sha256=CGqaNOJ0Lze5ZyGX0eimdtFugWuptu9bZKGOYMSWqbw,2748
|
|
417
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h,sha256=Pu1W-qelRoHtAKsrLVVx7aGJvLe6hrpLeUZGHzUbHVQ,231
|
|
418
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h,sha256=0hsfjrDf3tJmxBRKao2ZG4j_-nRuBWN2YivPai4tAMQ,64815
|
|
419
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h,sha256=NbrGwBMMNfXfxDwi9aIALiPnqcPIWHS2ztpuwopLpaE,24161
|
|
420
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h,sha256=JsP6fX3sUvvBKmXToQapTLYZDScPhAACa4h2yMqtvLQ,90692
|
|
421
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h,sha256=XuV-LW_fImmNw8euLR0zsHpEpVCTL_OYoNVkV4pDNzc,72366
|
|
422
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h,sha256=fdovB8aipM1auGiwbuzcCtTlZH-vrwUBYSOqS6G6W-I,19259
|
|
423
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h,sha256=0RO5N2_6x2GggSJIX30g-xEDr9PVrmFrerje94MHN_s,49818
|
|
424
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h,sha256=jgdNH5C3LaL6TK8NcSNJZwyKRSgeu0_mNus44Y7Pl10,28071
|
|
425
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h,sha256=ju95ufyrkW298G6HYCmyMInjBleNkv-m-wZQ7_nhF7s,8856
|
|
426
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h,sha256=uxCZTgMB-VyKSdvSJ-iX0rjsY8COUohSxfuLO2fkUNY,13493
|
|
427
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h,sha256=ga_TJB5g4P9nVUTpQy-HTXuloGU89osKkbRuNW-B97A,5033
|
|
428
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h,sha256=nzu2KdO618uYpw170WehYcnX_Vzj-tqHm2Q6PfyIO5I,221
|
|
429
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h,sha256=ak_QZ4_1PfIEn1LyO61ycoeTE2Jdi8JGmdfSvkToOSg,3531
|
|
430
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h,sha256=i5dpbtYYsxXI-nhzdz0USi1VLKYWQwI1oKD9-LrF5_o,13226
|
|
431
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h,sha256=SoyoK6h7Ax2imLaJcuZ6KqlFxZXWKVwAQ47flPj3tHA,41415
|
|
432
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h,sha256=turdsnBSfTIqgbFsSS5ypQJORpYmgJF-ATlSYh5LgIY,15612
|
|
433
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h,sha256=PyFJutCrcr4lKanKBdEW233xJF-sF95It9f4d1DzMo8,7910
|
|
434
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h,sha256=I85HvU4wB05bRSHFvVztjBJY_LCgd3gy8UYV6KXKR0U,18241
|
|
435
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h,sha256=hkb2dph7gThRDeKCJBeCwWfyAkosOJiXRva9McVjJ-0,8792
|
|
436
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h,sha256=LdD-5ITfhiHhHMmCEfk3WjrK2qIlOi-N7f85USV0EZ8,40988
|
|
437
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h,sha256=dGsARUj1zQfWCj33dwwDUz5Fz5U-Qp96WZ0W9ni52P0,27358
|
|
438
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h,sha256=zqVPEEF4QfbZcN1s0Xh-Tl4olmlWoQ5B6BOAqJRhEsM,16503
|
|
439
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h,sha256=HyV4ZBz1Mtf6GWSuX-iQyBsebAyFgDe2RSLP57dA4TU,25014
|
|
440
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h,sha256=5lU77BaGZ7UCgkcr1IytR76kpszWWUyE-6v9a2BsYUw,14865
|
|
441
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h,sha256=NK7XRXnsdBgQrPEbKSTEkKEpSR9zsHtNZnr0IpT9ghs,9019
|
|
442
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h,sha256=gRr7cs5xmD0E1qqEHtjG61FJM7FtI6zWFbMkXKscS4g,8511
|
|
443
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h,sha256=5VFnkFZ7M2Rb6YC2P2vAUsIGsoVSiwx31Ks2JjPkbXE,15757
|
|
444
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h,sha256=0926DdPGurwy745qsrYP7iFuND5qfHN_t_190YdQ-YA,11222
|
|
445
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h,sha256=FZWhtIurEEVBtq-tdLvRJAv9nZ6HJhEcWC-jtQn1O4M,1349
|
|
446
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h,sha256=hcs-TIY8_GXeuvxRgT-CL_TH9VM-JFuvFwmEMtPxeYY,4167
|
|
447
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h,sha256=ZloxJE4IfF4lYJ8I_CdjDoPM-M25WMHDZFOQjGC7cxY,1311
|
|
448
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h,sha256=E2A3l_YM35GsEELlQhqy35ABxjrIUvk15vFAu9X670k,28669
|
|
449
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h,sha256=K5N_v0MUF7QlkVQy_cHe_DveVEW0MWVb9oi4KgYP-NA,26430
|
|
450
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h,sha256=WdMddIa30nOnFjR4d5N8b_JwxOAMhoUCJRIJyuzj-U0,9341
|
|
451
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h,sha256=vmZ5lUVAPw5p63uBGS-ep5ZzhRHMMmrYL1M1i8S2NeA,2812
|
|
452
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h,sha256=WYEm4Enz-yIS4E-MQnSf2LcRN8pgXqJ9zPiNnfe7buE,9304
|
|
453
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h,sha256=-UgpXvtNdmEzPKaseQ9YPJAdcCsCS6Ugm0KRXkkdZp4,2639
|
|
454
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h,sha256=zXKGSU0wxiP86clA4KHzfBvN1x8qosS83K0CSzFBtv4,7985
|
|
455
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h,sha256=mxwkX5h8PcFbHFh7HfrVEF2erQoVNf0SG_SkSc5Fddg,3740
|
|
456
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h,sha256=kE_pJLlLT77Lrjh7GKwD04m_ysnS6fuRe1Tr2Ub5VLY,14518
|
|
457
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h,sha256=AX_qnXZAcF1wGlW6XNI_JEWsdDifOytN6LrW81E2L5I,8415
|
|
458
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h,sha256=Z6zNwX2efcMw10zfndyAYxXef7lyKkKhwlTgCInNJQQ,44386
|
|
459
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h,sha256=DswpypfBYjThWFnZ8w53PhbbClm1XzTPYQmVqdb9JvE,29472
|
|
460
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h,sha256=Dj3dpMngk--BNkn0U-pB-XXROzizY1TVas8RmKmMLeE,11765
|
|
461
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h,sha256=ZW5r0z7tJYa0qiJEsSQ1pUZqutNn3ZwSgxU5KBty4o4,12707
|
|
462
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h,sha256=qbHNy0BIUzw5nFPRdQIGIyHu1revGvaNtJgCAeYUBfY,45393
|
|
463
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h,sha256=pq10OuGvy93hI1KB410hJQoXGr747q91L5eXX-0Tx08,227
|
|
464
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h,sha256=QvfSq-diN2DoozPBbBNPArOJs9IBVp0xbkHiH2leBsw,41685
|
|
465
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h,sha256=zTxay9SBWKOWWD-wP846B7o4kx-qIZuKOlzU2m9BR54,30656
|
|
466
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h,sha256=l9Ag7r0eo4M39EV93BjzIgo8MAQdgQqMcADZpO4diqw,15247
|
|
467
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h,sha256=DjOUbXhgCnuFi3Z68gCClSNWbtm3Zlk5qdQjkzITIfk,17403
|
|
468
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h,sha256=tSVv1zFLneW-dY55FGX0tMous7NPeWJHuZSY8qb7G8w,20619
|
|
469
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h,sha256=3UKShoRZoz5dDJNKmi-SGQYF_1ogHRiORdsPjaTDAlc,25792
|
|
470
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h,sha256=qv2h-76v8LRhJHs7UFDAJfPV9hyqqhM3dNnwGd3zbes,18727
|
|
471
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h,sha256=uMHi-P5l4IpJ5vmXsUoZVMf4qr2z6bjRZZR83LZwpAg,5642
|
|
472
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h,sha256=kvTuSbJGL0-S4q1Me24rCpZ2w1uxBCI77FKAvEn8J3A,13859
|
|
473
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h,sha256=D76WKx4Oz1_57OBJshoc7BJczS2xUHVwbL2La-rPFPQ,10455
|
|
474
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h,sha256=I1TAR4yRxhmt9T_ipVc_jtAKRp6v5AFwuXT9IecmCtY,9696
|
|
475
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h,sha256=0O47k8G1BALUhiBzmjdvhLDPy8-EAem-u2t_rjefN88,7801
|
|
476
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h,sha256=4VDgWbPR_BCZHMwKXp9QvMR0bGRwEged6B9G69cmf6Y,30718
|
|
477
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h,sha256=7cSyrRstcms2Uka5-bhDJubUmZe3zoDhFvkj6QVMjlw,11150
|
|
478
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h,sha256=8rpdcjwth9JXZd2AJKzG6Zz41j82Lx-Hn_YV0e9zIZE,9322
|
|
479
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h,sha256=RsPm5zzdFPPwyGhupsu-A28V91WCwJbykGs7H8f-RHc,13359
|
|
480
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h,sha256=CCV-lq3_QcFaopzGyjahhUiBeyFmtKb8zbeeFhYlD8c,21715
|
|
481
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/Barrier.h,sha256=O6SA4HW14Cllr2JcoHlY2OwRpQvMv8B71A_gPLrXJyc,2180
|
|
482
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h,sha256=T6hWlagoD0_t_g7W9zG7x0uhmMNyRZlv_m_0d6WlptM,9370
|
|
483
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h,sha256=OcfTnPAAmTnJIwt_rkW1y-CmFlsoP2bv_3PMf5kbMyY,17561
|
|
484
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h,sha256=wdUC79mqIlcH7kCT1a8OGLHqz8IZJmLSlP-uQHpTQs0,9602
|
|
485
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h,sha256=X1Z_o_1xv4CHuPkwl-FvySoNgURgFOYbVz3KLcZqJgw,797
|
|
486
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h,sha256=-0sJT5pPSxelTBQMcr8kgJZliQduTH59LiWcdSpVfOo,1249
|
|
487
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h,sha256=wieBUsqn_okw1oIDkWApWNXR6_XlVkpxSU0JcNJU_b4,11783
|
|
488
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h,sha256=dDeMSMV5dLXRxKr5PMt_9z1iOEsYOY-UTBAn1E44Yps,1728
|
|
489
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h,sha256=iK9qTcfKis20N9Sb7aIy0GfmUJ2mELHQLHvTFfpb8kQ,735
|
|
490
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Meta.h,sha256=O3P2Uk0kgfh-5jSlfLIjW0NaovOTc-WIVYDvD7UZ44w,23289
|
|
491
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h,sha256=CwV76EmIwQGBr0wlipI7EfjqWwneE2uCP0xcZ6azZ70,4203
|
|
492
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/util/EmulateArray.h,sha256=izHth6dQ3PKUQBZfr-2K0I8FTiOAewSQSXFtmW5W0zg,8416
|
|
493
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h,sha256=pZF51JFFxADLD6ZHkEDc8x3n2ARWPvuc-AgLmIsuK3s,4332
|
|
494
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/Tensor,sha256=897YD5rIZ39v65EDQsTlyna0Ut4d-nFOhV3HB5xxkS8,4324
|
|
495
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/TensorSymmetry,sha256=rHKJlvQVWgo7hxZvGUGmEvpVWknNJlzvg0oNrPeOUhI,1309
|
|
496
|
-
xtgeo/include/eigen3/unsupported/Eigen/CXX11/ThreadPool,sha256=_SJ7KkzFBivYD9QPJhmCweotfKj41mhSi965WCNezO0,2161
|
|
497
|
-
xtgeo/include/eigen3/unsupported/Eigen/EulerAngles,sha256=ZVQj1s8hCxeaYBLo3mmeS1IqusfHStZeoZKm5SGNIKE,1169
|
|
498
|
-
xtgeo/include/eigen3/unsupported/Eigen/FFT,sha256=dH5vAPso6ou9it2jOvb09E_49MkIetpg3VtY8RLDvaM,14367
|
|
499
|
-
xtgeo/include/eigen3/unsupported/Eigen/IterativeSolvers,sha256=xN1RCt2iSUvaj2uOS1l2d8C8lmS7uCWd-eU9Z0OR6VA,1612
|
|
500
|
-
xtgeo/include/eigen3/unsupported/Eigen/KroneckerProduct,sha256=mtiOGUfxre0cYf-VyyjZTLUhpy34nHid6z3qTMkhDJ8,980
|
|
501
|
-
xtgeo/include/eigen3/unsupported/Eigen/LevenbergMarquardt,sha256=YYGtIzVYR14_ZRVRW3SeI9J9JAk9RYzXlzfjLNfFMTw,1287
|
|
502
|
-
xtgeo/include/eigen3/unsupported/Eigen/MatrixFunctions,sha256=7vKKL6wMMtsjJEDIfJafFq4kRN-pol_soDkFtaKTWVA,18423
|
|
503
|
-
xtgeo/include/eigen3/unsupported/Eigen/MoreVectorization,sha256=yiqVPqJYDUMssi73EBVAFI9vIx2zO_3CCQBEuAfsAjo,616
|
|
504
|
-
xtgeo/include/eigen3/unsupported/Eigen/MPRealSupport,sha256=jNxzlSnXmqWK8PkgjD55gldacQbNFb5yvzs-RzHsBSY,7869
|
|
505
|
-
xtgeo/include/eigen3/unsupported/Eigen/NonLinearOptimization,sha256=hzmTAck3jwfxXVVRYXkh0BnKWSRvQ9r89FXje-zkuCY,6103
|
|
506
|
-
xtgeo/include/eigen3/unsupported/Eigen/NumericalDiff,sha256=Qc4GCpIs6n9hZ8hG2CZBGjy67xemObNR__ehvrJ8jlw,1835
|
|
507
|
-
xtgeo/include/eigen3/unsupported/Eigen/OpenGLSupport,sha256=Ub9OlxZT9DZ45vn2DxGXMoYKqPMSdjtjzmvZ3giTm3U,19394
|
|
508
|
-
xtgeo/include/eigen3/unsupported/Eigen/Polynomials,sha256=c2-LAlMIhTupDUeamgK35dKqcNYyKaYzQ58g5mVe9dM,4886
|
|
509
|
-
xtgeo/include/eigen3/unsupported/Eigen/Skyline,sha256=h6HhkARmsAyEnd7nVG0jcOLtng8MINGq8Gpc0B1Cjzo,969
|
|
510
|
-
xtgeo/include/eigen3/unsupported/Eigen/SparseExtra,sha256=tRurCwwS-Tgh4wMJXJ1E-eVWaQic6tbnE9U88vq22GI,1414
|
|
511
|
-
xtgeo/include/eigen3/unsupported/Eigen/SpecialFunctions,sha256=ms327jvyGHp0-tYg82sjARC7YJZJkqrll9rAfJGQJf8,3054
|
|
512
|
-
xtgeo/include/eigen3/unsupported/Eigen/Splines,sha256=Agf3bxggd8EvW9w_9IlBsREstTIqT0Imc7IE6TYPQpo,1031
|
|
513
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h,sha256=DsBEi4qUbheRYZWDLoNj3nfo9DE52vpvICutXYjq9IU,3258
|
|
514
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h,sha256=xsSTatjWymHZ9ELZje_33dmoMzaMAu6W2d4VKVO9SSk,29837
|
|
515
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h,sha256=8Epldf7ISqBZsrWtkHbwHw3-zf6D2zdFwdO-uRHCGJE,9249
|
|
516
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/BVH/BVAlgorithms.h,sha256=7j2Gl1-JFeAWfSvvq_066HQWN6JSdF4w1oFdtQB-uX0,13269
|
|
517
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/BVH/KdBVH.h,sha256=MILf1W8q8YHAVGsrju5pZJEui2hyW-VPefp-IjdD8vI,9389
|
|
518
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h,sha256=mMbSrXdnZj-bAQSsjzIB2eWS6--Z6nleMhVNOUOMvRk,29865
|
|
519
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerAngles.h,sha256=cO2-cQzUw_Gbsz_FXmnjNZN1f7uT9YiLA3aUE2EzwaA,15722
|
|
520
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerSystem.h,sha256=UI5-9sB9X_DhszidCb24huZ8QVAsxeWJ8GGhXW2ZIZU,11925
|
|
521
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/FFT/ei_fftw_impl.h,sha256=rMu5-PCCO7YU4sjcoBJ-R9-5qNgC2S-46HJXJC_iXDo,9484
|
|
522
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/FFT/ei_kissfft_impl.h,sha256=sLQcJyiUXjbOIxym9JkftXTtzcJsSDh_ngEU_DfO51A,13680
|
|
523
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h,sha256=xGQhe_Fw7_aIWi7k8uUrNq8HbHozP2K-R8Zf7s4GrGw,5511
|
|
524
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/DGMRES.h,sha256=U3BG-Li8wldpyA5MiVD0W5oMfvDNluh6aE9TAhMZDdg,18280
|
|
525
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/GMRES.h,sha256=4CwQDgyykExJ1Upt_QrR5n-rEG_H0OQZFzitqhBcog0,10544
|
|
526
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IDRS.h,sha256=98NxxNEBOH_Pw_VaqHzhjGmZVMz54JZvwK1WHgqTgZA,15230
|
|
527
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h,sha256=5axJyh99unrxkgYt4s6kn07NzCeiJ-fkEHd3sxXLLgw,2610
|
|
528
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IterationController.h,sha256=opVWuCoADTG95TsVlgZcj_CuIhZOuon6Y8T_bzd8JPM,5514
|
|
529
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/MINRES.h,sha256=HBGY35WzayoE0AYXZuBTlddh3yKxQmj8prtOQi8r7E8,12664
|
|
530
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/IterativeSolvers/Scaling.h,sha256=BoBlzlVoqwMJE_UqF8rVyTWqXFWVBCh1zM6UHK-wrXA,6046
|
|
531
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h,sha256=Nc_AXP_Z74XzpcWYltCLcCNOdTbsJ3RuXCmKFdu-KXU,10555
|
|
532
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h,sha256=Hqs7iDQDmzWj1ByNE8JEZMOdRvuu9_BCdTv4nnmP_ew,13693
|
|
533
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h,sha256=IPVCm-KZZ8hpcr7lDQpZtssDVVdNA-1joTpD5qaxDP4,2527
|
|
534
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h,sha256=iwDID26SnEoGBqfMq9rh5dYri7HiqIMYeiv8SAUHLuc,6850
|
|
535
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h,sha256=AhCEMLQvT8R10JlbKbekweSeAQmKy4puIR9hDvqzmZc,5199
|
|
536
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h,sha256=WmcEDQsk_m6oka-dNSW-dLmm3WfoogtrohBF9GXDa_M,6993
|
|
537
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h,sha256=yGaYacwRqn52gF8ux9XboTp4IvyYZFZn4inxEfoDpCo,17065
|
|
538
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h,sha256=zYfjKcCmo-DE9By8l7Htdw4jkBQaqisoGj5iKWJ3r_g,23240
|
|
539
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h,sha256=lbYIuhM_QauJDKyWgzPHc2Ng7ZHS8OgL5RFCO6t5Mzs,17930
|
|
540
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h,sha256=qDXAXaGwJkkFrbcy2qtdbeg69fDLYuSwbLJExFb3fFU,24127
|
|
541
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h,sha256=fvnOw0vouZLiCGfi1kS0BlwSOfy-zfGRQDROpJWOoAs,14580
|
|
542
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/MatrixFunctions/StemFunction.h,sha256=rV4X48ddsP3Ss4mzmxtSW-oBE0hpb-pG84OHwyH9iv0,2224
|
|
543
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/MoreVectorization/MathFunctions.h,sha256=GpXZ_55sDCEz869Xps_GhZoXleoLuxtEloRVL7H8C-A,3130
|
|
544
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h,sha256=BXB7wj59LeSYlOaKIFHz_YkFwVD9R0k2fZNTCzb0oxA,1930
|
|
545
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h,sha256=twdSoXf-z1VJT0pKwSTKDVUP6zy5Z49I6vbu8QvSLsU,1985
|
|
546
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h,sha256=b6DpxzVNzaAqCWOAdHOy_alKFKcbyMz3bHa0arjGjhc,3404
|
|
547
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h,sha256=l9ZdELx3YXJasUFiQiK5UJ0VtW0jlW9G79CiNKEn1kU,2304
|
|
548
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h,sha256=BXVWdukigJBj2k4OpCpr03tYTw85NOA8yUrTXGL0ncw,20438
|
|
549
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h,sha256=UpKFXTravpaYfdHxf7PPWW6FcBAwxZIfa1_nTh9CLCs,22792
|
|
550
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h,sha256=kZEpEYim2z9LtDOPz3gymrBnBP_8cHgFiszP3-v-VdY,9409
|
|
551
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h,sha256=70ysZrWzzgWpnb2jKlGPkFa-negWvEsKLqe9POojlTE,3355
|
|
552
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h,sha256=CzBaR_iqsucy5UjnYXGuAtdy8CicrDKbwvOR0W_T54Q,1111
|
|
553
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h,sha256=p61WAiXu7KMgZ5wTC55dmmIrS2vD9kVm8uXCr674Bu0,3182
|
|
554
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h,sha256=gEBpytFI-xIQk9j9pEdrUGCcHGtYBiaxXU3M4O7mpKU,1411
|
|
555
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h,sha256=kNmnOoQ2AAZzs9GTnh7BfgBUKFdVNoK4NYuO8SzCCcY,4150
|
|
556
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Polynomials/Companion.h,sha256=Zk7o_IOW1PyltWLEYuiRM-2Y4xwEH_O1G6skvT2Ck1c,8356
|
|
557
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialSolver.h,sha256=oOAbUdFN3qm_LEgJil-vCMVB9lsil-xMLKCGpKa4Uow,16111
|
|
558
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialUtils.h,sha256=Cmao3qYM67byRDj5SBYgATvYbDPRFUHsupVS1tpHv7o,4949
|
|
559
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h,sha256=knf-PkJcPmMNDjcb8umfp-mVx-cx-3cGhVbF4JAhBRs,11717
|
|
560
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrix.h,sha256=_8E14AfWnVvvxtEnId-AMz5kSgv04diSHvVnm4U2HCg,31967
|
|
561
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h,sha256=lvDdjqo2Z4E-RdU9MR_F9m-qGmc-67G-MRIz3t-uXCU,8049
|
|
562
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Skyline/SkylineProduct.h,sha256=jjdSI4RbCIk-gZQKSeI6xJ3lckAlv_Upyi_ytXb1sRw,11148
|
|
563
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Skyline/SkylineStorage.h,sha256=0UTn0rWidQW3TahXLIJ6CWfCCOYcJ0vW2yWGhwlfWfg,8225
|
|
564
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Skyline/SkylineUtil.h,sha256=crPoLugYeGjvhOFIbc0uhIMsft9UQLRKx1r3ltLuM5o,3242
|
|
565
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h,sha256=hkz8ZuVRgCaPtQL7sm4U_lAi3llS_-mGqxtElGAFvAM,4382
|
|
566
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h,sha256=7JLMU-2hSgu8RhZRHoJYHe2wVE9_bgIo7vNIJ2uPTvc,41395
|
|
567
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h,sha256=Ql9_OkgYLLywBb5AcHouor44rt78KSZUIQep7ic1vAA,14148
|
|
568
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SparseExtra/MarketIO.h,sha256=dRLKTJPHpj6duxMzm5fWI6gDmJ7xCimjTKJ9yra1UgI,8698
|
|
569
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h,sha256=ZvwiWib3rVFoXZgYqZDbZ7NQcF3HpWjfxuA6yD91k0E,7815
|
|
570
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SparseExtra/RandomSetter.h,sha256=ZeVp_fwOC6pmlJl3SzNDp3REvR_nSS861OyDDI_8_P8,12772
|
|
571
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h,sha256=HMlWN23gmY9LQzD8iXidOCuJ5l3poAbCUKu0VAIRdhE,1538
|
|
572
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h,sha256=moNlr6YI6ypU3cYn_ZUFjZD7hE2ENzf_oWELTpIPdaU,414
|
|
573
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h,sha256=8IoJpy6Ix35iZDqWChY5LChq-BlEC5dm8_Ld7WjqjPA,1595
|
|
574
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h,sha256=mV_-7X9sJT6OBhWyrr0RGO_9R_OVcn0D0sqIky5Dw0I,431
|
|
575
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h,sha256=NpOqTbAR5uKJlXhnXKA1CGDuptDrdGLjAMdzKlFTyOU,11233
|
|
576
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h,sha256=Fug421EyrZtEo-HghHcbQgxlyDzR_8vXe8-L78w4-KI,2312
|
|
577
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h,sha256=VzVvVQvD0vYBRW8jLZdYI21IpF7rspi576QLvLJzBgE,1317
|
|
578
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h,sha256=PF1Rnb2diD9tkPMfPJVO2eC4ntXxzRRjJ8MUveruQLE,10301
|
|
579
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h,sha256=031ehBv6rHirDVuIhhMAEOeGWBwhY0x1KFumE3_Q2-w,2792
|
|
580
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h,sha256=Ifg0aS1w7dLm9MD_D46dkztFT2mRa86cmBRSUdGO3ZU,12998
|
|
581
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h,sha256=kyidTJDIjOVMBiqOsH2r20ZQEoK3hJQdvoQRomBOWww,2610
|
|
582
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h,sha256=oqgqIFnz3f1iiuyWHFJz3TT41O5RnnHDvWUEkixsPNM,71591
|
|
583
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h,sha256=h-EG6aloeNm4xeNv_uO3hmqJMjxqgnsrQzPBl6Z-mjA,4124
|
|
584
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h,sha256=hQDzYVxBzTWoK8CJBp1p_xRLlXUxT-hZlkf0NN7SubQ,2556
|
|
585
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h,sha256=m5M-DbrX66vmsyrKY7or3tYREcu5ev3AkJSutfQfS1w,7861
|
|
586
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h,sha256=slkiqTacquxywtNHqgaXs1XX3_03-PmVjpnZFPvMZoo,3145
|
|
587
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h,sha256=MSiD56Q0rqhZTDo-r3ytHllZ4lFrHcCopXnKk0oIJdQ,12030
|
|
588
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h,sha256=4vfJvt4_V6KweI23K9w2BYgt-KW134d8TqukdSMC2Dk,2957
|
|
589
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h,sha256=szutTv5rJY_6uEKG7_u6AgshcC9xVBrl63pvfcH5SgI,60584
|
|
590
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h,sha256=DgILVj_6RMBUYLgK0cnkP5BMeODa0mQZpqQgz-rxoRo,3792
|
|
591
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Splines/Spline.h,sha256=eIWKIRR4b2mHS0zFYFFXoYCsdSx9svj9sjGHjj-sqiM,18814
|
|
592
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Splines/SplineFitting.h,sha256=HYEFZaUrAz8Y0Xzfj_fnx_ZvLFdskFx3bjVJpOMIq5w,16936
|
|
593
|
-
xtgeo/include/eigen3/unsupported/Eigen/src/Splines/SplineFwd.h,sha256=T_SIMSVhB6z03uKiboIWShw3Ti2ute59gGPqFj8TL5E,4405
|
|
594
|
-
xtgeo/io/__init__.py,sha256=k5OQUG7ePoTleAh8ECiwowCg1imL6dx9O7gPUArcQQw,23
|
|
595
|
-
xtgeo/io/_file.py,sha256=-bacKEMpbPMF1al3gqoV5pu0J57g26mRdSasxNk20Gg,21085
|
|
596
|
-
xtgeo/metadata/__init__.py,sha256=VV81ga8OzzrowieSQZ5bZxo3Ug70Dch89iwZF1mOshA,337
|
|
597
|
-
xtgeo/metadata/metadata.py,sha256=HD98hyOA1gb0nazvgE7KoXuGBMJ4wsQa1wi1tqL7GDM,12568
|
|
598
|
-
xtgeo/roxutils/__init__.py,sha256=_f2qb32IFeZ_8YhcTDFlNgsWyH0HPDJQ7V0qUbjmUSs,99
|
|
599
|
-
xtgeo/roxutils/_roxar_loader.py,sha256=mKg3SsHJDzaGEYQwuY2yPcTxOnCybKmq3IeLmteCJPg,1958
|
|
600
|
-
xtgeo/roxutils/_roxutils_etc.py,sha256=Lma5Hskrld2PDLicSTkASse2t3eqxvtnure9uDCyjxo,3852
|
|
601
|
-
xtgeo/roxutils/roxutils.py,sha256=MHLr9Z3A3BmlmS_htUYL_L6QRqqIsu6ySmW8tUUNTtE,7111
|
|
602
|
-
xtgeo/share/eigen3/cmake/Eigen3Config.cmake,sha256=pf4pO-zzdNHiUPwHaf2euuyqOin2t_UZZL0eU6te9EI,1376
|
|
603
|
-
xtgeo/share/eigen3/cmake/Eigen3ConfigVersion.cmake,sha256=WjCdUWj-fEwpnMdgXnxbSF3H0tVoAP_9mkZxuZMgfLQ,2824
|
|
604
|
-
xtgeo/share/eigen3/cmake/Eigen3Targets.cmake,sha256=E5yw49JG1Sd0a5V9QvcLQJDJcGpk1EJVFXIjGjQVgRA,4228
|
|
605
|
-
xtgeo/share/eigen3/cmake/UseEigen3.cmake,sha256=DjOBJRNRyl4J4NUOg0Hbw-cx5JY87NHqlO5V8TTdGlc,183
|
|
606
|
-
xtgeo/surface/__init__.py,sha256=_ic658NuGtETOooZeklpwFLzK_hHaP-iF_hCKvvXxzY,380
|
|
607
|
-
xtgeo/surface/_regsurf_boundary.py,sha256=uOd9bcdHa88sLJj0o3Xe6fOfVR-B6kA-qPhLM2_RZRA,810
|
|
608
|
-
xtgeo/surface/_regsurf_cube.py,sha256=k7ypQ-86fxQi3eaRZzaxH3e4Md1yizA_8mHs7JzYapA,5162
|
|
609
|
-
xtgeo/surface/_regsurf_cube_window.py,sha256=Y52wkVEALEZarIOZYnYTAFme1H7dhTNM0fgpanVAU_Q,10728
|
|
610
|
-
xtgeo/surface/_regsurf_cube_window_v2.py,sha256=whh9qqErjtg2vArJg5S3YkMbppSq4RJn7u5Zxzqwl1I,6462
|
|
611
|
-
xtgeo/surface/_regsurf_cube_window_v3.py,sha256=E6eIFHv7B3IfLDjjq_u9fp8RmySuSkh7Bi7eV6OVAFs,11171
|
|
612
|
-
xtgeo/surface/_regsurf_export.py,sha256=udxqAlVRyW-dMscTtIGeFnqjpFpjZ3o69YlFGe2eGA4,10855
|
|
613
|
-
xtgeo/surface/_regsurf_grid3d.py,sha256=35tO3z9RozNs6-VYZKL_MCXhr14YY7YU2jjIjIzkCVc,9439
|
|
614
|
-
xtgeo/surface/_regsurf_gridding.py,sha256=igldvuMznjPxPSNY8vBpKRhV5C4yLq4QrrtIu_fe9eY,10559
|
|
615
|
-
xtgeo/surface/_regsurf_ijxyz_parser.py,sha256=7pyXWkYUoziDeDx4C2U1ywdXfX9-aa6Fw6OWDCbvN2o,10155
|
|
616
|
-
xtgeo/surface/_regsurf_import.py,sha256=0xGbf2R5R4MYPfieH17d0IxJyb4p2WvqIds2EA3Ppig,10743
|
|
617
|
-
xtgeo/surface/_regsurf_lowlevel.py,sha256=T7-7bU1vteKTb4UUocP8ia5-BkXIZNiplxmXLEsOSYo,3610
|
|
618
|
-
xtgeo/surface/_regsurf_oper.py,sha256=2Gp1_CDUSeA753FtrhzE-nPh3wOH6kOIZi_BVkRNMrM,17807
|
|
619
|
-
xtgeo/surface/_regsurf_roxapi.py,sha256=fy07kF_BlLQ5ZLRENltsMZEjZxwfiJ6KmLTgaqiuqz0,8718
|
|
620
|
-
xtgeo/surface/_regsurf_utils.py,sha256=IPzvh_Gpfz_oELuMRFmnVQahBw_A2b5H4W_JCLl0rFk,2388
|
|
621
|
-
xtgeo/surface/_surfs_import.py,sha256=6zHTgBkB3g6XRE_OS2W20aFwLYbwU-VU7oEtQhZ1iLw,1283
|
|
622
|
-
xtgeo/surface/_zmap_parser.py,sha256=yhtLOCUEmtdaCGYxDS9Qgw7ne2G7llBZ39B_noTXHlQ,4208
|
|
623
|
-
xtgeo/surface/regular_surface.py,sha256=JcK6WiD_k5qqIbYxA5nf9Cn-q209xFgq7c6mDEi-BvM,110752
|
|
624
|
-
xtgeo/surface/surfaces.py,sha256=rlnrp2b-kyvjnVfDNwtazw0nzv6McMbZFGqu5xZB_kY,9639
|
|
625
|
-
xtgeo/well/__init__.py,sha256=T3oOSJaUj3SwSG-YxeFM-oqppIYq2CZqPxBEB5khIys,615
|
|
626
|
-
xtgeo/well/_blockedwell_roxapi.py,sha256=FQbbmUiUWVJeS_NvOny7ZIso6I0v6JlyG73SzeNfSyQ,7710
|
|
627
|
-
xtgeo/well/_blockedwells_roxapi.py,sha256=fyyxfmUJ1JqS6EI9ALxoNxNGSvjl3YToK5h6sjJi_kY,2052
|
|
628
|
-
xtgeo/well/_well_aux.py,sha256=t-36pZ24nbo64kpdRXFlQFsbfuWPgyu-XX59mjSDa-s,851
|
|
629
|
-
xtgeo/well/_well_io.py,sha256=Omq7El3V9LJ0V9UO8QjW4Y3AuvaoEqRjP8fwcv1lY1s,10148
|
|
630
|
-
xtgeo/well/_well_oper.py,sha256=9MfPZjCdG0LdXWz8_G-esFiO3CwhpX4mBdxm3VKZp3M,16193
|
|
631
|
-
xtgeo/well/_well_roxapi.py,sha256=92Oj_SOsU46iP4I_2gf7XW8DoGMWflpvcCSepAMeTjs,9734
|
|
632
|
-
xtgeo/well/_wellmarkers.py,sha256=zpYgPrFF0dZV3sBz7FFBA5PMuGrkL6Sk3qE6PFUU__I,14608
|
|
633
|
-
xtgeo/well/_wells_utils.py,sha256=UjFmy_tmS7GfJBxSXk4AtCdxvIGOGs9wdsE3Oa4TUK8,5103
|
|
634
|
-
xtgeo/well/blocked_well.py,sha256=qVWIpST4OinQgsAsblcPwPhTdR-eH5m7kdCy-gj01hs,6648
|
|
635
|
-
xtgeo/well/blocked_wells.py,sha256=m-OzwjNqa4CB0H7uxfKBYCPZOeTxGXnRRE7y0TcvULU,3967
|
|
636
|
-
xtgeo/well/well1.py,sha256=fLOcua7Q3wvsA1D75ibhMHz-nU8sjd_CivHomGlBMYc,52641
|
|
637
|
-
xtgeo/well/wells.py,sha256=Yn1xE8jC1pvxrXCTVpYc4pdU0agjoX6Xoue0TO-frEQ,6649
|
|
638
|
-
xtgeo/xyz/__init__.py,sha256=Krd4THP4Wr1iDX6K0NSDgi5RvDtNN3960bzL6NjW6KY,180
|
|
639
|
-
xtgeo/xyz/_polygons_oper.py,sha256=XVPgA0PISy5wKSgX-Nvgja7KN3LV9l0W9hTvGh5hlUM,9618
|
|
640
|
-
xtgeo/xyz/_xyz.py,sha256=mgie8KaZkz6RTkWRLamyB5OKQN7m64VbheNlahX56zo,29150
|
|
641
|
-
xtgeo/xyz/_xyz_data.py,sha256=ZnXqt3HGL2Fz7rQvi25A50xDLwShcnx4X63tibC3PLc,24772
|
|
642
|
-
xtgeo/xyz/_xyz_io.py,sha256=hrGbxZ650pCMb9lAhWvjDwqXNcbix_spyAUeLASBHnE,24597
|
|
643
|
-
xtgeo/xyz/_xyz_lowlevel.py,sha256=iHYVnDFj5ptpWJ9qNJ_PRO-Y8FM9QLRgP8HrgHT_ErY,1083
|
|
644
|
-
xtgeo/xyz/_xyz_oper.py,sha256=_uCR-PYEsPQkBKh82oDvUsz7Y2vqsjqoiEdfmd8HIEU,20058
|
|
645
|
-
xtgeo/xyz/_xyz_roxapi.py,sha256=NWgnPShA8amuHgSTqvy5_y21Qyx2s_6IWP1qPyHTPb8,26585
|
|
646
|
-
xtgeo/xyz/points.py,sha256=UhcdR7nEw3Lxa496UMOWOm5IkpQLC_IRU0FcFLpEV-o,23253
|
|
647
|
-
xtgeo/xyz/polygons.py,sha256=JjvA5BiW0HzaVmuZjnKB55n0OJXZfjOBQHfSNcZBDiA,28791
|
|
648
|
-
xtgeo-4.10.0.dist-info/METADATA,sha256=euuRd0E6pfF-9DYUNjz91I91d43ktxJlCl2uEn-lYiM,5789
|
|
649
|
-
xtgeo-4.10.0.dist-info/WHEEL,sha256=9y7ongB9C9SKxcdQbfZEuRQ0kgbFdtXA-x9tA6LgmEA,106
|
|
650
|
-
xtgeo-4.10.0.dist-info/licenses/LICENSE.md,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
|
|
651
|
-
xtgeo-4.10.0.dist-info/RECORD,,
|