Expand description
Error types and handling for the sublinear solver.
This module defines all error conditions that can occur during matrix operations and solver execution, providing detailed error information for debugging and recovery strategies.
Enums§
- Error
Severity - Error severity levels for logging and monitoring.
- Recovery
Strategy - Recovery strategies for recoverable errors.
- Solver
Error - Comprehensive error type for all solver operations.
Type Aliases§
- Result
- Result type alias for solver operations.