EquationSolver<T>.RightHandSide Property

Gets or sets the value of the target function to solve for.

Definition

Namespace: Numerics.NET.EquationSolvers.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
public T RightHandSide { get; set; }

Property Value

T

See Also