Move simple backends into the 'simple' namespace
As a consequence, you now have to write
simple::VectorBackend
instead of
SimpleVectorBackend,
and similarly for SimpleMatrixBackend and SimpleSparseMatrixBackend.
The old names are still there, but they are marked as deprecated.