UncListGetJacobi2 Method
Computes the Sensitivities to intermediate steps.
Namespace: Metas.UncLib.LinPropAssembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
public override Number[][] GetJacobi2(
IUncList<UncNumber> other
)
Public Overrides Function GetJacobi2 (
other As IUncList(Of UncNumber)
) As Number()()
public:
virtual array<array<Number>^>^ GetJacobi2(
IUncList<UncNumber>^ other
) override
abstract GetJacobi2 :
other : IUncList<UncNumber> -> Number[][]
override GetJacobi2 :
other : IUncList<UncNumber> -> Number[][]
- other IUncListUncNumber
- Intermediate Result Uncertainty Object
NumberIUncListTGetJacobi2(IUncListT)IUncListTGetJacobi2(IUncListT)