DerivativeMatrixWrapper Constructor |
Wraps the global derivative matrix so that it can be used by the (local) fit function.
Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public DerivativeMatrixWrapper(
int rowOffset,
int indexOfSpectrum,
int numberOfSpectra,
int numberOfPeaks,
int totalNumberOfPeakParametersLocal,
int totalNumberOfPeakParametersGlobal,
int numberOfBaselineParameters,
IMatrix<double> matrix
)
Parameters
- rowOffset Int32
- The row offset.
- indexOfSpectrum Int32
- The index of the spectrum.
- numberOfSpectra Int32
- The number of spectra of the fit function.
- numberOfPeaks Int32
- The number of peaks of the fit function.
- totalNumberOfPeakParametersLocal Int32
- The total number of peak parameters local = (number of peaks) x (number of parameters per peak).
- totalNumberOfPeakParametersGlobal Int32
- The total number of peak parameters global = (number of peaks) x (number of parameters per peak including all amplitudes).
- numberOfBaselineParameters Int32
- The number of baseline parameters of the fit function.
- matrix IMatrixDouble
- The global derivative matrix.
See Also