Expand description
Error types and handling.
This module defines the LaError enum and specialized error variants for the linear algebra layer, including matrix, linear-solver, and (optional) CUDA errors.
Enumsยง
- LaError
- Error type for the diffsol linear algebra crate (
diffsol-la). - Linear
Solver Error - Possible errors that can occur when solving a linear problem
- Matrix
Error - Possible errors for matrix operations