bpf::math::IncompatibleMatrixSizeException class final

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

auto SizeA() const -> fsize noexcept
auto SizeB() const -> fsize noexcept
auto GetType() const -> const char* virtual noexcept
void Print() const final noexcept

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

fsize bpf::math::IncompatibleMatrixSizeException::SizeA() const noexcept

Returns unsigned

Returns the incompatible size of the first operand

fsize bpf::math::IncompatibleMatrixSizeException::SizeB() const noexcept

Returns unsigned

Returns the incompatible size of the first operand

void bpf::math::IncompatibleMatrixSizeException::Print() const final noexcept

Print the exception to the console