IncompatibleMatrixSizeException class final
Contents
Exception thrown when operating on two matrices and/or vectors of incompatible size
Base classes
- class bpf::Exception
Constructors, destructors, conversion operators
- IncompatibleMatrixSizeException(fisize sizea, fisize sizeb) noexcept
Public functions
Function documentation
bpf:: math:: IncompatibleMatrixSizeException:: IncompatibleMatrixSizeException(fisize sizea,
fisize sizeb) noexcept
| Parameters | |
|---|---|
| sizea | the incompatible size of the first operand |
| sizeb | the incompatible size of the second operand |
Constructs an IncompatibleMatrixSizeException
void bpf:: math:: IncompatibleMatrixSizeException:: Print() const final noexcept
Print the exception to the console