TargetedSegmentListDifferentialCorrectorSolver Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public MultivariableFunctionSolver Solver { get; set; }
Public Property Solver As MultivariableFunctionSolver
Get
Set
public:
property MultivariableFunctionSolver^ Solver {
MultivariableFunctionSolver^ get ();
void set (MultivariableFunctionSolver^ value);
}
member Solver : MultivariableFunctionSolver with get, set
Property Value
Type:
MultivariableFunctionSolverSee Also