Scythe-1.0.3
|
Matrix dimension error. More...
#include <scythestat/error.h>
Public Member Functions | |
scythe_dimension_error (const std::string &file, const std::string &function, const unsigned int &line, const std::string &message="", const bool &halt=false) throw () |
Matrix dimension error.
Library members throw this exception when a caller passes a Matrix of the wrong size or shape to a routine. For example, trying to take the Cholesky decomposition of a non-square Matrix causes this error.