Namespace: Extreme.Mathematics.EquationSolversAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public NewtonRaphsonSystemSolver(
Func<Vector<double>, Vector<double>, Vector<double>> targetFunction,
Vector<double> initialGuess
)
Public Sub New (
targetFunction As Func(Of Vector(Of Double), Vector(Of Double), Vector(Of Double)),
initialGuess As Vector(Of Double)
)
public:
NewtonRaphsonSystemSolver(
Func<Vector<double>^, Vector<double>^, Vector<double>^>^ targetFunction,
Vector<double>^ initialGuess
)
new :
targetFunction : Func<Vector<float>, Vector<float>, Vector<float>> *
initialGuess : Vector<float> -> NewtonRaphsonSystemSolver
Parameters
- targetFunction
- Type: SystemFuncVectorDouble, VectorDouble, VectorDouble
A multivariate function returning a vector in its second argument
delegate that specifies the target functions. - initialGuess
- Type: Extreme.MathematicsVectorDouble
The initial guess for the solution.
Numerical Libraries
Supported in: 6.0
Reference