Click or drag to resize

StretchedExponentialEquilibrationEvaluateDerivative Method

[Missing <summary> documentation for "M:Altaxo.Calc.FitFunctions.General.StretchedExponentialEquilibration.EvaluateDerivative(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean},Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean})"]


Namespace: Altaxo.Calc.FitFunctions.General
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void EvaluateDerivative(
	IROMatrix<double> X,
	IReadOnlyList<double> P,
	IReadOnlyList<bool>? isParameterFixed,
	IMatrix<double> DY,
	IReadOnlyList<bool> dependentVariableChoice
)

Parameters

X  IROMatrixDouble

[Missing <param name="X"/> documentation for "M:Altaxo.Calc.FitFunctions.General.StretchedExponentialEquilibration.EvaluateDerivative(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean},Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean})"]

P  IReadOnlyListDouble

[Missing <param name="P"/> documentation for "M:Altaxo.Calc.FitFunctions.General.StretchedExponentialEquilibration.EvaluateDerivative(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean},Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean})"]

isParameterFixed  IReadOnlyListBoolean

[Missing <param name="isParameterFixed"/> documentation for "M:Altaxo.Calc.FitFunctions.General.StretchedExponentialEquilibration.EvaluateDerivative(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean},Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean})"]

DY  IMatrixDouble

[Missing <param name="DY"/> documentation for "M:Altaxo.Calc.FitFunctions.General.StretchedExponentialEquilibration.EvaluateDerivative(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean},Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean})"]

dependentVariableChoice  IReadOnlyListBoolean

[Missing <param name="dependentVariableChoice"/> documentation for "M:Altaxo.Calc.FitFunctions.General.StretchedExponentialEquilibration.EvaluateDerivative(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean},Altaxo.Calc.LinearAlgebra.IMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean})"]

Implements

IFitFunctionWithDerivativeEvaluateDerivative(IROMatrixDouble, IReadOnlyListDouble, IReadOnlyListBoolean, IMatrixDouble, IReadOnlyListBoolean)
See Also