Click or drag to resize

Polynomial.Evaluate(IROMatrix<Double>, IReadOnlyList<Double>, IVector<Double>, IReadOnlyList<Boolean>) Method

[Missing <summary> documentation for "M:Altaxo.Calc.FitFunctions.General.Polynomial.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.General
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public void Evaluate(
	IROMatrix<double> independent,
	IReadOnlyList<double> P,
	IVector<double> FV,
	IReadOnlyList<bool>? dependentVariableChoice
)

Parameters

independent  IROMatrix<Double>

[Missing <param name="independent"/> documentation for "M:Altaxo.Calc.FitFunctions.General.Polynomial.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  IReadOnlyList<Double>

[Missing <param name="P"/> documentation for "M:Altaxo.Calc.FitFunctions.General.Polynomial.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  IVector<Double>

[Missing <param name="FV"/> documentation for "M:Altaxo.Calc.FitFunctions.General.Polynomial.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  IReadOnlyList<Boolean>

[Missing <param name="dependentVariableChoice"/> documentation for "M:Altaxo.Calc.FitFunctions.General.Polynomial.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

IFitFunction.Evaluate(IROMatrix<Double>, IReadOnlyList<Double>, IVector<Double>, IReadOnlyList<Boolean>)
See Also