DoglegSystemSolver Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
SetGradientFunctions(Func<Vector<Double>, Vector<Double>>[]) Sets the target functions.
(Inherited from EquationSystemSolver)
SetGradientFunctions(Func<Vector<Double>, Vector<Double>, Vector<Double>>[]) Sets the target functions.
(Inherited from EquationSystemSolver)
SetSymbolicTargetFunctions Defines the left hand sides of the equations to solve as a set of lambda expressions.
(Inherited from EquationSystemSolver)
SetTargetFunctions Sets the target functions.
(Inherited from EquationSystemSolver)
Solve() Attempts to find a root or zero of the target function.
(Inherited from EquationSystemSolver)
Solve(Vector<Double>) Attempts to find the point where the target function equals the specified value.
(Inherited from EquationSystemSolver)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also