Closed duchesnay closed 9 years ago
I totally agree with 1.
Point 2 seems like a good idea! Two comments:
Totally agree with both comments, I am working on it
Point 1: harmonization is done commit: 0aebc160d5978d0d6637cef2a42278281beb16f6 Now working on point 2
Perfect!
Done
1) Harmonize linear operator construction helper: some helper return A, some return A, n_compact. Proposition all helper return only A
2) linear operator is actually a simple list. We would like to:
I propose to create an object LinearOperator which is a list (inherits from a list) this way it will not impact the code. I propose to add, at least, 3 methods:
Question should we move from helper to statics constructors ?