Click or drag to resize

VogelFulcherLawRateEvaluate(IROMatrixDouble, IReadOnlyListDouble, IVectorDouble, IReadOnlyListBoolean) Method

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


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

Parameters

independent  IROMatrixDouble

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

P  IReadOnlyListDouble

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

FV  IVectorDouble

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

dependentVariableChoice  IReadOnlyListBoolean

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

Implements

IFitFunctionEvaluate(IROMatrixDouble, IReadOnlyListDouble, IVectorDouble, IReadOnlyListBoolean)
See Also