|
|
main.cpp:20: error: no match for ‘operator=’ in ‘A = matrix<vtype>::operator+ (matrix<vtype>&) [with vtype = double](((matrix<double>&)(& M)))’ matrix.hpp:42: note: candidates are: matrix<vtype>& matrix<vtype>::operator= (matrix<vtype>&) [with vtype = double] |
|
|