استراسن
استراسن
void strassen( int n, n*n_matrix a n*n_matrixb,n*n_matrixc
(
}
if(n<threshould
(
compute c=a*b using the standard malgoritm
else
}
partian a into for submatrices a11,a12,a21,a22
partion b into for submatrices b11,b12,b21,b22
compute c=a*b using strassen method