본문내용
){
int i,j,k;
for(j=0;j<2;j++){
for(k=0;k<2;k++){
result[j][k]=0;
}
}
for(i=0;i
for(j=0;j
for(k=0;k
result[i][j] += *(a+i*d+k) * *(b+k*e+j);
}
}
}
}
convergent not convergent
int i,j,k;
for(j=0;j<2;j++){
for(k=0;k<2;k++){
result[j][k]=0;
}
}
for(i=0;i
}
}
}
}
convergent not convergent
소개글