[Solved] How to multiply two matrices having fractions as inputs in c [closed]
I wanted to use my own implementation of the Strassen optimization for matrix multiplication. It is highly optimized and hence has almost no pedagogical use but then I remembered that Wikipedia has actual C code in the Strassen-matrix-multiplication entry. The implementation there is not the best: it has no fallback to the naive algorithm if … Read more