rusu24edward / MatMan

Matrix Manipulation Library
0 stars 0 forks source link

setfields with data #25

Closed rusu24edward closed 5 years ago

rusu24edward commented 5 years ago

Currently, copy constructors and assignment operator call set fields, which sets the data to an mxn matrix of 0s, only to then immediately set it to something else. We should overload setfields to handle these cases.

rusu24edward commented 5 years ago

Won't do. This should be covered in MatMan-40