pycauset 0.4.18.dev25__tar.gz → 0.5.1.dev2__tar.gz
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.
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/CMakeLists.txt +8 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/PKG-INFO +1 -1
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/Storage and Memory.md +29 -2
- pycauset-0.5.1.dev2/documentation/internals/plans/R1_GPU_PLAN.md +108 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/TODO.md +39 -14
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_version.py +3 -3
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/accelerators/cuda/CudaDevice.cu +34 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/accelerators/cuda/CudaDevice.hpp +5 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/.github/workflows/docs.yml +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/.github/workflows/publish.yml +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/.gitignore +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/README.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/Bindings & Dispatch.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/Build System.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/Codebase Structure.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/PyCauset Container Format.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/Python Internals.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/Repository Hygiene.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/Restructure Plan.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/Square-only Assumptions.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/Storage Semantics.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/Streaming Manager.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/Testing & Benchmarks.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/Warnings & Exceptions.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/performance_optimizations.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/assets/logo/logo-text-colour.png +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/assets/logo/logo-text-colour.xcf +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/assets/logo/logo-text.png +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/assets/logo/logo.png +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/assets/logo/logo.xcf +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/AntiSymmetricMatrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/SymmetricMatrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/core/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/core/pycauset.PersistentObject.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/field/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/field/pycauset.field.Field.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/field/pycauset.field.ScalarField.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.ComplexFloat16Matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.ComplexFloat32Matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.ComplexFloat64Matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.DenseBitMatrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.Float16Matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.Float32Matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.FloatMatrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.IdentityMatrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.Int16Matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.Int64Matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.Int8Matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.IntegerMatrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.MatrixBase.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.SymmetricMatrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.TriangularBitMatrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.TriangularFloatMatrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.TriangularIntegerMatrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.TriangularMatrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.UInt16Matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.UInt32Matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.UInt64Matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/matrix/pycauset.UInt8Matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/spacetime/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/spacetime/pycauset.CausalSet.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/spacetime/pycauset.spacetime.CausalSpacetime.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/spacetime/pycauset.spacetime.MinkowskiBox.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/spacetime/pycauset.spacetime.MinkowskiCylinder.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/spacetime/pycauset.spacetime.MinkowskiDiamond.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/spacetime/pycauset.spacetime.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.BitVector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.ComplexFloat16Vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.ComplexFloat32Vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.ComplexFloat64Vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.Float16Vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.Float32Vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.FloatVector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.Int16Vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.Int64Vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.Int8Vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.IntegerVector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.UInt16Vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.UInt32Vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.UInt64Vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.UInt8Vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.UnitVector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/vector/pycauset.VectorBase.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.I.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.bitwise_not.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.causal_matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.causet.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.cholesky.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.compute_k.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.compute_k_matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.cond.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.convert_file.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.divide.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.dot.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.eig.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.eigh.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.eigvals.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.eigvals_arnoldi.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.eigvals_skew.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.eigvalsh.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.empty.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.get_memory_threshold.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.get_num_threads.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.get_precision_mode.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.identity.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.invert.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.load.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.lstsq.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.lu.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.matmul.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.norm.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.ones.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.pinv.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.precision_mode.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.save.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.set_backing_dir.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.set_export_max_bytes.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.set_memory_threshold.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.set_num_threads.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.set_precision_mode.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.slogdet.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.solve.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.solve_triangular.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.sum.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.svd.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.to_numpy.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.vector.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.zeros.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/parameters/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/parameters/pycauset.keep_temp_files.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/parameters/pycauset.seed.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/pycauset.vis/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/pycauset.vis/plot_causal_matrix.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/pycauset.vis/plot_embedding.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/pycauset.vis/plot_hasse.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/Causal Sets.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/Field Theory.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/Installation.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/Linear Algebra Operations.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/Matrix Guide.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/Numpy Integration.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/NxM Support.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/Performance Guide.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/Spacetime.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/User Guide.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/Vector Guide.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/Visualization.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/performance.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/release1/dtypes.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/release1/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/release1/linalg.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/release1/properties.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/release1/shapes.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/guides/release1/storage.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/Algorithms.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/Block Matrices.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/Compute Architecture.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/CooperativeArchitecture.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/DTYPE_COMPLEX_OVERFLOW_PLAN.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/DType System.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/LazyEvaluation.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/Memory and Data.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/MemoryArchitecture.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/Streaming Manager.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/BLAS_INTEGRATION_PLAN.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/R1_NUMPY_PLAN.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/R1_POLISH.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/SUPPORT_READINESS_FRAMEWORK.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/completed/DTYPE_COMPLEX_OVERFLOW_PLAN.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/completed/R1_BLOCKMATRIX_PLAN.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/completed/R1_IO_PLAN.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/completed/R1_LAZY.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/completed/R1_LINALG_PLAN.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/completed/R1_NUMPY_PLAN.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/completed/R1_PERF.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/completed/R1_PROPERTIES_PLAN.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/completed/R1_SAFETY.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/completed/R1_SHAPES_PLAN.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/completed/R1_STORAGE_PLAN.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/completed/Restructure Plan.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/internals/plans/phase1_inventory.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/project/Contributing.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/project/Philosophy.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/project/Public API Contract.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/project/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/project/protocols/Adding Operations.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/project/protocols/Adding Types.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/project/protocols/Documentation Protocol.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/project/protocols/NumPy Alignment Protocol.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/project/protocols/Pre-alpha Policy.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/project/protocols/Release Process.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/project/protocols/Testing and Bug Tracking.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/project/protocols/index.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/Cholesky +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/CholmodSupport +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/Core +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/Dense +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/Eigen +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/Eigenvalues +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/Geometry +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/Householder +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/IterativeLinearSolvers +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/Jacobi +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/KLUSupport +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/LU +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/MetisSupport +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/OrderingMethods +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/PaStiXSupport +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/PardisoSupport +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/QR +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/QtAlignedMalloc +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/SPQRSupport +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/SVD +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/Sparse +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/SparseCholesky +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/SparseCore +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/SparseLU +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/SparseQR +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/StdDeque +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/StdList +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/StdVector +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/SuperLUSupport +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/UmfPackSupport +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Cholesky/LDLT.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Cholesky/LLT.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/CholmodSupport/CholmodSupport.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/ArithmeticSequence.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Array.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/ArrayBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/ArrayWrapper.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Assign.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/AssignEvaluator.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Assign_MKL.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/BandMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Block.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/BooleanRedux.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/CommaInitializer.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/ConditionEstimator.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/CoreEvaluators.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/CoreIterators.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/CwiseUnaryView.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/DenseBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/DenseStorage.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Diagonal.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/DiagonalMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/DiagonalProduct.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Dot.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/EigenBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Fuzzy.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/GeneralProduct.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/GenericPacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/GlobalFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/IO.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/IndexedView.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Inverse.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Map.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/MapBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/MathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Matrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/MatrixBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/NestByValue.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/NoAlias.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/NumTraits.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/PartialReduxEvaluator.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/PermutationMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/PlainObjectBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Product.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/ProductEvaluators.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Random.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Redux.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Ref.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Replicate.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Reshaped.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/ReturnByValue.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Reverse.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Select.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/SelfAdjointView.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Solve.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/SolveTriangular.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/SolverBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/StableNorm.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/StlIterators.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Stride.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Swap.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Transpose.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Transpositions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/TriangularMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/VectorBlock.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/VectorwiseOp.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/Visitor.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AVX/Complex.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AVX/MathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AVX/PacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AVX/TypeCasting.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AVX512/Complex.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AVX512/MathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AVX512/PacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AVX512/TypeCasting.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AltiVec/MathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/CUDA/Complex.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/Default/BFloat16.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/Default/Half.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/Default/Settings.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/Default/TypeCasting.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/GPU/MathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/GPU/PacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/GPU/TypeCasting.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/HIP/hcc/math_constants.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/MSA/Complex.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/MSA/MathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/MSA/PacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/NEON/MathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/NEON/TypeCasting.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/SVE/MathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/SVE/PacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/SVE/TypeCasting.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/SYCL/InteropHeaders.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/SYCL/MathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/SYCL/PacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/SYCL/TypeCasting.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/ZVector/Complex.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/ZVector/MathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/arch/ZVector/PacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/functors/StlFunctors.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/Parallelizer.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/BlasUtil.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/ConfigureVectorization.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/Constants.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/IndexedViewHelper.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/IntegralConstant.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/MKL_support.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/Macros.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/Memory.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/Meta.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/NonMPL2.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/ReshapedHelper.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/StaticAssert.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/SymbolicIndex.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Core/util/XprHelper.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/AlignedBox.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/AngleAxis.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/EulerAngles.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/Homogeneous.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/Hyperplane.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/OrthoMethods.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/Quaternion.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/Rotation2D.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/RotationBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/Scaling.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/Transform.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/Translation.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/Umeyama.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Geometry/arch/Geometry_SIMD.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Householder/BlockHouseholder.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Householder/Householder.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Householder/HouseholderSequence.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/Jacobi/Jacobi.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/KLUSupport/KLUSupport.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/LU/Determinant.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/LU/FullPivLU.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/LU/InverseImpl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/LU/PartialPivLU.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/LU/arch/InverseSize4.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/MetisSupport/MetisSupport.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/OrderingMethods/Amd.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/OrderingMethods/Ordering.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/PaStiXSupport/PaStiXSupport.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/PardisoSupport/PardisoSupport.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/QR/HouseholderQR.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SVD/BDCSVD.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SVD/JacobiSVD.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SVD/JacobiSVD_LAPACKE.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SVD/SVDBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/AmbiVector.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseAssign.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseBlock.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseDot.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseMap.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseProduct.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseRedux.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseRef.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseUtil.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseVector.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/SparseView.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SparseQR/SparseQR.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/StlSupport/StdDeque.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/StlSupport/StdList.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/StlSupport/StdVector.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/StlSupport/details.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/SuperLUSupport/SuperLUSupport.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/UmfPackSupport/UmfPackSupport.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/misc/Image.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/misc/Kernel.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/misc/RealSvd2x2.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/misc/blas.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/misc/lapack.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/misc/lapacke.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/misc/lapacke_mangling.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/plugins/BlockMethods.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/Eigen/src/plugins/ReshapedMethods.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/signature_of_eigen3_matrix_library +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/AdolcForward +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/AlignedVector3 +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/ArpackSupport +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/AutoDiff +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/BVH +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/Tensor +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/TensorSymmetry +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/ThreadPool +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/Tensor.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/Barrier.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Meta.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/util/EmulateArray.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/EulerAngles +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/FFT +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/IterativeSolvers +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/KroneckerProduct +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/LevenbergMarquardt +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/MPRealSupport +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/MatrixFunctions +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/MoreVectorization +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/NonLinearOptimization +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/NumericalDiff +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/OpenGLSupport +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/Polynomials +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/Skyline +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/SparseExtra +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/SpecialFunctions +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/Splines +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/BVH/BVAlgorithms.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/BVH/KdBVH.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerAngles.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerSystem.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/FFT/ei_fftw_impl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/FFT/ei_kissfft_impl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/IterativeSolvers/GMRES.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IDRS.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IterationController.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/IterativeSolvers/MINRES.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/IterativeSolvers/Scaling.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/MatrixFunctions/StemFunction.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/MoreVectorization/MathFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Polynomials/Companion.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialSolver.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialUtils.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Skyline/SkylineProduct.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Skyline/SkylineStorage.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Skyline/SkylineUtil.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SparseExtra/MarketIO.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SparseExtra/RandomSetter.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Splines/Spline.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Splines/SplineFitting.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/eigen3/unsupported/Eigen/src/Splines/SplineFwd.h +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/causet/Spacetime.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/causet/Sprinkler.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/compute/AcceleratorConfig.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/compute/AutoSolver.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/compute/ComputeContext.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/compute/ComputeDevice.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/compute/cpu/CpuDevice.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/compute/cpu/CpuSolver.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/DebugTrace.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/Float16.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/IOAccelerator.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/MatrixTraits.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/MatrixTypeResolver.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/MemoryGovernor.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/MemoryHints.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/MemoryMapper.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/Nvtx.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/ObjectFactory.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/ParallelUtils.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/PersistentObject.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/PromotionResolver.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/ScalarUtils.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/StorageUtils.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/StructureResolver.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/SystemUtils.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/core/Types.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/math/Eigen.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/math/LinearAlgebra.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/ComplexFloat16Matrix.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/DenseBitMatrix.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/DenseMatrix.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/DiagonalMatrix.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/IdentityMatrix.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/MatrixBase.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/MatrixOps.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/SymmetricMatrix.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/TriangularBitMatrix.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/TriangularMatrix.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/expression/BinaryExpression.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/expression/Functors.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/expression/MatrixExpression.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/expression/MatrixExpressionWrapper.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/expression/MatrixRefExpression.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/expression/README.md +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/expression/ScalarExpression.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/matrix/expression/UnaryExpression.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/vector/ComplexFloat16Vector.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/vector/DenseVector.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/vector/UnitVector.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/include/pycauset/vector/VectorBase.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/mkdocs.yml +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/overrides/main.html +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/pyproject.toml +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/__init__.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/__init__.pyi +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/__init__.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/big_blob_cache.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/blockmatrix.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/coercion.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/dense_python.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/dtypes.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/export_guard.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/factories.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/formatting.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/interop.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/io_observability.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/lazy_ufunc.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/linalg_cache.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/matrix_api.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/native.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/native_threshold.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/ops.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/patching.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/persistence.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/properties.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/runtime.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/storage_debug.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/streaming_manager.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/submatrix_view.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/support_matrix.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/thunks.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_internal/warnings.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/_storage.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/causet.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/field.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/spacetime.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/python/pycauset/vis.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/requirements-docs.txt +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/share/eigen3/cmake/Eigen3Config.cmake +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/share/eigen3/cmake/Eigen3ConfigVersion.cmake +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/share/eigen3/cmake/Eigen3Targets.cmake +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/share/eigen3/cmake/UseEigen3.cmake +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/accelerators/cuda/AsyncStreamer.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/accelerators/cuda/CudaSolver.cu +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/accelerators/cuda/CudaSolver.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/bindings/bind_causet.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/bindings/bind_complex.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/bindings/bind_core.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/bindings/bind_expression.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/bindings/bind_matrix.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/bindings/bind_vector.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/bindings/binding_warnings.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/bindings/binding_warnings.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/bindings/bindings_common.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/bindings/numpy_export_guard.hpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/bindings.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/causet/Sprinkler.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/compute/AutoSolver.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/compute/ComputeContext.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/compute/cpu/CpuDevice.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/compute/cpu/CpuSolver.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/core/DebugTrace.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/core/IOAccelerator.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/core/MemoryGovernor.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/core/MemoryMapper.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/core/ObjectFactory.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/core/ParallelUtils.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/core/PersistentObject.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/core/PromotionResolver.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/core/StorageUtils.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/core/SystemUtils.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/main.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/math/Eigen.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/math/LinearAlgebra.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/matrix/DenseBitMatrix.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/matrix/MatrixBase.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/matrix/MatrixOps.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/matrix/TriangularBitMatrix.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/matrix/TriangularMatrix.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/vector/DenseVector.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/src/vector/VectorBase.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/manual/interface_check.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/manual/test.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/manual/test_new_vis.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/manual/test_spacetimes.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/__init__.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/debug_load.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_arnoldi.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_backing_dir_api.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_behaviour.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_bit_mixed_fastpaths.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_blockmatrix_phase_b.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_blockmatrix_phase_c_refine.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_blockmatrix_phase_c_views.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_blockmatrix_phase_d_elementwise.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_blockmatrix_phase_d_thunks.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_blockmatrix_phase_e_persistence.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_blockmatrix_phase_f_integration.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_blockmatrix_phase_h_hardening.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_caching.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_complex_float_dtypes.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_complex_scalar.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_complex_vector_dtypes.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_conjugation.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_convert_file.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_coordinates.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_factories_scalar_rejection.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_field.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_float_types.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_float_underpromotion_warning.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_gpu.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_gpu_features.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_identity.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_inner_product_types.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_integer_matmul_overflow_risk_warning.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_integer_matmul_overflow_warning.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_interface.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_interop_extensive.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_inverse_correctness.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_inverse_extensive.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_io_consistency.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_io_observability.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_k_matrix.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_lazy_evaluation.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_lazy_ops_comprehensive.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_linalg_phase_g_endpoints.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_matmul_transpose.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_matrix_hierarchy.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_matrix_transpose.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_norm.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_numpy_conversion_policy.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_numpy_import_max_in_ram_bytes.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_numpy_integration.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_numpy_interop.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_numpy_interop_ergonomics.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_numpy_vector_complex_import.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_operations.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_operations_extensive.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_outofcore_general.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_outofcore_lu.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_pauli_jordan_spectrum.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_phase1_inventory.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_promotion_resolver.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_properties_compatibility.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_properties_dispatch.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_properties_effect_summary_mutations.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_properties_effective_structure.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_properties_mutation_invalidation.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_properties_operator_wiring.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_properties_persistence.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_properties_propagation.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_r1_safety_comprehensive.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_ram_storage.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_scalar_optimization.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_scale_first_bit_guard.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_skew.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_skew_comprehensive.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_snapshot_phase1_roundtrip.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_snapshot_phase2_metadata_stability.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_spacetime.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_spacetime_extensive.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_storage.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_storage_crash_consistency.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_storage_debug_tool.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_storage_extensive.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_storage_hard_break.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_streaming_manager.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_sum.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_support_matrix.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_temp_storage_lifecycle.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_transposed_vectors.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_typed_numpy_constructors.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_types_extensive.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_unit_vector.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_vector.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_vectors_advanced.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/python/test_vis.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/stability/comprehensive_stability.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/test_cow.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/test_io_accelerator.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/test_lazy_comprehensive.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/test_lazy_evaluation.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/test_memory_governor.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/test_parallel_utils.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tests/test_symmetric_matrix.cpp +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tools/build.ps1 +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tools/check_native_exports.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tools/check_support_matrix.py +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tools/install_cuda12.ps1 +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tools/release.ps1 +0 -0
- {pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/tools/run_python_tests.ps1 +0 -0
|
@@ -505,6 +505,14 @@ if(ENABLE_CUDA)
|
|
|
505
505
|
$<$<COMPILE_LANGUAGE:CUDA>:--diag_suppress=177>
|
|
506
506
|
)
|
|
507
507
|
|
|
508
|
+
# --- Python Bindings for CUDA (Internal) ---
|
|
509
|
+
# Only meaningful if CUDA is enabled. This module provides discovery functions.
|
|
510
|
+
python_add_library(_pycauset_cuda MODULE src/bindings/bind_cuda.cpp)
|
|
511
|
+
target_include_directories(_pycauset_cuda PRIVATE include)
|
|
512
|
+
target_link_libraries(_pycauset_cuda PRIVATE pycauset_cuda pybind11::module pycauset_core)
|
|
513
|
+
set_target_properties(_pycauset_cuda PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
|
514
|
+
install(TARGETS _pycauset_cuda DESTINATION pycauset)
|
|
515
|
+
|
|
508
516
|
install(TARGETS pycauset_cuda DESTINATION pycauset)
|
|
509
517
|
else()
|
|
510
518
|
message(STATUS "CUDA not found. Skipping pycauset_cuda accelerator.")
|
|
@@ -61,9 +61,36 @@ This specific format enables two user-facing behaviors:
|
|
|
61
61
|
1) **Gigantic matrices actually work:** the payload lives on disk and is paged in as needed.
|
|
62
62
|
2) **Some operations are instant:** things like transpose or scaling can be represented by changing metadata (no rewrite of the large payload).
|
|
63
63
|
|
|
64
|
-
|
|
64
|
+
## Semantic Properties (Metadata)
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
In addition to physical metadata (shape/dtype), Release 1 allows attaching **Semantic Properties**. These are asserted facts about the matrix that are "gospel" (authoritative) and can drastically speed up computations.
|
|
67
|
+
|
|
68
|
+
### What `properties` is
|
|
69
|
+
|
|
70
|
+
- `obj.properties` is a mapping (`str` keys → typed values) exposed on every matrix/vector.
|
|
71
|
+
- It stores **gospel assertions** (e.g., `is_upper_triangular=True`) which the system accepts without truth-validation.
|
|
72
|
+
- It also stores **cached-derived values** (e.g., `determinant`) which are invalidated on mutation.
|
|
73
|
+
|
|
74
|
+
### Common keys (Release 1)
|
|
75
|
+
|
|
76
|
+
These keys are treated as **semantic structure claims** (no truth validation):
|
|
77
|
+
- **Structure:** `is_symmetric`, `is_hermitian`, `is_upper_triangular`, `is_lower_triangular`, `is_diagonal`
|
|
78
|
+
- **Identity:** `is_identity` (implies diagonal, symmetric, etc.)
|
|
79
|
+
- **Vector hints:** `is_sorted`, `is_unit_norm`
|
|
80
|
+
|
|
81
|
+
Example:
|
|
82
|
+
```python
|
|
83
|
+
A = pc.identity(3)
|
|
84
|
+
# Gospel assertion: solver is allowed to treat off-triangle entries as zero.
|
|
85
|
+
A.properties["is_upper_triangular"] = True
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
### Technical Implementation (Python-Managed)
|
|
89
|
+
|
|
90
|
+
Currently, the property system is implemented primarily in the **Python layer**:
|
|
91
|
+
- The `properties` dictionary is injected into the native object at runtime (via `python/pycauset/_internal/properties.py`).
|
|
92
|
+
- C++ kernels currently see physical metadata (shape/dtype) but not these semantic properties directly.
|
|
93
|
+
- **Future Integration:** A mechanism to mirror these high-impact flags to C++ (e.g., via a bitmask) is planned so that backend drivers (like the GPU engine) can inspect them without crossing the Python boundary.
|
|
67
94
|
|
|
68
95
|
## Where backing files go (temporary storage)
|
|
69
96
|
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
# R1_GPU Plan: Robust, Cooperative Hardware Acceleration
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Executive Summary
|
|
5
|
+
|
|
6
|
+
The **R1_GPU** node turns the experimental CUDA backend into a robust, "Just Works" acceleration tier.
|
|
7
|
+
|
|
8
|
+
Crucially, we do **not** invent a new scheduler. We leverage the existing, sophisticated **`AsyncStreamer`** architecture. The goal is to build **Algorithm Drivers**—smart host-side loops that orchestrate the `AsyncStreamer` logic to handle complex operations (Inversion, Eigen) on datasets larger than GPU memory.
|
|
9
|
+
|
|
10
|
+
## Core Philosophy
|
|
11
|
+
|
|
12
|
+
1. **"Just Works" (No Tuning Required)**: The system automatically detects hardware, benchmarks capabilities, and routes operations. Defaults are safe.
|
|
13
|
+
2. **Streaming First**: We assume data does *not* fit in GPU RAM. All implementations must support tiling via the `MemoryGovernor`.
|
|
14
|
+
3. **Cooperative Pipelining**: We rarely split a single math op between CPU/GPU (bandwidth contention). Instead, we pipeline: CPU handles logistics (prefetch/pin/format) in parallel with GPU compute.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## Deliverables & Phases
|
|
19
|
+
|
|
20
|
+
### Phase 1: Robust Discovery & "Just Works" Dispatch
|
|
21
|
+
**Goal**: Make the `AutoSolver` smart enough to trust by default.
|
|
22
|
+
|
|
23
|
+
* **Hardware Audit & Persistence**:
|
|
24
|
+
* Query `cudaGetDeviceProperties`.
|
|
25
|
+
* **Micro-benchmark**: Run silent `SGEMM`/`DGEMM` startup test.
|
|
26
|
+
* **Cache**: Save results to `~/.pycauset/hardware_profile.json` to skip benchmarks on future runs.
|
|
27
|
+
* **Dynamic Pinning Budget**: Implement heuristic `Budget = min(SystemRAM * 0.5, FreeRAM * 0.8, 8GB)` to safely maximize I/O throughput.
|
|
28
|
+
* **Cost Model Dispatch**:
|
|
29
|
+
* Replace fixed size thresholds with a transfer-vs-compute cost equation:
|
|
30
|
+
$$ T_{gpu} = \frac{\text{Bytes}}{\text{BW}_{pci}} + \frac{\text{Ops}}{\text{FLOPS}_{gpu}} + T_{latency} $$
|
|
31
|
+
* **Control Surface (Python)**:
|
|
32
|
+
* `pycauset.cuda.force_backend(...)`
|
|
33
|
+
* `pycauset.cuda.set_pinning_budget(bytes)`
|
|
34
|
+
* `pycauset.cuda.benchmark(force=True)`
|
|
35
|
+
* **Documentation Checkpoint**:
|
|
36
|
+
* [ ] Update `internals/Compute Architecture.md`.
|
|
37
|
+
* [ ] Add `docs/functions/pycauset.cuda.*` API references.
|
|
38
|
+
* [ ] Add `docs/parameters/pinning_budget.md`.
|
|
39
|
+
|
|
40
|
+
### Phase 2: Streaming Algorithm Drivers (Host-Orchestrated)
|
|
41
|
+
**Goal**: Implement robust out-of-core drivers for complex linear algebra by orchestrating the existing `AsyncStreamer`.
|
|
42
|
+
|
|
43
|
+
* **Strategy: Host-Side Orchestration**:
|
|
44
|
+
* We reject a generic runtime scheduler.
|
|
45
|
+
* We implement **Algorithm-Specific Drivers** (C++ classes) where the CPU executes the algorithm state machine (loops, barriers, dependency checks).
|
|
46
|
+
* The Host submits batches of independent tiles to `AsyncStreamer`, which handles the low-level double-buffered prefetch/pin/issue pipeline.
|
|
47
|
+
* **Deliverables (The "Drivers")**:
|
|
48
|
+
* **`MatmulDriver`**: Verification of existing flat streaming for 100GB+ scale.
|
|
49
|
+
* **`CholeskyDriver`**: Implement Right-Looking Block Cholesky. Host logic manages dependencies (Diagonal wait -> Panel update -> Trailing update).
|
|
50
|
+
* **`ArnoldiDriver`**: Implement Block Arnoldi. Optimizes memory bandwidth by fusing multiple vector updates into blocked operations.
|
|
51
|
+
* **Documentation Checkpoint**:
|
|
52
|
+
* [ ] Update `internals/Streaming Manager.md` to document the Driver pattern. Also document how to create drivers and how they fit into the compute architecture.
|
|
53
|
+
* [ ] Update `guides/Performance Guide.md` with a section on "Streaming Constraints".
|
|
54
|
+
|
|
55
|
+
### Phase 3: Integration (Properties & Heterogeneity)
|
|
56
|
+
**Goal**: Routing respects semantic properties to exploit PyCauset's structural advantage.
|
|
57
|
+
|
|
58
|
+
* **Mechanism: Traits-Based Dispatch (Tag Dispatch)**:
|
|
59
|
+
* Implement C++20 `MatrixTraits` derived from **R1_PROPERTIES**.
|
|
60
|
+
* `AutoSolver` selects kernels based on `BestKernel(Op, Traits)`, decoupling policy from execution.
|
|
61
|
+
* **Feature: C++ Property Mirroring (Fast Flags)**:
|
|
62
|
+
* Since properties are currently Python-only (see `Storage and Memory.md` -> "Technical Implementation"), `AutoSolver` cannot currently see them.
|
|
63
|
+
* Add a `uint64_t properties_flags` field to `PersistentObject` in C++.
|
|
64
|
+
* Wire the Python setter to update this C++ bitmask in $O(1)$.
|
|
65
|
+
* **The "PyCauset Advantage"**:
|
|
66
|
+
* We use physics knowledge (Causality=Triangular, Propagator=Symmetric) to select $O(N^2)$ shortcuts.
|
|
67
|
+
* **Phase 3 Documentation**:
|
|
68
|
+
* Update key `docs/classes/Matrix.md` regarding how properties affect performance.
|
|
69
|
+
* Update `internals/algorithms.md` with property-specific complexity guarantees.
|
|
70
|
+
* Update `project/protocols/Adding Operations.md` to include steps for registering new Traits/Tags.
|
|
71
|
+
|
|
72
|
+
### Phase 4: Block Matrix Orchestration
|
|
73
|
+
**Goal**: Ensure the `BlockMatrix` composite structure utilizes the new drivers.
|
|
74
|
+
|
|
75
|
+
* **Routing**: Ensure `BlockMatrix` operations (which decompose into sub-ops) route those sub-ops through `AutoSolver` correctly.
|
|
76
|
+
* **Heterogeneity**: Handle cases where one block is on GPU and another must stay on CPU (utilizing the unified worker interface defined in **R1_CPU**).
|
|
77
|
+
* **Phase 4 Documentation**:
|
|
78
|
+
* Update `internals/Block Matrices.md`.
|
|
79
|
+
|
|
80
|
+
### Phase 5: Robustness, Documents & Benchmarking (The "Shield")
|
|
81
|
+
**Goal**: Final polish, stress testing, and complete documentation.
|
|
82
|
+
|
|
83
|
+
* **Stress Test**: Run the "100GB Matrix" test case on a machine with <16GB RAM and <8GB VRAM.
|
|
84
|
+
* **Unit Tests**: Mock `cudaGetDeviceProperties` to simulate hardware states.
|
|
85
|
+
* **Documentation Sweep**:
|
|
86
|
+
* **Guide**: Add "GPU Configuration" section to existing `guides/Performance Guide.md`.
|
|
87
|
+
* **Internal**: Update `documentation/project/protocols/Adding Operations.md` with GPU-specific kernel checklist.
|
|
88
|
+
* **Compliance**: Verify all new APIs have `docs/` entries.
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## Technical Constraints & Decisions
|
|
93
|
+
|
|
94
|
+
### 1. The PCI-e Bottleneck
|
|
95
|
+
Relying on the GPU for everything is often slower for medium sizes due to transfer overhead.
|
|
96
|
+
* **Decision**: The "Cost Model" (Phase 1) is strict. If the model says CPU is faster, we must use CPU.
|
|
97
|
+
|
|
98
|
+
### 2. Pinned Memory Scarcity
|
|
99
|
+
Pinned memory locks physical RAM.
|
|
100
|
+
* **Decision**: We use the `MemoryGovernor`'s dynamic pinning budget. Drivers must request a "ticket" to pin. If denied, they degrade to pageable memory (slower) but do not crash.
|
|
101
|
+
|
|
102
|
+
### 3. Precision & Properties
|
|
103
|
+
GPU paths must respect **R1_PROPERTIES**. Specialized kernels (Syrk, Trmm) are preferred over generic Gemm to save 50% FLOPs.
|
|
104
|
+
|
|
105
|
+
## Open Questions
|
|
106
|
+
|
|
107
|
+
* **Context Management**: Global pool vs Per-Thread? (Likely global pool for R1).
|
|
108
|
+
* **Multi-GPU**: Explicitly out-of-scope for R1.
|
|
@@ -364,41 +364,66 @@ Deliverables:
|
|
|
364
364
|
|
|
365
365
|
Status: - [ ]
|
|
366
366
|
|
|
367
|
-
Goal: GPU behavior is predictable and
|
|
367
|
+
Goal: GPU behavior is predictable, correct, and **cooperative**.
|
|
368
|
+
|
|
369
|
+
Authoritative plan: `documentation/internals/plans/R1_GPU_PLAN.md`.
|
|
368
370
|
|
|
369
371
|
Deliverables:
|
|
370
|
-
-
|
|
371
|
-
-
|
|
372
|
-
-
|
|
373
|
-
-
|
|
374
|
-
-
|
|
375
|
-
-
|
|
376
|
-
-
|
|
377
|
-
-
|
|
372
|
+
- **Phase 1: Robust Discovery & "Just Works" Dispatch:**
|
|
373
|
+
- AutoSolver routing is explicit, testable, and uses a cost model (transfer overhead vs dispatch gain).
|
|
374
|
+
- Hard fallback to CPU if GPU is missing capabilities or memory.
|
|
375
|
+
- Python API control surface (`pycauset.cuda.*`) for overrides and inspection.
|
|
376
|
+
- **Phase 2: Streaming Algorithm Drivers (The "Cooperative" Core):**
|
|
377
|
+
- Implement **Algorithm-Specific Drivers** (Host-Side Orchestration) for complex ops (Cholesky, Arnoldi) that utilize the existing `AsyncStreamer` pipeline.
|
|
378
|
+
- CPU orchestrates dependencies; `AsyncStreamer` handles the heavy I/O and compute overlapping.
|
|
379
|
+
- *Note:* These drivers are critical for GPU VRAM limits but will also power the future R1_CPU engine.
|
|
380
|
+
- **Phase 3: Integration:**
|
|
381
|
+
- Routing uses **Tag Dispatch** (`MatrixTraits`) to map Properties to optimized kernels (e.g., `cublasSyrk`).
|
|
382
|
+
|
|
383
|
+
### R1_CPU — Modern Tiled CPU Engine (No More Legacy Loops)
|
|
384
|
+
|
|
385
|
+
Status: - [ ]
|
|
378
386
|
|
|
379
|
-
|
|
387
|
+
Goal: The CPU is not a fallback; it is a **First-Class Worker** for the Streaming Architecture.
|
|
388
|
+
|
|
389
|
+
Deliverables:
|
|
390
|
+
- **Unified Worker Interface:**
|
|
391
|
+
- Implement `CpuWorker` that implements the same standard interface as `CudaWorker` (e.g., `compute_tile(A, B, C)`).
|
|
392
|
+
- Allows the `AsyncStreamer` and Algorithm Drivers (from R1_GPU) to run on CPU without code changes.
|
|
393
|
+
- **Core Kernel Modernization:**
|
|
394
|
+
- Delete legacy simple loops.
|
|
395
|
+
- Implement Tiled / Blocked Matmul (OpenMP) to match the tile sizes used by the streamer (L2 Cache fitting).
|
|
396
|
+
- Implement Vectorized (AVX2/AVX-512) kernels for Elementwise ops.
|
|
397
|
+
- **Standardization:**
|
|
398
|
+
- Ensure CPU kernels respect the same `MatrixTraits` tag dispatch system as GPU kernels.
|
|
399
|
+
|
|
400
|
+
### R1_SRP — Support Readiness Program (SRP) & Optimization Catalog
|
|
380
401
|
|
|
381
402
|
Status: - [ ]
|
|
382
403
|
|
|
383
|
-
This is the long “painstaking” program.
|
|
404
|
+
This is the long “painstaking” program. Only when this is done can we claim to be "PyCauset".
|
|
384
405
|
|
|
385
406
|
Authoritative checklist: `documentation/internals/plans/SUPPORT_READINESS_FRAMEWORK.md`.
|
|
386
407
|
|
|
387
408
|
SRP phases:
|
|
388
409
|
- SRP-0: Canonical inventories locked (dtypes + ops + structures + devices).
|
|
389
410
|
- SRP-1: CPU correctness across the inventory (Gate A + Gate B).
|
|
390
|
-
- SRP-2:
|
|
411
|
+
- SRP-2: **Causal Math Optimization Catalog** (The "Monster"):
|
|
412
|
+
- Identify the specific operator combinations used in Causal Set Theory (Propagators, Action, etc.).
|
|
413
|
+
- Map these to numerical shortcuts (e.g., triangularity, Neumann series, property-abuse).
|
|
414
|
+
- Ensure these shortcuts are implemented and routed correctly.
|
|
391
415
|
- SRP-3: GPU coverage implemented OR explicitly routed/blocked (Gate C).
|
|
392
416
|
- SRP-4: CCA lookahead hints + out-of-core performance validation (Gate D + Gate E).
|
|
393
417
|
|
|
394
418
|
Definition of Done (Release 1 gate):
|
|
395
419
|
- Every op in the canonical inventory has an explicit support status for every public dtype/structure/device case.
|
|
420
|
+
- **Physics-Aware Optimizations** are verified: specific causal structures trigger their optimized paths (not just generic fallback).
|
|
396
421
|
- No “silent wrong answers” and no “mysterious slow paths”.
|
|
397
422
|
- Benchmarks exist and failures are actionable.
|
|
398
423
|
|
|
399
424
|
Notes:
|
|
400
|
-
- SRP correctness/coverage must include **property-aware variants** of operators once R1_PROPERTIES lands
|
|
401
|
-
- Streaming manager
|
|
425
|
+
- SRP correctness/coverage must include **property-aware variants** of operators once R1_PROPERTIES lands.
|
|
426
|
+
- Streaming manager coverage is verified here.
|
|
402
427
|
### R1_QA — Bench + Correctness Gates Enforced
|
|
403
428
|
|
|
404
429
|
Status: - [ ]
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.
|
|
32
|
-
__version_tuple__ = version_tuple = (0,
|
|
31
|
+
__version__ = version = '0.5.1.dev2'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 5, 1, 'dev2')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gec3f1258f'
|
|
@@ -57,6 +57,40 @@ void CudaDevice::qr(const MatrixBase& in, MatrixBase& Q, MatrixBase& R) {
|
|
|
57
57
|
|
|
58
58
|
namespace pycauset {
|
|
59
59
|
|
|
60
|
+
// --- Discovery API ---
|
|
61
|
+
|
|
62
|
+
int CudaDevice::get_device_count() {
|
|
63
|
+
int count = 0;
|
|
64
|
+
cudaError_t err = cudaGetDeviceCount(&count);
|
|
65
|
+
if (err == cudaSuccess) {
|
|
66
|
+
return count;
|
|
67
|
+
} else {
|
|
68
|
+
// If we can't get the count, assume 0 (no driver, or no gpu).
|
|
69
|
+
// Clear error to avoid polluting subsequent calls?
|
|
70
|
+
cudaGetLastError();
|
|
71
|
+
return 0;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
std::string CudaDevice::get_device_name(int device_id) {
|
|
76
|
+
cudaDeviceProp prop;
|
|
77
|
+
cudaError_t err = cudaGetDeviceProperties(&prop, device_id);
|
|
78
|
+
if (err == cudaSuccess) {
|
|
79
|
+
return std::string(prop.name);
|
|
80
|
+
} else {
|
|
81
|
+
return "Unknown Device (Error: " + std::string(cudaGetErrorString(err)) + ")";
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
bool CudaDevice::is_available() {
|
|
86
|
+
int count = 0;
|
|
87
|
+
if (cudaGetDeviceCount(&count) != cudaSuccess) {
|
|
88
|
+
cudaGetLastError();
|
|
89
|
+
return false;
|
|
90
|
+
}
|
|
91
|
+
return count > 0;
|
|
92
|
+
}
|
|
93
|
+
|
|
60
94
|
CudaDevice::CudaDevice(const AcceleratorConfig& config) : config_(config) {
|
|
61
95
|
// Initialize CUDA context
|
|
62
96
|
cudaError_t err = cudaSetDevice(config_.device_id);
|
|
@@ -70,6 +70,11 @@ public:
|
|
|
70
70
|
int get_compute_capability_major() const { return cc_major_; }
|
|
71
71
|
int get_compute_capability_minor() const { return cc_minor_; }
|
|
72
72
|
|
|
73
|
+
// Discovery API (Static)
|
|
74
|
+
static int get_device_count();
|
|
75
|
+
static std::string get_device_name(int device_id);
|
|
76
|
+
static bool is_available();
|
|
77
|
+
|
|
73
78
|
// Accessors for Solver
|
|
74
79
|
cublasHandle_t get_cublas_handle() const { return cublas_handle_; }
|
|
75
80
|
cusolverDnHandle_t get_cusolver_handle() const { return cusolver_handle_; }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/PyCauset Container Format.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/dev/performance_optimizations.md
RENAMED
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/assets/logo/logo-text-colour.png
RENAMED
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/assets/logo/logo-text-colour.xcf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/classes/AntiSymmetricMatrix.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.bitwise_not.md
RENAMED
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.causal_matrix.md
RENAMED
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.causet.md
RENAMED
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.cholesky.md
RENAMED
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.compute_k.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.convert_file.md
RENAMED
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.divide.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.eigvals.md
RENAMED
|
File without changes
|
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.eigvals_skew.md
RENAMED
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.eigvalsh.md
RENAMED
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.empty.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.identity.md
RENAMED
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.invert.md
RENAMED
|
File without changes
|
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.lstsq.md
RENAMED
|
File without changes
|
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.matmul.md
RENAMED
|
File without changes
|
{pycauset-0.4.18.dev25 → pycauset-0.5.1.dev2}/documentation/docs/functions/pycauset.matrix.md
RENAMED
|
File without changes
|
|
File without changes
|