linsol_error
This class is used to print error messages. More…
#include "linsol_error.h"
Public Functions
| Name | |
|---|---|
| linsol_error(const string function_name, const string error_message) Print error message. |
|
| linsol_error(const string function_name, const string error_message, const string CudaError) Print cuda error. |
|
| linsol_error(const string function_name, const string error_message, unsigned long int nbytes_requested) Print memory error message. |
Detailed Description
class linsol_error;
This class is used to print error messages.
class linsol_error.
Public Functions Documentation
function linsol_error
linsol_error(
const string function_name,
const string error_message
)
Print error message.
function linsol_error
linsol_error(
const string function_name,
const string error_message,
const string CudaError
)
Print cuda error.
function linsol_error
linsol_error(
const string function_name,
const string error_message,
unsigned long int nbytes_requested
)
Print memory error message.
Updated on 19 November 2024 at 10:20:48 CET