Rename ei_matrix_storage (and DenseStorageBase?)
Submitted by Benoit Jacob
Assigned to Nobody
Link to original bugzilla bug (#78)
Description
ei_matrix_storage is a bad name because it's also used for Array.
How about renaming ei_matrix_storage to DenseStorage ?
Then the class name DenseStorageBase becomes very bad. What could be a better name for it? How about PlainObjectBase ? The idea is that we have already standardized on the typedef PlainObject, and PlainObjectBase would thus be exactly the base class for those classes that are PlainObject's. The biggest disadvantage that I can think of is that it doesn't mention Dense, but notice that we have a lot of dense-specific classes that don't have Dense in their names, anyway.