Package | Description |
---|---|
nce.math |
Modifier and Type | Class and Description |
---|---|
class |
Homotopy
Implements the generic homotopy continuation method
|
class |
NewtonRnRn
Newton-Raphson method for the solution of non-linear systems of equations
|
class |
SuccessiveSubstitution
The successive substitution method for the solution of systems of non linear
equations.
|
Modifier and Type | Method and Description |
---|---|
void |
Homotopy.initHomotopy(int numSteps,
HomotopyFunc hFunc,
SolverRnRn solver)
Initialization of the homotopy solver
|