Hi, i must use the function mkl_dcsrgemv but there are always the segmentation error. This is the code: #include <stdio.h> #include "mkl.h" typedef struct { int dimmat,nz; int *I; int *J; double *val;}csr; int main() {...
Solved: I was trying to compute the sparse matrix-vector multiplication using mkl_cspblas_dcsrgemv() in the MKL. The c compiler comes from