Mentions légales du service

Skip to content

Fix issue with Julia user driver

Mathieu Faverge requested to merge faverge/spm:julia/fix_double_free into master

Fix the reallocation in Julia of the already C allocated arrays. When allocated in C through spmAlloc() users should use the C allocated arrays to descrive the matrix.

Merge request reports