Integrate Newton differentiation
like the transformations, also derivation, integration, etc. should be bound to the different polynomial classes (or grid instances) Define abstract methods for the polynomial classes
integrate derivation code directly into the polynomial class API: e.g. grad = interpolant.gradient() pro: intuitive use attention: avoid computing the large gradient operator multiple times!
Edited by Uwe Hernandez Acosta