Removed UnsupportedDimension exception
The exception is not used anywhere and does not make much sense. Functions/methods which are not implemented yet can just throw std::runtime_error wich a more specific message.
Please register or sign in to comment