Home / test / testStrassenMultipication
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2011-09-15 536 Bytes
matrix200.in 2011-09-15 160.4 kB
matrix80.in 2011-09-15 25.6 kB
matrix40.in 2011-09-15 6.5 kB
matrix10.in 2011-09-15 422 Bytes
main.cpp 2011-09-15 1.1 kB
Totals: 6 Items   194.5 kB 0
/**********************************************************
Rename files in this direcory to matrix.in and run main.cpp.
In main.cpp we calculate matrices multipication according to 
Strassen  algorithm and check it's result with normal matrix
multipication.The program returns running time of Strassen's
algorithm and naive algorithm.The program checks two results
and returns true if they are same.

These are very begining tests.we produce more tests very soon.
*************************************************************/
Source: README.txt, updated 2011-09-15