// sleep(2);
start = std::chrono::system_clock::now();
for(int i=0;i<1000;i++) {
- cli();
- matS2=matrix_multiply(&gf, matInvGs, matCs, t, t, t, len, w);
+ float tt=i;
+ tt=t;
+ int tt2=tt;
+ matS2=matrix_multiply(&gf, matInvGs, matCs, tt2, tt2, tt2, len, w);
sei();
}
end = std::chrono::system_clock::now();