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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
StrassenDemopublic StrassenDemo()
 
- 
- 
Method Details- 
main
 
-