Closed rusu24edward closed 5 years ago
Make the public parts of Matrix class more of an interface by removing all the getters and setters and clearly specifying user's capabilities.
Blocked by MatMan-6. I cannot remove the getters and setters without having iterators in place first because otherwise, I cannot make a copy constructor.
Merged
Make the public parts of Matrix class more of an interface by removing all the getters and setters and clearly specifying user's capabilities.