qrupdate-ng 1.2.0
Loading...
Searching...
No Matches
qrupdate_error Module Reference

Module for custom error handling. More...

Data Types

interface  error_handler_if
 Abstract interface for custom error handlers. More...

Functions/Subroutines

subroutine qrupdate_set_error (p_handler)
 Sets the custom error handler.
subroutine qrupdate_set_error_data (p_aux)
 Sets auxiliary data for the error handler.
subroutine qrupdate_xerror (srname, info)
 Dispatches error reporting to the handler.

Detailed Description

Module for custom error handling.

This module provides a mechanism to override the default BLAS/LAPACK error handler (xerbla). Users can specify a custom subroutine to handle errors, along with optional auxiliary data.