Hi there,
I cannot for the life of me get dgemm to spit out the correct answer when I call it from C. I saw your posts on a similar question and hoped you might have an answer.
I would love to have a function that that was some thing like:
void matmult(float ** A, float ** B, float ** C, int...