SolutionPair Constructor

Initializes a new solution pair with the given values.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public SolutionPair(
	double firstSolutionValue,
	double firstSolutionDerivative,
	double secondSolutionValue,
	double secondSolutionDerivative
)

Parameters

firstSolutionValue  Double
The value of the first solution.
firstSolutionDerivative  Double
The derivative of the first solution.
secondSolutionValue  Double
The value of the second solution.
secondSolutionDerivative  Double
The derivative of the second solution.

See Also