Good day bros. Does anyone know where I can find example code in PERL for Strassen's matrix multiplication algorithm? I found something in MCE samples but that seems to be for fixed size, static matrices to test timing. I'm looking for something that will multiply any-sized (conformable, of course) matrices with actual data.