Exception class thrown if a singular matrix is encountered. More...
#include <Image/MatrixOps.H>
Public Member Functions | |
SingularMatrixException (const Image< float > &m, const rutz::file_pos &pos) | |
Public Attributes | |
const Image< float > | mtx |
Exception class thrown if a singular matrix is encountered.
The exception object contains a copy of the singular matrix, so that the matrix can be examined, displayed, etc. for debugging purposes.
Definition at line 50 of file MatrixOps.H.