![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Exception raised when a division by zero occurs. More...
#include <exception.hpp>
Public Member Functions | |
divide_by_zero (const char *s="divide by zero") | |
void | raise () |
Exception raised when a division by zero occurs.
Definition at line 25 of file exception.hpp.
boost::numeric::ublas::divide_by_zero::divide_by_zero | ( | const char * | s = "divide by zero" | ) | [inline, explicit] |
Definition at line 30 of file exception.hpp.
void boost::numeric::ublas::divide_by_zero::raise | ( | ) | [inline] |
Definition at line 32 of file exception.hpp.