public interface GradientModel
Gradient model provide information on partial derivatives computation.
Modifier and Type | Method and Description |
---|---|
boolean |
computeGradientPosition()
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
|
boolean |
computeGradientVelocity()
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
|
boolean computeGradientPosition()
boolean computeGradientVelocity()
Copyright © 2021 CNES. All rights reserved.