DifferentialCorrectorStepResult Class |
Namespace: AGI.Foundation.NumericalMethods
The DifferentialCorrectorStepResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | DifferentialCorrectorStepResult |
Initializes a new instance.
|
Name | Description | |
---|---|---|
![]() | Aborted |
Gets a value indicating whether the differential solver has aborted.
|
![]() | Converged |
Gets a value indicating whether the differential solver converged on this iteration.
|
![]() | DerivativeResults |
Gets the results of this iteration of the evaluation of the derivative of the
SolvableMultivariableFunction being solved for.
|
![]() | Finished |
Gets a value indicating whether the differential solver has finished, either because the evaluation was aborted or converged.
|
![]() | FunctionValue |
Gets the function evaluation results.
|
![]() | VariableDelta |
Gets the change that should be applied to the state variables in the next iteration.
|
![]() | Warnings |
Gets any warnings that may have been encountered during this evaluation.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |