linsol_error

This class is used to print error messages. More…

#include "linsol_error.h"

Public Functions

Name
linsol_error(const string restrict function_name, const string restrict error_message)
Print error message.
linsol_error(const string restrict function_name, const string restrict 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

inline linsol_error(
    const string __restrict__ function_name,
    const string __restrict__ error_message
)

Print error message.

function linsol_error

inline linsol_error(
    const string __restrict__ function_name,
    const string __restrict__ error_message,
    unsigned long int nbytes_requested
)

Print memory error message.


Updated on 12 February 2021 at 11:59:50 CET