Quantum++
v1.0-rc4
A modern C++11 quantum computing library
|
Dimension(s) mismatch column vector size exception. More...
#include <classes/exception.h>
Public Member Functions | |
std::string | type_description () const override |
Exception type description. More... | |
![]() | |
Exception (const std::string &where) | |
Constructs an exception. More... | |
virtual const char * | what () const noexcept override |
Overrides std::exception::what() More... | |
Dimension(s) mismatch column vector size exception.
Product of the elements of std::vector<idx> of dimensions is not equal to the number of elements of the Eigen::Matrix (assumed to be a column vector)
|
inlineoverridevirtual |