Closed MaximeJo closed 1 year ago
Actually, there's an elegant method suggested by @Serrof to achieve this goal.
Using this.subtract(this.getReal()).isZero();
returns true
if derivatives are null and is more generic (can apply to Complex
).
So I'm closing this issue.
For performance reasons (see for example Orekit issue 1151) it could be nice to be able to check if a
Derivative
has zero values in all its derivative field.