RFFGen
 All Classes Namespaces Files Functions Typedefs Enumerations Groups
Public Member Functions | List of all members
RFFGen::NonSymmetricMatrixException Class Reference

Exception for non-symmetric matrices if symmetric matrices are required. More...

#include <exceptions.hh>

Inheritance diagram for RFFGen::NonSymmetricMatrixException:

Public Member Functions

template<class Value , class = std::enable_if_t<std::is_arithmetic<Value>::value>>
 NonSymmetricMatrixException (const std::string &function, const Value &rows, const Value &cols, const std::string &file, const int line)
 Constructor. More...
 

Detailed Description

Exception for non-symmetric matrices if symmetric matrices are required.

Constructor & Destructor Documentation

template<class Value , class = std::enable_if_t<std::is_arithmetic<Value>::value>>
RFFGen::NonSymmetricMatrixException::NonSymmetricMatrixException ( const std::string &  function,
const Value &  rows,
const Value &  cols,
const std::string &  file,
const int  line 
)
inline

Constructor.

Parameters
functionname of the function throwing this exception
rowsnumber of rows of matrix
colsnumber of columns of matrix
filefile containing the throwing code
lineline containing the throwing code

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