Feeds
已回答
single float sparse matrix in mex files- using cusparse
I am using MATLAB-R2018a, I would work with both real and complex [actually I did implement both (real and complex double precis...
single float sparse matrix in mex files- using cusparse
I am using MATLAB-R2018a, I would work with both real and complex [actually I did implement both (real and complex double precis...
7 years 前 | 0
已回答
single float sparse matrix in mex files- using cusparse
Hi, Here the code: // floatsparse.c #include < math.h > #include "mex.h" #include < string.h > #include "...
single float sparse matrix in mex files- using cusparse
Hi, Here the code: // floatsparse.c #include < math.h > #include "mex.h" #include < string.h > #include "...
7 years 前 | 0
| 已接受
提问
single float sparse matrix in mex files- using cusparse
Hi, As you know "mxCreateSparse" return a double sparse matrix instead of single matrix, and "mxCreateSparseNumericMatrix", ...
7 years 前 | 2 个回答 | 0