#include <Squarexc.hh>
Inheritance diagram for RazorBack::Squarexc_:
Public Methods | |
Squarexc_ (const char *Thnm, unsigned int D1, unsigned int D2, bool F=false) | |
Constructs a square matrix exception thrown by Thnm. More... | |
Private Methods | |
Squarexc_ () |
Stores the row and col sizes of the matrix which were unequal.
Definition at line 41 of file Squarexc.hh.
|
Constructs a square matrix exception thrown by Thnm. This indicates that a square matrix was expected but a D1xD2 matrix was provided instead. F is the fatality indicator. |
|
|