-
- Downloads
Create sparse matrix with contiguous memory for MatrixMarket.
The current behavior (allocating each row separately ) is rather surprising and unnecessary as the matrix market file stores the number of nonzeros anyway. Hence we now pass this number to BCRSMatrix::SetSize to get the most efficient behavior
parent
90236d45
No related branches found
No related tags found
Please register or sign in to comment