GetDimensions

virtual std::tuple<uint32_t, uint32_t> IMatrix::GetDimensions() = 0

Gets the dimensions of the matrix.

Returns

std::tuple<uint32_t, uint32_t> – Tuple containing the number of rows (element 0) and columns (element 1) of the matrix.

Throws