Skip to content

Instantly share code, notes, and snippets.

@chathurawidanage
Last active March 30, 2017 15:59
Show Gist options
  • Save chathurawidanage/c3a302252d2dc3c0612c8f45066cf57a to your computer and use it in GitHub Desktop.
Save chathurawidanage/c3a302252d2dc3c0612c8f45066cf57a to your computer and use it in GitHub Desktop.
for(i=0;i<n;i++){
for(j=0;j<n;j++){
for(k=0;k<n;k++){
OUT[i][j]+=(A[i][k]*B[k][j]);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment