Creates an object to find the zeros of a system of n equations.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public ZeroSystem( int n ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ n As Integer _ ) |
Visual C++ |
---|
public: ZeroSystem( int n ) |
Parameters
- n
- Type: System..::.Int32
The number of equations that the solver handles.