Package demo
Class StrassenDemo
java.lang.Object
demo.StrassenDemo
Compute the product of two 8x8 matrices using the traditional algorithm and Strassen's algorithm
and compare the number of operations used for each.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StrassenDemo
public StrassenDemo()
-
-
Method Details
-
main
-