Monday, July 27, 2009

I need C++ source code. I want to compare two matrices. detatils are below.?

an example of overloaded operator == between two EE3_MATRIX object is:





If(X == Y)





which compares the maximum element X is equal to the maximum element of Y (note the dimensions do NOT have to match). if true, the interface returns 1.





Can anyone please help me with this. I have final exam on monday and i need to be prepare for this. If anyone need additional information like an example, i will provide it.





additional information: we work with linux system. I hope this help.





Thank you

I need C++ source code. I want to compare two matrices. detatils are below.?
bool operator == (const matrix %26amp;A, const matrix %26amp;B);


No comments:

Post a Comment