Now that we use some tricks to by pass memory allocation with LLSparseMatrix, CSCSparseMatrix and CSRSparseMatrix (and maybe other classes?), we must add a flag for memory ownership. If the memory is allocated by the caller, the matrices can not free this memory.
This is urgent and will be one of my first tasks in the future.
Now that we use some tricks to by pass memory allocation with
LLSparseMatrix
,CSCSparseMatrix
andCSRSparseMatrix
(and maybe other classes?), we must add a flag for memory ownership. If the memory is allocated by the caller, the matrices can not free this memory.This is urgent and will be one of my first tasks in the future.