Scythe-1.0.3
Public Member Functions
scythe::scythe_style_error Class Reference

Matrix style error. More...

#include <scythestat/error.h>

Inheritance diagram for scythe::scythe_style_error:
Inheritance graph
[legend]
Collaboration diagram for scythe::scythe_style_error:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 scythe_style_error (const std::string &file, const std::string &function, const unsigned int &line, const std::string &message="", const bool &halt=false) throw ()

Detailed Description

Matrix style error.

Library members throw this exception when they are asked to operate on a Matrix of the incorrect style. Some routines require specifically a concrete Matrix or view to work correctly. For example, only views may reference other matrices; invoking the reference function on a concrete Matrix will generate this exception.


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