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

#include <tensor.h>

Inheritance diagram for TensErr:
Collaboration diagram for TensErr:

Public Member Functions

 TensErr ()
 TensErr (const char *t, const long i=0)
 TensErr (const TensErr &te)
virtual ~TensErr () 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 27 of file tensor.h.

Constructor & Destructor Documentation

◆ TensErr() [1/3]

TensErr::TensErr ( )
inline

Definition at line 30 of file tensor.h.

References NumErr::NumErr().

Referenced by TensErr().

◆ TensErr() [2/3]

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

Definition at line 32 of file tensor.h.

References i, and NumErr::NumErr().

◆ TensErr() [3/3]

TensErr::TensErr ( const TensErr & te)
inline

Definition at line 34 of file tensor.h.

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

◆ ~TensErr()

virtual TensErr::~TensErr ( )
throw ( )
inlinevirtual

Definition at line 36 of file tensor.h.


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