Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::internal_logic Struct Reference

Expception raised when some interal errors occurs like computations errors, zeros values where you should not have zeros, etc... More...

#include <exception.hpp>

Inheritance diagram for boost::numeric::ublas::internal_logic:
Collaboration diagram for boost::numeric::ublas::internal_logic:

List of all members.

Public Member Functions

 internal_logic (const char *s="internal logic")
void raise ()

Detailed Description

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.


Constructor & Destructor Documentation

boost::numeric::ublas::internal_logic::internal_logic ( const char *  s = "internal logic") [inline, explicit]

Definition at line 53 of file exception.hpp.


Member Function Documentation

void boost::numeric::ublas::internal_logic::raise ( ) [inline]

Definition at line 55 of file exception.hpp.


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