Click or drag to resize

SingularUMatrixException(Int32) Constructor

Initializes a new instance of the SingularUMatrixException class for a specific diagonal element.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SingularUMatrixException(
	int element
)

Parameters

element  Int32
The one-based index of the zero diagonal element.
See Also