Replace SparseMatrixDescriptor by CRSMatrixDescriptor
Compare changes
+ 51
− 33
@@ -33,14 +36,14 @@ class CRSMatrix
@@ -53,15 +56,15 @@ class CRSMatrix
@@ -71,18 +74,17 @@ class CRSMatrix
@@ -90,21 +92,37 @@ class CRSMatrix
The new class is meant to be much faster
It is important to give a precise estimation of the number of values per rows:
In the later case, one benefits from a significant CPU and memory costs reduction.