Click or drag to resize

NonlinearMinimizationResultPseudoInverseWithScaling Method

Computes the Moore-Penrose Pseudo-Inverse of this matrix. Here we take care that the pseudo-inverse is calculated correctly, even if the provided matrix has diagonal elements which differ by orders of magnitude. This is often the case when the parameters of the fit have very different orders of magnitude.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Matrix<double> PseudoInverseWithScaling(
	Matrix<double> m
)

Parameters

m  MatrixDouble

[Missing <param name="m"/> documentation for "M:Altaxo.Calc.Optimization.NonlinearMinimizationResult.PseudoInverseWithScaling(Altaxo.Calc.LinearAlgebra.Matrix{System.Double})"]

Return Value

MatrixDouble

[Missing <returns> documentation for "M:Altaxo.Calc.Optimization.NonlinearMinimizationResult.PseudoInverseWithScaling(Altaxo.Calc.LinearAlgebra.Matrix{System.Double})"]

See Also