Click or drag to resize

PronySeriesRelaxationResult Constructor

Initializes a new instance of the PronySeriesRelaxationResult class

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PronySeriesRelaxationResult(
	IReadOnlyList<double> relaxationTimes,
	IReadOnlyList<double> pronyCoefficients,
	IReadOnlyList<double> relaxationDensities
)

Parameters

relaxationTimes  IReadOnlyListDouble

[Missing <param name="relaxationTimes"/> documentation for "M:Altaxo.Science.Signals.PronySeriesRelaxationResult.#ctor(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]

pronyCoefficients  IReadOnlyListDouble

[Missing <param name="pronyCoefficients"/> documentation for "M:Altaxo.Science.Signals.PronySeriesRelaxationResult.#ctor(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]

relaxationDensities  IReadOnlyListDouble

[Missing <param name="relaxationDensities"/> documentation for "M:Altaxo.Science.Signals.PronySeriesRelaxationResult.#ctor(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double})"]

See Also