![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Expception raised when some interal errors occurs like computations errors, zeros values where you should not have zeros, etc... More...
#include <exception.hpp>
Public Member Functions | |
internal_logic (const char *s="internal logic") | |
void | raise () |
Expception raised when some interal errors occurs like computations errors, zeros values where you should not have zeros, etc...
Definition at line 49 of file exception.hpp.
boost::numeric::ublas::internal_logic::internal_logic | ( | const char * | s = "internal logic" | ) | [inline, explicit] |
Definition at line 53 of file exception.hpp.
void boost::numeric::ublas::internal_logic::raise | ( | ) | [inline] |
Definition at line 55 of file exception.hpp.