LinearFermiDiracTransitionEvaluate(IROMatrixDouble, IReadOnlyListDouble, IVectorDouble, IReadOnlyListBoolean) Method |
Evaluates the function for multiple input rows.
Namespace: Altaxo.Calc.FitFunctions.TransitionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
Remarks
Concerning dependentVariableChoice: if this parameter is null, all dependent variables the fit function provides, will be included in the output vector dependent.
If this parameter is not null, only those dependent variables, for which the value is true, are included in the output vector (at least one element of this array must be true).
See Also