Category "cblas"

Using cblas_dgemm in C and returning the product matrix in python

I am fairly new to parallel computing and we have been assigned to implement a matrix algorithm in C for later use in python. The problem comes when my function

BLAS dger filling matrix in fortran order?

I am using cython to do a rank one update of a rectangular matrix A. I cannot get dger to do the update as I want, so I've isolated it in a function: from scip