TBCI Numerical high perf. C++ Library  2.8.0
Public Member Functions | List of all members
TensErr Class Reference

#include <tensor.h>

Inheritance diagram for TensErr:
Inheritance graph
[legend]
Collaboration diagram for TensErr:
Collaboration graph
[legend]

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. More...
 
long index
 Index for out of bounds error. More...
 

Detailed Description

Definition at line 27 of file tensor.h.

Constructor & Destructor Documentation

TensErr::TensErr ( )
inline

Definition at line 30 of file tensor.h.

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

Definition at line 32 of file tensor.h.

TensErr::TensErr ( const TensErr te)
inline

Definition at line 34 of file tensor.h.

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

Definition at line 36 of file tensor.h.


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