Hello,
I am using the Strassen algorithm for matrix multiplication inside my
multiple linear regression solver, so what about its numerical stability ?
Read this:
"We begin by discussing Strassen-like algorithms, based on recursive
partitioning of matrices into the same number of blocks. We prove that
all such algorithms are stable"
Read the following paper:
http://www.cs.cornell.edu/~rdk/papers/matmul.pdf
Thank you,
Amine Moulay Ramdane.