0_0_2894702_217.cpp: In member function `Matrix Matrix::power(int)':
0_0_2894702_217.cpp:75: error: no match for 'operator*' in '(&temp)->Matrix::power((exp / 2)) * *(Matrix*)this'
0_0_2894702_217.cpp:53: note: candidates are: Matrix operator*(Matrix&, Matrix&)
0_0_2894702_217.cpp: In function `Matrix calSum(int)':
0_0_2894702_217.cpp:87: error: no match for 'operator+' in 'A + (&mm)->Matrix::power(((exp / 2) + 1))'
0_0_2894702_217.cpp:38: note: candidates are: Matrix operator+(Matrix&, Matrix&)
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_bvector.h:345: note: std::_Bit_const_iterator std::operator+(ptrdiff_t, const std::_Bit_const_iterator&)
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_bvector.h:261: note: std::_Bit_iterator std::operator+(ptrdiff_t, const std::_Bit_iterator&)
0_0_2894702_217.cpp:92: error: no match for 'operator*' in 'A * (&mm)->Matrix::power(((exp / 2) + 1))'
0_0_2894702_217.cpp:53: note: candidates are: Matrix operator*(Matrix&, Matrix&)
|