Hi,

Is there any way to convert a sparse matrix to a dense matrix? I have an almost 
full Aij matrix, which I would like to convert to MatDense and offload it to a 
GPU.

MatConvert(*mat, MATDENSE, MAT_INITIAL_MATRIX, temp);

mat is of type MATAIJ.

I get the error

No support for this operation for this object type

Thanks!
Harshad

Reply via email to