Click or drag to resize

DiagonalMatrixInverse Method

Computes the inverse of this matrix.

Namespace: Altaxo.Calc.LinearAlgebra.Complex
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override Matrix<Complex> Inverse()

Return Value

MatrixComplex
The inverse of this matrix.
Exceptions
ExceptionCondition
ArgumentExceptionIf DiagonalMatrix is not a square matrix.
ArgumentExceptionIf DiagonalMatrix is singular.
See Also