#include <LA_Exception.h>
Public Types | |
| enum | Reason { None, SingularMatrix } |
| Enumeration of reasons for the exception. More... | |
Public Member Functions | |
| Exception (Reason reason) | |
| Constructor for exception. | |
Public Attributes | |
| Reason | reason |
| Reason for exception. | |
Definition at line 18 of file LA_Exception.h.
|
|
Enumeration of reasons for the exception.
Definition at line 24 of file LA_Exception.h. |
|
|
Constructor for exception.
Definition at line 35 of file LA_Exception.h. |
|
|
Reason for exception.
Definition at line 39 of file LA_Exception.h. |
1.3.6