Expand description
Core types for sparse linear solvers.
Provides CsrMatrix for compressed sparse row storage and result types
for solver convergence tracking.
Structs§
- Complexity
Estimate - Estimated computational complexity for a solve.
- Compute
Budget - Budget constraints for solver execution.
- Convergence
Info - Per-iteration convergence snapshot.
- CsrMatrix
- Compressed Sparse Row (CSR) matrix.
- Solver
Result - Result returned by a successful solver invocation.
- Sparsity
Profile - Sparsity profile summarising the structural and numerical properties of a matrix that are relevant for algorithm selection.
Enums§
- Algorithm
- Algorithm identifier for solver selection and routing.
- Complexity
Class - Qualitative complexity class.
- Compute
Lane - Compute lane priority for solver scheduling.
- Query
Type - Query type describing what the caller wants to solve.