Refactor namespace structure.
We currently use a mix of fully qualified namespaces such as SparseTransform.Convert
and ones that assume the project such as DataStructure
(note the lack of SparseTransform.
). We need to discuss which version is better and unify the code accordingly.