Hi all, It seems that DenseVector and SparseVector both use *MapWritable* as the container of vector data. And the methods' implementations of DenseVector & SparseVector are similarly. so why we need two copies of the code?
There are same issues in DenseMatrix and SparseMatrix. Regards, Samuel
