rusu24edward / MatMan

Matrix Manipulation Library
0 stars 0 forks source link

Remove getters and setters #3

Closed rusu24edward closed 5 years ago

rusu24edward commented 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.

rusu24edward commented 5 years ago

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.

rusu24edward commented 5 years ago

Merged