TBCI Numerical high perf. C++ Library 2.8.0
CSCMatErr Class Reference

#include <cscmatrix.h>

Inheritance diagram for CSCMatErr:
Collaboration diagram for CSCMatErr:

Public Member Functions

 CSCMatErr ()
 CSCMatErr (const char *t, const long i=0)
 CSCMatErr (const CSCMatErr &ce)
virtual ~CSCMatErr () throw ()
Public Member Functions inherited from NumErr
 NumErr ()
 NumErr (const char *txt, const long idx=0)
 NumErr (const std::string &str, const long idx=0)
 NumErr (const NumErr &ne)
virtual const char * what () const throw ()
virtual ~NumErr () throw ()

Additional Inherited Members

Public Attributes inherited from NumErr
const char * errtext
 Short error description in _what.
long index
 Index for out of bounds error.

Detailed Description

Definition at line 32 of file cscmatrix.h.

Constructor & Destructor Documentation

◆ CSCMatErr() [1/3]

CSCMatErr::CSCMatErr ( )
inline

Definition at line 35 of file cscmatrix.h.

References NumErr::NumErr().

Referenced by CSCMatErr().

◆ CSCMatErr() [2/3]

CSCMatErr::CSCMatErr ( const char * t,
const long i = 0 )
inline

Definition at line 37 of file cscmatrix.h.

References i, and NumErr::NumErr().

◆ CSCMatErr() [3/3]

CSCMatErr::CSCMatErr ( const CSCMatErr & ce)
inline

Definition at line 39 of file cscmatrix.h.

References CSCMatErr(), and NumErr::NumErr().

◆ ~CSCMatErr()

virtual CSCMatErr::~CSCMatErr ( )
throw ( )
inlinevirtual

Definition at line 41 of file cscmatrix.h.


The documentation for this class was generated from the following file: