Click or drag to resize

MapackMatrixInverse Property

Inverse of the matrix if matrix is square, pseudoinverse otherwise.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IMapackMatrix Inverse { get; }

Property Value

IMapackMatrix
The inverse matrix, or the pseudoinverse if the matrix is not square.

Implements

IMapackMatrixInverse
See Also