Calc.MultiNewton Method
Public Shared Function MultiNewton( _
ByVal f As MultiFunction, _
ByVal xarray As Double(), _
ByVal tolerance As Double _
) As Integer
This language is not supported or no code example is available.
public static int MultiNewton(
MultiFunction f,
double[] xarray,
double tolerance
)
This language is not supported or no code example is available.
public:
static int MultiNewton(
MultiFunction^ f,
array< double >^ xarray,
double tolerance
)
This language is not supported or no code example is available.
Parameters
- xarray
- double[]
- tolerance
- double