Click or drag to resize

RateOfConversionAutocatalyticEvaluateMultiple Method

[Missing <summary> documentation for "M:Altaxo.Calc.FitFunctions.Kinetics.RateOfConversionAutocatalytic.EvaluateMultiple(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean},Altaxo.Calc.LinearAlgebra.IVector{System.Double})"]


Namespace: Altaxo.Calc.FitFunctions.Kinetics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void EvaluateMultiple(
	IROMatrix<double> independent,
	IReadOnlyList<double> P,
	IReadOnlyList<bool>? independentVariableChoice,
	IVector<double> FV
)

Parameters

independent  IROMatrixDouble

[Missing <param name="independent"/> documentation for "M:Altaxo.Calc.FitFunctions.Kinetics.RateOfConversionAutocatalytic.EvaluateMultiple(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean},Altaxo.Calc.LinearAlgebra.IVector{System.Double})"]

P  IReadOnlyListDouble

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

independentVariableChoice  IReadOnlyListBoolean

[Missing <param name="independentVariableChoice"/> documentation for "M:Altaxo.Calc.FitFunctions.Kinetics.RateOfConversionAutocatalytic.EvaluateMultiple(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean},Altaxo.Calc.LinearAlgebra.IVector{System.Double})"]

FV  IVectorDouble

[Missing <param name="FV"/> documentation for "M:Altaxo.Calc.FitFunctions.Kinetics.RateOfConversionAutocatalytic.EvaluateMultiple(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Boolean},Altaxo.Calc.LinearAlgebra.IVector{System.Double})"]

See Also