Newton |
The NewtonSolver type exposes the following members.
Name | Description | |
---|---|---|
![]() | NewtonSolver |
Name | Description | |
---|---|---|
![]() | BuildingJacobian | |
![]() | EnableDamping | |
![]() | Epsilon | |
![]() | ExpandFactor | |
![]() | Iterations | |
![]() | Jacobian | |
![]() | MaximumDelta | |
![]() | MaxIterations | |
![]() | Tolerance | |
![]() | UseBroydenApproximation |
Name | Description | |
---|---|---|
![]() ![]() | FindRoots | |
![]() | gradient | |
![]() | minimizeerror | |
![]() | Reset | |
![]() | Solve(FuncDouble, Double, Double) | Solves a system of non-linear equations [f(x) = 0] using newton's method. |
![]() | Solve(FuncDouble, Double, FuncDouble, Double, Double) | Solves a system of non-linear equations [f(x) = 0] using newton's method. |
![]() | solve_internal |
Name | Description | |
---|---|---|
![]() | _error | |
![]() | _Iterations | |
![]() | _jac | |
![]() | _jacobian | |
![]() | brentsolver | |
![]() | broydengrad | |
![]() | dfdx | |
![]() | fxb | |
![]() | tmpdx | |
![]() | tmpx |
Name | Description | |
---|---|---|
![]() | GetEnumNames | (Defined by General) |
![]() | IsValidDouble | (Defined by General) |