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
Syntaxpublic ZeroSystem(
int n
)
Public Sub New (
n As Integer
)
public:
ZeroSystem(
int n
)
new :
n : int -> ZeroSystemParameters
- n
- Type: SystemInt32
The number of equations that the solver handles.
See Also