Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.FitFunctions.Transitions
LinearFermiDiracTransition Class
LinearFermiDiracTransition Methods
Evaluate Method
Evaluate(Double[], Double[], Double[]) Method
Evaluate(IROMatrix<Double>, IReadOnlyList<Double>, IVector<Double>, IReadOnlyList<Boolean>) Method
Linear
Fermi
Dirac
Transition
Evaluate(
Double
,
Double
,
Double
) Method
Evaluates the function for a single input row.
Namespace:
Altaxo.Calc.FitFunctions.Transitions
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
override
void
Evaluate
(
double
[]
independent
,
double
[]
parameters
,
double
[]
FV
)
Parameters
independent
Double
Array containing the independent variable(s).
parameters
Double
Array of parameters.
FV
Double
Output array for the function value(s).
Implements
IFitFunction
Evaluate(
Double
,
Double
,
Double
)
See Also
Reference
LinearFermiDiracTransition Class
Evaluate Overload
Altaxo.Calc.FitFunctions.Transitions Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net