Skip to content
PyCauset
Classes
Initializing search
BrorH/pycauset
Home
Guides
API Reference
Internals
Dev Handbook
Project
PyCauset
BrorH/pycauset
Home
Guides
Guides
Guides
Installation
User Guide
Release 1
Release 1
Overview
Shapes (NxM Matrices)
Storage (Persistence Container)
Properties (Semantic Metadata)
DTypes (Integers, Float16, Complex)
Linear Algebra (Core Ops)
Causal Sets
Spacetime
Field Theory
Visualization
Matrix Guide
Vector Guide
Linear Algebra Operations
NxM Support
Storage and Memory
Performance Guide
NumPy Integration
API Reference
API Reference
API Reference
Classes
Classes
Classes
Matrix
Matrix
Matrix
pycauset.MatrixBase
pycauset.FloatMatrix
pycauset.Float16Matrix
pycauset.Float32Matrix
pycauset.IntegerMatrix
pycauset.Int8Matrix
pycauset.Int16Matrix
pycauset.Int64Matrix
pycauset.UInt8Matrix
pycauset.UInt16Matrix
pycauset.UInt32Matrix
pycauset.UInt64Matrix
pycauset.DenseBitMatrix
pycauset.ComplexFloat16Matrix
pycauset.ComplexFloat32Matrix
pycauset.ComplexFloat64Matrix
pycauset.IdentityMatrix
pycauset.TriangularMatrix
pycauset.TriangularFloatMatrix
pycauset.TriangularIntegerMatrix
pycauset.TriangularBitMatrix
pycauset.SymmetricMatrix
AntiSymmetricMatrix
SymmetricMatrix
Vector
Vector
Vector
pycauset.VectorBase
pycauset.FloatVector
pycauset.Float16Vector
pycauset.Float32Vector
pycauset.Int8Vector
pycauset.Int16Vector
pycauset.Int64Vector
pycauset.UInt8Vector
pycauset.UInt16Vector
pycauset.UInt32Vector
pycauset.UInt64Vector
pycauset.IntegerVector
pycauset.UnitVector
pycauset.BitVector
pycauset.ComplexFloat16Vector
pycauset.ComplexFloat32Vector
pycauset.ComplexFloat64Vector
Spacetime
Spacetime
Spacetime
pycauset.CausalSet
pycauset.spacetime
pycauset.spacetime.CausalSpacetime
pycauset.spacetime.MinkowskiBox
pycauset.spacetime.MinkowskiCylinder
pycauset.spacetime.MinkowskiDiamond
Field
Field
Field
pycauset.field.Field
pycauset.field.ScalarField
Core
Core
Core
Persistent objects (base behavior)
Functions
Functions
Functions
pycauset.matrix
pycauset.vector
pycauset.zeros
pycauset.ones
pycauset.empty
pycauset.identity
pycauset.I
None
pycauset.bitwise_not
pycauset.causal_matrix
pycauset.causet
pycauset.cholesky
pycauset.compute_k
pycauset.compute_k_matrix
pycauset.cond
pycauset.divide
pycauset.dot
pycauset.eig
pycauset.eigh
pycauset.eigvals
pycauset.eigvals_arnoldi
pycauset.eigvals_skew
pycauset.eigvalsh
pycauset.get_memory_threshold
pycauset.get_num_threads
pycauset.get_precision_mode
Matrix Inversion (Linear Algebra)
pycauset.lstsq
pycauset.lu
pycauset.matmul
pycauset.norm
pycauset.pinv
pycauset.precision_mode
pycauset.save
Pycauset.set backing dir
pycauset.set_memory_threshold
pycauset.set_num_threads
pycauset.set_precision_mode
pycauset.slogdet
pycauset.solve
pycauset.solve_triangular
pycauset.sum
pycauset.svd
pycauset.load
Parameters
Parameters
Parameters
pycauset.keep_temp_files
pycauset.seed
Visualization (pycauset.vis)
Visualization (pycauset.vis)
pycauset.vis
pycauset.vis.plot_causal_matrix
pycauset.vis.plot_embedding
pycauset.vis.plot_hasse
Internals
Internals
Internals
Cooperative Architecture
DType System
DTYPE Complex Overflow Plan
Compute Architecture
Block Matrices
Memory Architecture
Memory and Data
Streaming Manager
Algorithms
Plans
Plans
Support Readiness Framework (DTypes × Ops × Devices)
OpenBLAS Integration Plan
R1_BLOCKMATRIX Plan — Block Matrices + Heterogeneous Dtypes (Storage-First)
R1_LINALG — Linear Algebra Foundation (Release 1)
R1_PROPERTIES — Semantic Properties + Property-Aware Algebra (Release 1)
R1_SHAPES Plan — NxM Matrices Across The System (End-to-End)
R1_STORAGE — Single-File Persistence Container + Typed Metadata (Release 1)
DType / Complex / Overflow Plan (Implementation)
Codebase Restructure Plan (Proposal + Execution Record)
Dev Handbook
Dev Handbook
Dev Handbook (Start Here)
Agent Bootstrap
Restructure Plan
PyCauset Container Format
Storage Semantics
Codebase Structure
Python Internals
Build System
Bindings & Dispatch
Testing & Benchmarks
Warnings & Exceptions
Repository Hygiene
Square-only Assumptions
Project
Project
Project
Philosophy
Public API Contract
Protocols
Protocols
Protocols
Pre-alpha Policy
Documentation Protocol
Adding Operations
Adding Types
NumPy Alignment Protocol
Release Process
Testing and Bug Tracking
Contributing
Roadmap
Classes
Core
Field
Matrix
Spacetime
Vector
Back to top