Skip to main content

Module error

Module error 

Source
Expand description

Error types for OxiCUDA Solver operations.

Provides SolverError covering all failure modes for GPU-accelerated matrix decompositions and linear solvers — singular matrices, convergence failures, workspace issues, and underlying CUDA/BLAS/PTX errors.

Enums§

SolverError
Solver-specific error type.

Type Aliases§

SolverResult
Convenience alias for solver operations.