As we all already know, the Strassen algorithm for n by n matrix multiplication is written in recursive form. It has been proven (see: http://stackoverflow.com/questions/9317 ... -iteration for the detail) that any recursive algorithm can be transformed into its iterative form. But I never see the iterative form for Strassen algorithm. Does anyone know?
Once I know the iterative form of Strassen algorithm, I intend to prove its correctness using Hoare triples.
