Skip to main content

Module types

Module types 

Source
Expand description

Core types for sparse linear solvers.

Provides CsrMatrix for compressed sparse row storage and result types for solver convergence tracking.

Structs§

ComplexityEstimate
Estimated computational complexity for a solve.
ComputeBudget
Budget constraints for solver execution.
ConvergenceInfo
Per-iteration convergence snapshot.
CsrMatrix
Compressed Sparse Row (CSR) matrix.
SolverResult
Result returned by a successful solver invocation.
SparsityProfile
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.
ComplexityClass
Qualitative complexity class.
ComputeLane
Compute lane priority for solver scheduling.
QueryType
Query type describing what the caller wants to solve.