funcy  1.6.1
Public Member Functions | List of all members
funcy::NonSymmetricMatrixException Class Reference

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

#include <exceptions.h>

Inheritance diagram for funcy::NonSymmetricMatrixException:
Inheritance graph
[legend]
Collaboration diagram for funcy::NonSymmetricMatrixException:
Collaboration graph
[legend]

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

◆ NonSymmetricMatrixException()

template<class Value , class = std::enable_if_t< std::is_arithmetic< Value >::value >>
funcy::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: