Creates an object to find the zeros of a system of n equations.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ZeroSystem(
int n
)
Public Sub New (
n As Integer
)
public:
ZeroSystem(
int n
)
new :
n : int -> ZeroSystem
Parameters
- n
- Type: SystemInt32
The number of equations that the solver handles.
See Also