anpcpp 0.1.0
Analytic Network Process computational library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
anpcpp::DimensionError Class Reference

Thrown when vector/matrix dimensions do not match an operation. More...

#include <matrix.hpp>

Inheritance diagram for anpcpp::DimensionError:

Public Member Functions

 DimensionError (const std::string &message)
 

Detailed Description

Thrown when vector/matrix dimensions do not match an operation.

Constructor & Destructor Documentation

◆ DimensionError()

anpcpp::DimensionError::DimensionError ( const std::string &  message)
inlineexplicit
Parameters
messageHuman-readable description of the mismatch.

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