Skip to content

Move simple backends into the 'simple' namespace

Oliver Sander requested to merge feature/introduce-simple-namespace into master

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.

Merge request reports

Loading