Improve SparsityPattern

Registered by Felix Ospald

I recently checked the performance of SparsityPattern using valgrind and noticed that it is not very effective.
The destruction of an instance takes as long as all inserts. This is due to the vector<vector<uint>> for diagonal and off_diagonal.
Also GenericSparsityPattern is missing a factory() method like GenericMatrix etc.

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.