Good evening!
I have some troubles with C++, but I need to complete the task.
______________________________________________________________________________
With the use of templates write a computer program in C++ programming language that:
* takes two double-matrices, performs their summation and puts it onto console;
* takes two fraction-matrices, performs their multiplication and puts it onto console.
_______________________________________________________________________________
Every help will be useful. Also I will be glad if someone explains me the "template part" of the code. I know what templates do, but I have no idea how to implement this.