IMSL C# Numerical Library |
|
ZeroSystem Constructor
Creates an object to find the zeros of a system of n equations.
public ZeroSystem(
int n);
Parameters
-
n
- The number of equations that the solver handles.
See Also
ZeroSystem Class | Imsl.Math Namespace