#include #include #include "synaps/base/Clock.h" typedef MatrDse mat_t; int main(int argc, char** argv) { using std::cin; using std::cout; using std::endl; unsigned n; std::cout<<"Size of the matrices: "; cin>> n; mat_t M(n,n); unsigned N=100; Clock c; c.start(); for(unsigned s=0;s